BTW
Bogomips when testing other desktops I found that I can see how my RazorQt changes will look on them by copying my save.dat changes file to an extramods folder like so:
cp -p /mnt/sda5/Porteus3.0/changes/porteussave.dat /mnt/sda5/Porteus3.0/modsavedat/porteussave.dat.xzm
Note the .xzm extention added to the end of the copy.
I still boot in Always Fresh mode, so as to not mess up my save.dat file, but I can see the test desktop in a more normal mode for me.
Code: Select all
title Porteus 3.0.1 extramod= MATE\n213MB\n %ISO30%
find --set-root /ISOs/%ISO30%
map --heads=0 --sectors-per-track=0 /ISOs/%ISO30% (0xff)
map --hook
root (0xff)
kernel /boot/syslinux/vmlinuz from=/ISOs/%ISO30% extramod=/porteus3.0/Optional;/porteus3.0/Modules;/porteus3.0/modsavedat volume=33 noload=kde;lxde;razor;xfce load=mate
initrd /boot/syslinux/initrd.xz
title Porteus 3.0.1 extramod= XFCE\n213MB\n %ISO30%
find --set-root /ISOs/%ISO30%
map --heads=0 --sectors-per-track=0 /ISOs/%ISO30% (0xff)
map --hook
root (0xff)
kernel /boot/syslinux/vmlinuz from=/ISOs/%ISO30% extramod=/porteus3.0/Optional;/porteus3.0/Modules;/porteus3.0/modsavedat volume=33 noload=kde;lxde;razor;mate load=xfce
initrd /boot/syslinux/initrd.xz
where ISO30 is set as:
Code: Select all
set ISO30=Porteus-RazorQT-v3.0.1-x86_64-nu.iso
Thought you might be interested.
I tried KDE and it didn't appeal to me. Same with LXQT. Will see how these two look.