Search Criteria
Package Details: charles 4.5.4-1
Git Clone URL: | https://aur.archlinux.org/charles.git (read-only) |
---|---|
Package Base: | charles |
Description: | Web debugging proxy application |
Upstream URL: | http://www.charlesproxy.com |
Licenses: | |
Submitter: | None |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 49 |
Popularity: | 2.17 |
First Submitted: | 2011-08-04 11:15 |
Last Updated: | 2019-12-03 22:35 |
Dependencies (2)
- hicolor-icon-theme (hicolor-icon-theme-git)
- java-runtime>=8 (server-jre, jdk5, jdk9-openj9-bin, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk10-openjdk-openj9-bin, jdk9, jre9, jdk-devel, jdk10, jre10, jdk-dcevm, jdk8-arm, jdk8-arm64, jre8-openjdk-shenandoah, jre8-openjdk-jetbrains, jdk6, jdk-arm, jdk12-openj9-bin, zulu-12-bin, jetbrains-jre, jetbrains-jre8, java-openjdk-bin, jdk13-openj9-bin, java-openjdk-ea-bin, jre8, jdk8, jre11, jdk8-openj9-bin, jdk7, jre7, jdk11-adoptopenjdk, zulu-embedded-jdk11, jre, jre6, jdk-openj9-bin, jdk-adoptopenjdk, zulu-11-bin, jre12, amazon-corretto-8, amazon-corretto-11, jdk11-openj9-bin, jdk8-jetbrains, jdk8-graalvm-bin, jdk7r1-j9-bin, jdk7-j9-bin, jdk8-j9-bin, jdk-jetbrains, jdk11-graalvm-bin, jre-openjdk, jre10-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 3 4 5 Next › Last »
atrotors commented on 2019-11-14 01:38
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
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
@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
After the nag screen
badboy commented on 2018-04-18 08:17
@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
@badboy here's the PKGBUILD diff to fix the installation: https://gist.github.com/kalbasit/f93ceffa18cd5aec58391e9fbceeb306
dbermond commented on 2018-04-13 16:53
@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
@kamazee @badboy no problem, I'm on it. I've added it and it will be in the 4.2 beta which should be out early next week!
badboy commented on 2017-08-03 10:21
@kamazee: Could you propose that upstream? I'd like to avoid modifications to the shipped files to minimize maintenance work on my side.
kamazee commented on 2017-08-03 10:11
Could you add line "StartupWMClass=com-xk72-charles-gui-MainWithClassLoader" into .desktop file? This is how a window can be traced back to .desktop entry that launches it; it makes desktop environment experience a bit nicer: for example, this allows charles window to be properly moved using Gnome Auto Move Windows plugin; I guess the same is used to highlight a pinned entry in a task bar.