Booting the installed Whonix Host into Live mode would be a great feature. I am using grub-live
for a Debian host machine. Should be possible to fix that.
I get that done, created ⚓ T928 install xfce4-power-manager on Whonix Host and Kicksecure Host for it.
Should be sorted in next git tag. 15.0.0.4.0-developers-only
(upcoming)
Sorted that in https://github.com/Whonix/whonix-xfce-desktop-config/commit/12dad74b906c675f834fa6431a3892e7dc499128 for Whonix VMs so śhould also work on Whonix Host since also using package whonix-xfce-desktop-config
.
That would be very good. I also want to differentiate Whonix VMs gateway vs workstation as well as differentiate from the host. Technical challenge:
Package package whonix-xfce-desktop-config
owns /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
. As per Debian dpkg default one file can only be owned by one pacakge.
I wouldn’t know how to cleanly stack these packages. I.e. how to add yet another package on top that only ships one different config file?
[1] whonix-xfce-workstation-config
[2] whonix-xfce-host-config
These packages could duplicate that package and then say in debian/control
Replaces: whonix-xfce-desktop-config
. Lots of code duplication. Not great.
Or whonix-libvirt
(or some other Whonix host package) could do config-package-dev
displace
/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
. Better but still one fully duplicated config file.
Any other way to just change the background image? A command line command that runs one time after first login? Is it possible to change the background image on the command line?