25 Jun
2024
25 Jun
'24
15:38
It is easy to get the 'confusing' options back. You have to get rid of a single line in "/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/logout/logout.qml" or "/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/logout.qml". Depending on the global design you use. It is line 60 (readonly property bool showAllOptions: sdtype === ShutdownType.ShutdownTypeDefault) that needs to go. Make a backup of the original file, just in case you need to revert. Your modification will get overwritten by the next update. In that file you can also overwrite the time it takes to shutdown,etc. In line 46 (property real timeout: 30) you can change it to your liking.