https://bugs.kde.org/show_bug.cgi?id=456667

--- Comment #4 from Nicolas Fella <nicolas.fe...@gmx.de> ---
> Using as an app call with a more complicated command "sleep 5s && touch 
> /tmp/test2" does NOT work. 

That is somewhat expected. Autostart is based on the desktop entry spec, which
says "The Exec key must contain a command line. A command line consists of an
executable program optionally followed by one or more arguments.". Consequently
shell features like && are not supported there. The fact that it used to work
was relying on an implementation detail in Plasma

> Using as an app call with a more complicated command "amixer -c 0 sset Front 
> unmute" does NOT work. 

Not sure what's going on there, as far as I can tell it's a valid Exec line.
Perhaps the command is executed properly but due to circumstances it does not
have the desired effect

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to