How do we switch desktops?
How do we switch desktops?
I thought this would be straightforward, but been struggling with this - I've installed both Mate and XFCE and want to switch between them. How do I go about doing that? Even went as far as uninstalling XFCE but just cannot boot into Mate.
Re: How do we switch desktops?
Going from: http://unix.stackexchange.com/questions ... -change-it
You can specify which binary (desktop) you wish to run from terminal:
So mate is gnome, should be (not tested):
Maybe XFCE is (again, not tested, you might need to search for the binary):
You can specify which binary (desktop) you wish to run from terminal:
Code: Select all
startx /usr/bin/startkde
Code: Select all
startx /usr/bin/gnome
Code: Select all
startx /usr/bin/xfce #or xfce4
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.