Bug 388462

Summary: Missing dependency on kinit
Product: [Applications] ark Reporter: robert <maxl1234>
Component: generalAssignee: Elvis Angelaccio <elvis.angelaccio>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: rthomsen6
Priority: NOR    
Version First Reported In: 17.08.3   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description robert 2018-01-02 18:41:37 UTC
I am using ark on Debian testing with LXQt, but without 'kinit' I get the following error message, when I click on the 'Extract' button:

Unable to create io-slave. Cannot talk to klauncher: The name org.kde.klauncher5 was not provided by any .service files
Comment 1 Elvis Angelaccio 2018-01-02 19:00:05 UTC
Please try to set KDE_FORK_SLAVES=1 in your environment. See https://userbase.kde.org/KDE_System_Administration/Environment_Variables#KDE_FORK_SLAVES
Comment 2 robert 2018-01-02 20:11:33 UTC
Putting KDE_FORK_SLAVES=1 in '/etc/xdg/lxqt/session.conf' under '[Environment]' did help, thank you