https://bugs.kde.org/show_bug.cgi?id=455889
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |6.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/e54bd896ce1e8daaeb29b67d6 | |e40c95ec83c5db5 --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit e54bd896ce1e8daaeb29b67d6e40c95ec83c5db5 by Nate Graham, on behalf of Thenujan Sandramohan. Committed on 14/08/2023 at 17:33. Pushed by ngraham into branch 'master'. kcms/autostart: Show more info about systemd-backed entries This MR gets info about autostart systemd units using dbus and shows them on a new sub-page in the KCM. This will make it easy for people to figure out why their autostart entries aren't autostarting or debug other issues. Related: bug 401536, bug 391609 FIXED-IN: 6.0 M +3 -1 CMakeLists.txt M +17 -2 kcms/autostart/CMakeLists.txt M +2 -1 kcms/autostart/autostart.cpp M +61 -4 kcms/autostart/autostartmodel.cpp M +17 -0 kcms/autostart/autostartmodel.h A +127 -0 kcms/autostart/ui/entry.qml [License: GPL(v2.0+)] M +107 -52 kcms/autostart/ui/main.qml A +249 -0 kcms/autostart/unit.cpp [License: GPL(v2.0+)] A +64 -0 kcms/autostart/unit.h [License: GPL(v2.0+)] https://invent.kde.org/plasma/plasma-workspace/-/commit/e54bd896ce1e8daaeb29b67d6e40c95ec83c5db5 -- You are receiving this mail because: You are watching all bug changes.