[systemsettings] [Bug 391609] Warn about invalid autostart scripts

2023-08-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391609

--- Comment #10 from Nate Graham  ---
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 455889
FIXED-IN: 6.0

M  +3-1CMakeLists.txt
M  +17   -2kcms/autostart/CMakeLists.txt
M  +2-1kcms/autostart/autostart.cpp
M  +61   -4kcms/autostart/autostartmodel.cpp
M  +17   -0kcms/autostart/autostartmodel.h
A  +127  -0kcms/autostart/ui/entry.qml [License: GPL(v2.0+)]
M  +107  -52   kcms/autostart/ui/main.qml
A  +249  -0kcms/autostart/unit.cpp [License: GPL(v2.0+)]
A  +64   -0kcms/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.

[systemsettings] [Bug 391609] Warn about invalid autostart scripts

2023-07-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=391609

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3108

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

[systemsettings] [Bug 391609] Warn about invalid autostart scripts

2022-07-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391609

--- Comment #8 from Nate Graham  ---
Git commit 9bad434fbf94b1398056fafd8caf49a371ea6140 by Nate Graham, on behalf
of Nicolas Fella.
Committed on 01/07/2022 at 16:37.
Pushed by ngraham into branch 'master'.

kcms/autostart: Warn when adding a non-executable script and offer to fix it

The login/logout script files need to be executable. To avoid the user
wondering why their script isn't executing, warn them if the file is not
executable and offer to fix it.

M  +13   -0kcms/autostart/autostartmodel.cpp
M  +2-0kcms/autostart/autostartmodel.h
M  +28   -1kcms/autostart/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/9bad434fbf94b1398056fafd8caf49a371ea6140

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

[systemsettings] [Bug 391609] Warn about invalid autostart scripts

2022-07-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391609

Nate Graham  changed:

   What|Removed |Added

 CC||plasma-b...@kde.org
Summary|autostart script is not |Warn about invalid
   |executed, log claims it is  |autostart scripts
Product|ksmserver   |systemsettings
  Component|general |kcm_autostart
   Severity|normal  |wishlist
Version|5.12.2  |unspecified

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