https://bugs.kde.org/show_bug.cgi?id=456667
--- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- Setting the program to "sleep 5 && touch /tmp/asdf" is expected to fail. The desktop entry spec says it must be a program with args. Not a bash line. setting it to `/bin/sh -c "sleep 5 ; touch /tmp/foo"` would work. With the systemd boot we share some components, which is normally a good thing, but it means aherence to the actual autostart spec. Maybe I should redo the UI to be clearer. I don't understand why the amixer command fails. -- You are receiving this mail because: You are watching all bug changes.