Search Criteria
Package Details: keystore-explorer-bin 5.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/keystore-explorer-bin.git (read-only, click to copy) |
---|---|
Package Base: | keystore-explorer-bin |
Description: | a free GUI replacement for the Java command-line utilities keytool, jarsigner and jadtool |
Upstream URL: | http://www.keystore-explorer.org/ |
Licenses: | GPL |
Conflicts: | keystore-explorer |
Submitter: | urcadox |
Maintainer: | urcadox (teekay) |
Last Packager: | urcadox |
Votes: | 19 |
Popularity: | 0.000006 |
First Submitted: | 2019-11-27 09:49 (UTC) |
Last Updated: | 2022-02-04 14:12 (UTC) |
Dependencies (1)
- java-runtime (java-gcj-compat, jdk9, jre9, 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, liberica-jre-8-full-bin, 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, jre17-jetbrains-imfix, 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, java-openjdk-ea-bin, jre-openjdk-xdg, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
Latest Comments
cedricroijakkers commented on 2020-10-22 12:26 (UTC)
I think the problem was that the symlink linked to the local files that you had built in your git tree, which was another copy of the shell script than the one that would be installed when you do not have the git source code checked out. This is why the desktop file worked for you, but not for me.
Either way, it's indeed fixed now, thanks!
urcadox commented on 2020-10-22 11:26 (UTC)
It's there but it was indeed broken, not sure how I didn't see that while testing.
Anyway, it's fixed now.
jvybihal commented on 2020-10-22 11:21 (UTC)
@cedricroijakkers aren't you building some older PKGBUILD? The symlink to /usr/bin is there.
cedricroijakkers commented on 2020-10-22 11:14 (UTC)
You have an error in the file keystore-explorer.desktop:
Exec=kse
Should be changed in:
Exec=/usr/lib/keystore-explorer-bin/kse.sh
Or alternatively, in your installation script you need to create a symlink e.g. /usr/bin/kse to /usr/lib/keystore-explorer-bin/kse.sh. Right now, the desktop file does not work.
FranklinYu commented on 2020-10-19 20:04 (UTC)
Awesome! Thank you for the update.
urcadox commented on 2020-10-19 08:01 (UTC)
Hey everyone,
I finally updated this to use the script included upstream.
jvybihal commented on 2020-06-03 14:21 (UTC) (edited on 2020-06-03 14:23 (UTC) by jvybihal)
@noderat you might like keystore-explorer-git which I just finished first version of. It should work as upstream intended ;) and little warning, I install the app to /opt ;)
noderat commented on 2020-06-02 15:40 (UTC)
Please update the startup script that is being generated in the PKGBUILD to match the latest version as found at https://github.com/kaikramer/keystore-explorer/blob/master/kse/res/kse
SanskritFritz commented on 2019-11-28 09:12 (UTC)
Awesome, this way mime associations also work! Please make those changes!
jvybihal commented on 2019-11-28 08:47 (UTC) (edited on 2019-11-28 08:49 (UTC) by jvybihal)
The way that
/usr/bin/kse
is created, kse can not open file from command line. Which was really inconvenient for me. So I cahnged it to this:I think there is no need to change directory before running it.
So maybe this or something similar could be incorporated into the package? :)
https://github.com/kaikramer/keystore-explorer/blob/6bf237a0b8d96b8602eb055fd598c4f7897171d3/kse/res/kse.sh
//edit:
Oh, there is even more recent version of startup script(s): https://github.com/kaikramer/keystore-explorer/blob/master/kse/res/kse
urcadox commented on 2019-11-27 09:56 (UTC)
Hello everyone,
I finally created keystore-explorer-bin, which is upgraded to 5.4.2.
I will look into making this package a source-based package later on.
gbernard commented on 2019-11-18 13:00 (UTC) (edited on 2019-11-18 13:00 (UTC) by gbernard)
Update proposal to 5.4.2 :
FranklinYu commented on 2018-11-13 06:06 (UTC)
@urcadox I asked in IRC channel, and users suggest that we shall directly convert this package to a build-from-source one (as 5.4.1-2), and then create a new package. The new package can be cloned from this one so that it keeps the build script history, but essentially it's just a new package (so
keystore-explorer-bin
release will start from 5.4.1-1).urcadox commented on 2018-08-27 13:09 (UTC)
@FranklinYu That would make sense indeed. Not sure how to do this properly though.
FranklinYu commented on 2018-07-16 20:38 (UTC)
This is a binary package; KSE is GPL so we can actually build from source, and move this package to
keystore-explorer-bin
.teekay commented on 2018-04-16 14:26 (UTC)
@urcadox: done! Thank you.
urcadox commented on 2018-04-16 14:10 (UTC)
@teekay Feel free to add me as a co-maintainer. :)
denisfalqueto commented on 2017-11-08 13:57 (UTC)
teekay commented on 2017-11-08 10:22 (UTC)
denisfalqueto commented on 2017-11-07 00:44 (UTC)
FranklinYu commented on 2017-11-01 21:38 (UTC)
FranklinYu commented on 2017-10-09 21:43 (UTC)
denisfalqueto commented on 2017-09-05 13:51 (UTC)
kmacleod commented on 2016-10-14 16:32 (UTC)
teekay commented on 2013-12-09 18:29 (UTC)
teekay commented on 2013-12-09 18:19 (UTC)
Mithefe commented on 2013-12-09 15:18 (UTC)
freimann commented on 2013-12-09 10:10 (UTC)
teekay commented on 2013-12-09 08:40 (UTC)
freimann commented on 2013-12-06 07:43 (UTC)
teekay commented on 2012-12-17 08:19 (UTC)
kevku commented on 2012-12-16 19:45 (UTC)