When saying that sdwdate-gui is not installed in Qubes, I meant not enabled.
To completely enable it, we have to modify /usr/lib/sdwdate-gui/notify-shutdown
too.
#!/bin/bash
## Copyright (C) 2018 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions
NAME="$(/usr/bin/qubesdb-read /name)"
if [ ! -z "$NAME" ]; then
/usr/bin/qrexec-client-vm sys-whonix whonix.NewStatus+$NAME" shutdown"
fi
In my version, the qrexec-client-vm
command was commented, replaced with true
, as in start-maybe
.
I am working with a fresh installation, from scratch. The Whonix policies are in dom0.
It’s already in the code, commented. I believe there was an issue with the position of the Exit button in the menu. Will look into it.