Bug 388462 - Missing dependency on kinit
Summary: Missing dependency on kinit
Status: RESOLVED DOWNSTREAM
Alias: None
Product: ark
Classification: Applications
Component: general (other bugs)
Version First Reported In: 17.08.3
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-02 18:41 UTC by robert
Modified: 2018-01-02 20:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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