I've tried installing DigiDoc4-Client by modifiying the install-open-eid.sh script to include Kali Linux but that causes the following error when starting qdigidoc4 via CLI:
Chache configuration serial: 157
Bundled configuration serial: 160
Bundled configuration is recent than cache, resetting cache
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QSigner(0x562df2d18eb0), parent's thread is QThread(0x562df2b82bd0), current thread is QSigner(0x562df2d18eb0)
2023-08-10T07:52:50Z D [File.cpp:311] - Created directory or direcotry exists '/home/arszilla/.digidocpp/tsl'
Loading: "opensc-pkcs11.so"
[1] 27360 segmentation fault ./build/client/qdigidoc4
This issue also replicates when DigiDoc4-Client is also built from the source.
$ uname -a
Linux kali-dell 6.3.0-kali1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.3.7-1kali1 (2023-06-29) x86_64 GNU/Linux
$ cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2023.2"
VERSION="2023.2"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
In theory, open-eid and its components should work in Kali, as it's Debian based (although it's Debian Testing).
I've tried installing DigiDoc4-Client by modifiying the
install-open-eid.shscript to include Kali Linux but that causes the following error when startingqdigidoc4via CLI:This issue also replicates when DigiDoc4-Client is also built from the source.
In theory,
open-eidand its components should work in Kali, as it's Debian based (although it's Debian Testing).