https://bugs.kde.org/show_bug.cgi?id=487616
Bug ID: 487616 Summary: Logout / Restart / Shutdown not working with tiling window manager (X11) Classification: Plasma Product: plasmashell Version: 6.0.4 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Session Management Assignee: plasma-b...@kde.org Reporter: hiph...@posteo.de CC: natalie_clar...@yahoo.de Target Milestone: 1.0 *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY I use Plasma with BSPWM as my window manager under X11. Under BSPWM logout, shutdown and restart from the application menu or dashboard do not work. I get the semi-transparent overlay that asks me for confirmation, but nothing happens afterwards. The only way I can shut down the machine is by running `sudo poweroff` from a terminal. STEPS TO REPRODUCE I use the following shell script to launch the session (`/usr/local/bin/plasma-bspwm.sh`): #!/bin/sh export KDEWM=/usr/bin/bspwm /usr/bin/startplasma-x11 To register this session I have the following XDG desktop entry file (`/usr/share/xsessions`): [Desktop Entry] Type=XSession Exec=/usr/local/bin/plasma-bspwm.sh TryExec=/usr/bin/startplasma-x11 DesktopNames=KDE Name=Plasma (BSPWM) X-KDE-PluginInfo-Version=5.22.5 SOFTWARE/OS VERSIONS Linux/KDE Plasma: Void Linux (available in About System) KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.6.0 ADDITIONAL INFORMATION All these actions work fine when using X11 with KWin or under Wayland, which is why I think that this is a separate issue from 481938. The two services mentioned in https://bugs.kde.org/show_bug.cgi?id=481938#c5 do exist on my system. -- You are receiving this mail because: You are watching all bug changes.