Search Criteria
Package Details: openecardapp 1.4.1-4
Git Clone URL: | https://aur.archlinux.org/openecardapp.git (read-only, click to copy) |
---|---|
Package Base: | openecardapp |
Description: | An open source alternative of the AusweisApp |
Upstream URL: | https://www.openecard.org |
Licenses: | |
Submitter: | onny |
Maintainer: | asdil12 |
Last Packager: | asdil12 |
Votes: | 10 |
Popularity: | 0.000260 |
First Submitted: | 2013-03-05 18:50 |
Last Updated: | 2020-02-04 20:20 |
Dependencies (2)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, jdk-arm, jre11-jetbrains-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jre, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jre-openj9, amazon-corretto-16, java-openjdk-loom-ea-bin, zulu-embedded-jdk, jdk-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- pcsclite (pcsclite-git, pcsclite-nopy)
Latest Comments
1 2 3 4 Next › Last »
asdil12 commented on 2020-02-04 20:20
should be working now
gatonero commented on 2020-02-04 19:51
/usr/bin/openecardapp isn't correct.
Should be:
!/bin/sh
cd /opt/open-ecard-app/
exec /opt/open-ecard-app/bin/open-ecard-app $@
asdil12 commented on 2020-02-03 08:55
Updated the pkg to 1.4.1 - please let me know if it works.
bw1910 commented on 2020-02-02 15:43
Oh, i only checked openecard.org and forgot to checked github although it's mentionned as source. I'm getting old :-). Thank you for your quick answer.
marzzzello commented on 2020-02-02 15:07
@bw1910 1.4.1 seems to be the latest release version
https://github.com/ecsec/open-ecard/releases/latest
https://github.com/ecsec/open-ecard/releases/download/1.4.1/open-ecard-app_1.4.1_amd64.deb
bw1910 commented on 2020-02-02 15:00
Please anyone correct me if i'm wrong, but upstream version still seems to be 1.3.0, so i don't see any reason to flag this package out-of-date.
marzzzello commented on 2019-07-25 13:11
I get the following exception and the app is not starting. I get the same error when I use the jar file from Github. On Ubuntu the .deb package is working.
smrqdt commented on 2019-03-10 05:47
@illogical123: Have you started pcscd.service (systemd unit)? pcscd is the smart card daemon mentioned in den error message.
The error about /usr/share/java/openecardapp/ not existing is unrelated, it works for me nevertheless.
asdil12 commented on 2019-03-09 23:19
I don't think so. The broken cd is just a relict and acutually doesn't break anything.
illogical123 commented on 2019-03-09 12:03
When starting it says: % openecardapp
/usr/bin/openecardapp: line 3: cd: /usr/share/java/openecardapp/: No such file or directory
and then claims "Failed to etablish the context. Maybe your smart card service is not running".
Are both errors related?