Summary: | Autostart Not Working when Delaying Start with 'Sleep' at Start of Command | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | adamska156 |
Component: | libplasma | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde, me, notmart |
Priority: | NOR | ||
Version First Reported In: | 5.95.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
adamska156
2022-07-04 16:42:24 UTC
If you've done Exec=sleep 10 && someApp that's an invalid entry as per the spec which is why it fails. We only now enforce it correctly. Change to: /bin/bash -c "command_1 ; command_2" |