You are not logged in.
Pages: 1
Hello everybody,
Is there a command line option to invoke a session save manually, similar to the "Save Session" radio button found in the Session tab in xfce4-session-settings?
My goal is to place it in the following script:
<save session command here>
shutdown -h +3
gxmessage -buttons "Shutdown:1,Cancel:0" "Auto Shutdown in 3 mins?"
if [ "$?" -eq "1" ]; then
shutdown -c
shutdown -h 0
else
shutdown -c
fi
exit
I appreciate any help, thank you!
Offline
You can try using the command xfce4-session-logout instead. Have a look at the --help output.
Mike
Offline
Pages: 1
[ Generated in 0.010 seconds, 11 queries executed - Memory usage: 516.75 KiB (Peak: 517.66 KiB) ]