Search Criteria
Package Details: charles 4.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/charles.git (read-only, click to copy) |
---|---|
Package Base: | charles |
Description: | Web debugging proxy application |
Upstream URL: | http://www.charlesproxy.com |
Licenses: | custom, Apache |
Submitter: | None |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 58 |
Popularity: | 0.116328 |
First Submitted: | 2011-08-04 11:15 (UTC) |
Last Updated: | 2021-07-06 12:33 (UTC) |
Dependencies (2)
- hicolor-icon-theme (hicolor-icon-theme-git)
- java-runtime (java-gcj-compat, jre10, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, jdk15-adoptopenjdk, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk11-graalvm-ee-bin, jdk16-adoptopenjdk, jdk11-openj9-bin, zulu-jdk-fx-bin, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, zulu-embedded-jdk, jre-openj9, jdk11-msopenjdk-bin, jdk18-beta-temurin, zulu-13-bin, jdk8-arm, jre17-jetbrains, jre-jetbrains, amazon-corretto-17, amazon-corretto-18, amazon-corretto-8, amazon-corretto-11, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-18-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jre11-jetbrains-imfix, jdk-arm, jdk-temurin, jdk11-temurin, jdk17-temurin, jre8-adoptopenjdk, java-openjdk-bin, jre8, jdk8, java-openjdk-loom-ea-bin, jdk8-dragonwell-bin, jdk11-dragonwell-bin, jdk17-dragonwell-bin, jdk8-openj9-bin, jdk-openj9-bin, zulu-jre-fx-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-microsoft-openjdk, jdk-jetbrains, jre11-jbr-xdg, jre-jbr-xdg, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jdk-full-bin, liberica-jre-11-full-bin, jre-lts, jre, jre11, jdk18-openj9-bin, jdk-android-studio, jre12-openjdk, jre15-openjdk, jre16-openjdk, jre13-openjdk, jre14-openjdk, zulu-embedded-jdk11, jre-bcl, jdk-bcl, jre-openjdk-xdg, jre17-jetbrains-imfix, liberica-jre-8-full-bin, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
Latest Comments
mylifeforaur commented on 2020-11-15 05:11 (UTC)
@pizzaman thank you worked like a charm!
pizzaman commented on 2020-11-15 05:00 (UTC) (edited on 2020-11-15 05:09 (UTC) by pizzaman)
@mylifeforaur https://wiki.archlinux.org/index.php/Java_Runtime_Environment_fonts
https://wiki.archlinux.org/index.php/Java#GTK_LookAndFeel
Or follow instructions in links.
mylifeforaur commented on 2020-11-15 01:05 (UTC)
Does the gnome theme properly install for anyone else? On my installation the gnome theme was not working.
txtsd commented on 2020-11-04 05:56 (UTC)
@pizzaman Thanks for incorporating the changes!
pizzaman commented on 2020-11-04 04:38 (UTC)
@txtsd Thanks for the suggestions.
txtsd commented on 2020-10-31 06:09 (UTC) (edited on 2020-10-31 06:09 (UTC) by txtsd)
@pizzaman please incorporate @jjoshau's changes to the script
And also make it so that charles uses $XDG_CONFIG_HOME by default instead of ~/ for configuration storage
jjoshau commented on 2020-09-03 15:59 (UTC) (edited on 2020-09-03 16:06 (UTC) by jjoshau)
@bruceutut
this was annoying me as well; after digging in, it's happening in the startup script
/usr/bin/charles
hash java 2>^- || { echo >&2 "Charles couldn't start: java not found. Please install java to use Charles."; exit 1; }
removing
2>^-
did the trick, for meGroentebroer commented on 2020-06-16 09:11 (UTC) (edited on 2020-06-16 11:40 (UTC) by Groentebroer)
On Manjaro I got:
Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: com/xk72/charles/gui/MainWithClassLoader has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Edit: oke, that was a noob question, but for others, which might stumble across the same issue:
Next to JRE-8 I installed JRE-14 and made that default.
sudo pacman -S jre-openjdk
List which are installed:
archlinux-java status
Set the default:
sudo archlinux-java set java-14-openjdk
Reference: https://wiki.archlinux.org/index.php/Java#Change_default_Java_environment
pizzaman commented on 2020-03-23 11:11 (UTC)
@D3SOX What problems are you having? AFAIK this package works well.
D3SOX commented on 2020-03-23 10:56 (UTC)
For everyone who also has problems with this package I created another package which is built using the deb package https://aur.archlinux.org/packages/charles-bin/ This is a bit larger because it includes the JDK provided by Charles but therefore the package itself does not need the Java dependency
bruceutut commented on 2019-12-31 02:53 (UTC)
Thanks for maintaining this...
Everytime i start charles, it tries to touch a file named '^-' in my home directory.
Does anyone have a solution for that ?
atrotors commented on 2019-11-14 01:38 (UTC)
PKGBUILD for 4.5.4 if anyone wants it https://gist.github.com/erfanio/cf39ba13ce6b47b47507a7985b402146
How do we notify the maintainer to update the package?
txtsd commented on 2019-10-18 14:15 (UTC) (edited on 2019-10-18 14:25 (UTC) by txtsd)
https://gist.github.com/txtsd/df30ca46d66a8836f74a81616ccf1150
Here's a PKGBUILD for 4.5.1
It works fine with openjdk10 and up
cwrau commented on 2019-04-24 13:12 (UTC)
@JohnMaguire That can be fixed by explicitly using java8:
JAVA_HOME=/usr/lib/jvm/java-8-openjdk/jre charles
I was coming here to ask if that can be specified inside the
/usr/bin/charles
script?JohnMaguire commented on 2019-01-09 17:41 (UTC)
After the nag screen
badboy commented on 2018-04-18 08:17 (UTC)
@kalbasit: Thanks, I spent a couple of minutes yesterday trying to figure it out, but not getting it done. This makes things a lot easier. I push the working version once I'm back at my Arch Linux PC
kalbasit commented on 2018-04-17 19:23 (UTC) (edited on 2018-04-17 19:24 (UTC) by kalbasit)
@badboy here's the PKGBUILD diff to fix the installation: https://gist.github.com/kalbasit/f93ceffa18cd5aec58391e9fbceeb306
dbermond commented on 2018-04-13 16:53 (UTC)
@badboy Package fails to build for me with the 4.2.5-1 update. The
icons
directory have a new structure in 4.2.5.As a result, I'm getting this this error at
package()
:install: cannot stat '/home/user/aur/charles/src/charles/icon/charles_icon16.png': No such file or directory
karlvr commented on 2017-08-04 04:01 (UTC)
badboy commented on 2017-08-03 10:21 (UTC)
kamazee commented on 2017-08-03 10:11 (UTC)
badboy commented on 2017-05-15 20:23 (UTC)
fatmike commented on 2017-05-15 14:59 (UTC)
badboy commented on 2017-04-13 08:41 (UTC)
hendry commented on 2017-04-13 03:47 (UTC)
badboy commented on 2017-03-06 22:24 (UTC)
brkattk commented on 2017-03-06 18:31 (UTC)
badboy commented on 2016-09-26 17:52 (UTC)
sl1pkn07 commented on 2016-09-26 17:48 (UTC) (edited on 2016-09-26 17:49 (UTC) by sl1pkn07)
badboy commented on 2016-09-26 17:43 (UTC)
sl1pkn07 commented on 2016-09-26 16:27 (UTC)
badboy commented on 2016-08-18 10:31 (UTC)
s123 commented on 2016-08-18 08:54 (UTC) (edited on 2016-08-18 08:56 (UTC) by s123)
badboy commented on 2015-11-03 18:30 (UTC)
karlvr commented on 2015-10-29 20:04 (UTC)
itwenty commented on 2015-04-02 07:53 (UTC)
wbowling commented on 2015-03-25 04:59 (UTC)
badboy commented on 2014-09-02 21:32 (UTC)
Linx89 commented on 2014-05-05 14:44 (UTC)
badboy commented on 2014-05-05 07:49 (UTC)
Linx89 commented on 2014-05-05 07:36 (UTC)
badboy commented on 2014-04-30 10:44 (UTC)
badboy commented on 2014-04-30 09:28 (UTC)
Linx89 commented on 2014-04-30 09:11 (UTC)
Atsutane commented on 2014-01-08 17:39 (UTC)
badboy commented on 2014-01-08 15:37 (UTC)
cookiecaper commented on 2014-01-04 04:08 (UTC)
roheim commented on 2013-10-04 09:53 (UTC)
hitsmaxft commented on 2013-04-21 03:20 (UTC)
Red_Squirrel commented on 2013-03-18 11:29 (UTC)
arslonga commented on 2011-12-13 14:34 (UTC)
arslonga commented on 2011-11-30 11:50 (UTC)
commented on 2011-08-29 12:17 (UTC)
commented on 2011-08-28 09:57 (UTC)