Package Details: eidklient 4.8-1

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.001869
First Submitted: 2017-07-07 20:33 (UTC)
Last Updated: 2024-03-17 08:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

8472 commented on 2023-04-01 12:42 (UTC) (edited on 2023-04-01 12:46 (UTC) by 8472)

Recent update to 4.6-1 is failing with:

==> Starting pkgver()...
==> ERROR: A failure occurred in pkgver().
    Aborting...
 -> error making: eidklient

Workaround, in PKGBUILD replace the following:

grep -Pom1 'verzia \K[\d.]+' eID_klient_release_notes.txt

with

grep -Pom1 'verzia \K[\d.\d]*' eID_klient_release_notes.txt

sakacond commented on 2023-03-01 12:16 (UTC)

Had to manually start the pcscp.service in systemctl and install disig-web-signer on my own. Other than that it works like charm.

nico32 commented on 2023-02-06 14:09 (UTC)

New version of eID client 4.5 is required to be installed, otherwise app can't start. I tried rebuild and reinstall and seems to be enough. App version 4.5 is working

mskrip commented on 2023-01-20 09:58 (UTC)

I'm getting segfault as soon as I click the login button on slovensko.sk or enter the code with OP inserted. Here's the EID_klient.log

CardAPI, version: v4.4_RC2-7-g5b836563
Process name: /tmp/.mount_eidkliTw8s0H/eID_Client
Process Architecture: x64
Operating system: "Arch Linux" x86_64 
Fri Jan 20 10:51:06 2023
Log Level; Time; Module; Description, VERB: Thread; Function; Verbose Description
-----------------------------------------------------------------------

INFO; Fri Jan 20 10:51:12 2023;      eID_Client; Authentication is starting... ClientBrowser: <retracted User-Agent>

piecka commented on 2023-01-03 22:57 (UTC) (edited on 2023-01-03 22:59 (UTC) by piecka)

Both logging in to slovensko.sk and signing documents using [disig-web-signer] works in version 4.4.

Sorry for not releasing a working version until now. I had it prepared but it didn't work for me. Today I realized the problem was in my browser and not in this package:(.

@juraj: Thanks for getting into this.

juraj commented on 2023-01-03 20:34 (UTC) (edited on 2023-01-03 20:35 (UTC) by juraj)

I have been trying to make this work for a while and the key seems to be:

  • 5 lib files present in the filesystem

  • VirtualKeyboard linked to the AppImage in both bin and eid klient lib folder

An example PKGBUILD (simplified: only x86_64, no dynamic version based on release notes, custom desktop file) that works: https://pastebin.com/J8a1Z9BS

nico32 commented on 2022-10-26 19:07 (UTC) (edited on 2022-10-26 19:10 (UTC) by nico32)

I just tried on another manjaro comp clean update of eidklient from 3.7 to 4.1 and was not able to open certificates to sign document. Wrong PIN was reported but the problem is, that no PIN was requested when accessing certificates. I had to rollback previous /usr/libEAC_MW_KLIENT directory. Then access to certificates is enabled after PIN request, but the request is done probably with 3.7 window app. It is not the new one 4.1 blue window.

(I think this install script helped me on the first computer: https://pastebin.com/UFka3B0i)

nico32 commented on 2022-10-26 14:34 (UTC)

And just a comment, with 4.1 version you have to have installed websigner 2 version.

nico32 commented on 2022-10-26 14:25 (UTC)

But in the AppImage are libs included. I wil try on another manjaro installation

piecka commented on 2022-10-26 13:50 (UTC)

Libs are not in the package. That's a mistake. However, even with the libs in their place, signing still doesn't work and Web Signer finishes with a timeout. I'll investigate whether this works on a supported system (Ubuntu/Debian).