Search Criteria
Package Details: eidklient 4.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eidklient.git (read-only, click to copy) |
---|---|
Package Base: | eidklient |
Description: | Slovak eID Client |
Upstream URL: | https://www.slovensko.sk/ |
Keywords: | eac_mw_klient |
Licenses: | custom |
Submitter: | piecka |
Maintainer: | piecka |
Last Packager: | piecka |
Votes: | 17 |
Popularity: | 0.000008 |
First Submitted: | 2017-07-07 20:33 (UTC) |
Last Updated: | 2024-03-17 08:23 (UTC) |
Dependencies (4)
- ccid (ccid-gitAUR, ccid-morphoAUR)
- fuse2
- pcsclite (pcsclite-gitAUR)
- disig-web-signerAUR (optional) – online certificates update support
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
nico32 commented on 2022-10-21 14:19 (UTC) (edited on 2022-10-21 14:27 (UTC) by nico32)
I updated to version 4.1.2, but currently I am not able to sign document. Nor with dLauncher, nor with qesportal.sk. No certs accessible during signage process to be used for digital signage.
According to manual I have to create new User cryptography service provider as for first time use, because previously configured were lost. (This was caused maybe by manual uninstalling and reinstalling eidklient.) But I am not able to create another one because of no "libpkcs11_x64.so" installed/unpacked to /usr/libs or wherever.
Lib probably should be installed to /usr/lib/eID_klient to be able to be used with "eID klient" system provider
piecka commented on 2022-10-20 16:10 (UTC)
Ccid is required. Interestingly, pcsclite is a dependence of ccid in Arch. In Debian, it's vice versa. I'll leave it there as a clear statement the package needs both.
Squashfuse is not required - I've tested that a moment ago.
tukusejssirs commented on 2022-10-20 15:47 (UTC) (edited on 2022-10-20 15:48 (UTC) by tukusejssirs)
Thanks, @piecka, for the update!
Here are some nitpicks I’ve found.
squashfuse
instead offuse2
?ccid
? You might be right, I have it installed, however, It is not listed in the app dependencies.Here are some nitpicks (all are fixed in the patch below):
_url
variable value end with a backslash, however, whenever you use that variable (L15-17), you always put another backslash after it.pkgver()
(L18-19) you use seven;eID_klient_release_notes.txt
could be simplified if we could use GNUgrep
with PCRE (I have no idea whatgrep
version could be used in PKGBUILD);piecka commented on 2022-10-20 14:49 (UTC)
Thank you Krtko and tukusejssirs for your contributions.
For now I prefer to leave AppImage in it's original form.
tukusejssirs commented on 2022-10-20 12:37 (UTC) (edited on 2022-10-20 12:38 (UTC) by tukusejssirs)
Thanks, @Krtko!
Just a few notes:
a.
tar
accepts output path using-C
option (it has to be placed after the archive name), thus following three commands could be replaced with a single one:b. We should escape full stops (dots) in regex.
c. You removed the list of dependencies, however, the app still depends on
pcsclite
,xterm
,fuse2
(I am not sure ifxterm
is actually used at runtime). I am not sure if it still opt-depends ondisig-web-signer
.d. I might still prefer extracting entire AppImage instead of running it, although I understand it requires some additional commands (as you can see it here) and might be even less supported. I think we could create two AUR packages:
eidklient
/eidklient-extracted
andeidklient-appimage
.Krtko commented on 2022-10-20 12:07 (UTC)
suggested patch to use new AppImage
tukusejssirs commented on 2022-10-04 11:12 (UTC) (edited on 2022-10-05 13:28 (UTC) by tukusejssirs)
New official version of eID Klient came out recently (v4.x) which is an AppImage bundled in a DEB package.
The download URL, however, changed to
https://eidas.minv.sk/downloadservice/eidklient/linux/eID_klient_x86_64.tar.gz
.I haved tested it out (both running AppImage and extracting and running its contents) and it seems to work on Arch Linux. Here’s my messy script with some notes.
@piecka, could you update this package please?
Update: I have just received information of the callcentrum of Ministry of the Interior (Slovakia) that the direct links to the AppImages actually exist, however, they are not yet published on the download site.
gouster4 commented on 2022-05-26 19:41 (UTC)
EAC MW client: Nepodarilo sa spojiť so serverom. 1.) Skontrolujte správnosť nastavenia proxy servera v aplikačných nastaveniach (postup nájdete v príručke k aplikácii) 2.) Skontrolujte, či nejaká aplikácia (napr. antivírový program) neblokuje Aplikácii pre eID prístup do siete S
Error message: Error(35): Cannot download TCToken: curl_easy_perform failed: Couldn’t use specified SSL cipher (url: https://eidas.minv.sk/SessionToken/TCToken?.…&node=4) - 612 - 36
Any suggestions how to fix it?
peter.babic commented on 2021-10-25 08:43 (UTC) (edited on 2021-11-03 18:43 (UTC) by peter.babic)
I would suggest adding disig-web-signer package into optional dependencies, as in my understanding, it required for eac_mw_client (this app) to issue the certificates when the eID is still in the factory settings.
EDIT: I have also written a guide for eID Arch users, might help someone: https://peterbabic.dev/blog/using-electronic-id-on-arch-in-slovakia-pt2/
8472 commented on 2019-07-09 16:46 (UTC)
You're right. Perhaps we can't remove the SW QT4 dependency itself, but I've found out, that we could get rid of the AUR package qt4 dependency. According to my research, these seven qt4 libs seems to be required for the eID to be running (feel free to describe more if you find them as required):
I've extracted (from qt4 v4.8.7-30-x86_64) these for standalone use: https://uloz.to/!qAWi7ct7AYXn/qt4libs-4eid-tar-gz Now, one could remove the qt4 package out of the system and simply place those provided libs into the "/usr/lib/eac_mw_klient/" folder.
« First ‹ Previous 1 2 3 4 5 Next › Last »