https://bugs.kde.org/show_bug.cgi?id=433333
hchain <henri.ch...@enioka.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |1c7e3064d88d13fb4a03aba41bd | |6d5ac7ca832e7 Resolution|--- |FIXED --- Comment #11 from hchain <henri.ch...@enioka.com> --- Git commit 1c7e3064d88d13fb4a03aba41bd6d5ac7ca832e7 by Henri Chain, on behalf of David Edmundson. Committed on 03/03/2021 at 14:41. Pushed by davidedmundson into branch 'master'. Fix query of StartPlasma::hasSystemdService ListUnitByNames did not quite work as the author (me) expected. Whilst a search for "adsfasf" yeilded an empty list a well-formed name like "asdfasdf.service" would return a result to say that service was not loaded. This means our runtime detection of xdg-autostart-generator failed. By using ListUnitFilesByPatterns we can filter on the status in the query, meaning this code works again. We also can query the case of it being available but explicitly disabled. M +3 -3 startkde/startplasma.cpp https://invent.kde.org/plasma/plasma-workspace/commit/1c7e3064d88d13fb4a03aba41bd6d5ac7ca832e7 -- You are receiving this mail because: You are watching all bug changes.