In PCLOS Debian shutdown and reboot dialogs does not work. Log out works using the next script.
Any ideas for shudown and reboot for JWM and IceWM desktops?
- Code:
#!/bin/bash
session=`loginctl session-status | head -n 1 | awk '{print $1}'`
loginctl terminate-session $session
Any ideas for shudown and reboot for JWM and IceWM desktops?
Last edited by nobody on 15th June 2024, 10:35 pm; edited 1 time in total