https://bugs.kde.org/show_bug.cgi?id=336369

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #62 from [email protected] ---
Found a hack/fix
Works on  kscreenlocker 6.6.3-1.1, plasma-desktop 6.6.3-1.1

in

/usr/share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockScreenUi.qml

add at the end of  

actionItems

block the following
ActionButton {
                        text: i18ndc("plasma_shell_org.kde.plasma.desktop",
"@action:button", "&Restart")
                        icon.name: "system-reboot"
                        onClicked: sessionManagement.requestReboot()
                        visible: sessionManagement.canReboot
                    },
                    ActionButton {
                        text: i18ndc("plasma_shell_org.kde.plasma.desktop",
"@action:button", "Shut &Down")
                        icon.name: "system-shutdown"
                        onClicked: sessionManagement.requestShutdown()
                        visible: sessionManagement.canShutdown
                    }

Will obviously get overwritten after updates

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

Reply via email to