[Solved] Xfce and Mate on same install?
[Solved] Xfce and Mate on same install?
Is is possible to have both Mate and Xfce on the same installation of Salix, and choose one at boot time (LILO menu), or, boot to command line, then start the one of choice? How does one boot straight to command line?
EDIT: Add [Solved] to title.
EDIT: Add [Solved] to title.
Last edited by mobius on 30. Nov 2016, 18:15, edited 1 time in total.
Real men don't systemd.
Friends don't let friends systemd.
Friends don't let friends systemd.
Re: Xfce and Mate on same install?
These will work:
MATE:
Xfce:
You can select desktop in the session at login.
when adding MATE from 14.2 Xfce,
Salix is not yet preparing 14.2 MATE.
Therefore you may encounter some problem on MATE.
MATE:
Code: Select all
$ sudo slapt-get --install-set mate
Code: Select all
$ sudo slapt-get --install-set xfce
when adding MATE from 14.2 Xfce,
Salix is not yet preparing 14.2 MATE.
Therefore you may encounter some problem on MATE.
Re: Xfce and Mate on same install?
I had both - and i did not encounter any problem for xfce. Mate did not work as expected, so i gave up on it (although i'd have preferred for a better integration with xmonad wm - now, with the help of the comunity, i found out a way to do the same with xfce + xmonad). But those were not Salix related problems but internal Mate ones.
Cheers.
Cheers.
Re: Xfce and Mate on same install?
Thanks, balloon. On 14.2 Xfce, installed Mate from /x86_64/14.2 repo successfully; it excluded mate-backgrounds due to unmet dependencies. Got tons of "deprecated path" messages, as jsfarinet mentioned in another thread.balloon wrote:These will work:
MATE:Xfce:Code: Select all
$ sudo slapt-get --install-set mate
You can select desktop in the session at login.Code: Select all
$ sudo slapt-get --install-set xfce
when adding MATE from 14.2 Xfce,
Salix is not yet preparing 14.2 MATE.
Therefore you may encounter some problem on MATE.
Installing mate-session-manager, got "WARNING: Directory already exists *behind the symlink* on filesystem (usr/share/doc)." Is this of concern?
Upon rebooting, went straight into Xfce DE, as before. How does one choose which DE to use? Can that choice be made in the LILO menu (separate entries for Salix Xfce, Salix Mate, etc.)?
Also, how does one boot straight to command line, with no DE?
Real men don't systemd.
Friends don't let friends systemd.
Friends don't let friends systemd.
Re: Xfce and Mate on same install?
Hi jsfarinet. Could you elaborate on the issues with Mate? Thanks.jsfarinet wrote:I had both - and i did not encounter any problem for xfce. Mate did not work as expected, so i gave up on it (although i'd have preferred for a better integration with xmonad wm - now, with the help of the comunity, i found out a way to do the same with xfce + xmonad). But those were not Salix related problems but internal Mate ones.
Cheers.
Real men don't systemd.
Friends don't let friends systemd.
Friends don't let friends systemd.
Re: Xfce and Mate on same install?
This is summarized in the wiki:mobius wrote:Also, how does one boot straight to command line, with no DE?
https://docs.salixos.org/wiki/How_to_in ... Salix_core
Re: Xfce and Mate on same install?
Not exactelysince i removed it. But essentially the problems were related to the problems of dealing with gth2 and/or gtk3 themes as well as with the composite manager. For some apps (mostly those of the qt4 or qt5 world) contrasts and backgrounds were not respected with the result that i had white fonts on white background (= unredable, obviously) and similar.mobius wrote:Hi jsfarinet. Could you elaborate on the issues with Mate? Thanks.jsfarinet wrote:I had both - and i did not encounter any problem for xfce. Mate did not work as expected, so i gave up on it (although i'd have preferred for a better integration with xmonad wm - now, with the help of the comunity, i found out a way to do the same with xfce + xmonad). But those were not Salix related problems but internal Mate ones.
Cheers.
When i changed to xfce that problems disappeared. Mostly i tried mate because i had a nice instruction to how to use xmonad alongside / inside with mate. The i found out that there is a similar option for xfce, so changing to xfce was harmless for my intents.
Re: Xfce and Mate on same install?
Thanks for the additional information. Glad you arrived at a working solution.jsfarinet wrote:Not exactelysince i removed it. But essentially the problems were related to the problems of dealing with gth2 and/or gtk3 themes as well as with the composite manager. For some apps (mostly those of the qt4 or qt5 world) contrasts and backgrounds were not respected with the result that i had white fonts on white background (= unredable, obviously) and similar.
When i changed to xfce that problems disappeared. Mostly i tried mate because i had a nice instruction to how to use xmonad alongside / inside with mate. The i found out that there is a similar option for xfce, so changing to xfce was harmless for my intents.
My interest is in comparing them, to see which one I like better; so I'll see how that goes. First I need to know how to select one or the other at any particular time.
Real men don't systemd.
Friends don't let friends systemd.
Friends don't let friends systemd.
Re: Xfce and Mate on same install?
Hmm... that article doesn't mention anything about booting. Could someone kindly take me through it one step at a time?balloon wrote:This is summarized in the wiki:mobius wrote:Also, how does one boot straight to command line, with no DE?
https://docs.salixos.org/wiki/How_to_in ... Salix_core
First booting to command line; then selecting a DE and running it?
Real men don't systemd.
Friends don't let friends systemd.
Friends don't let friends systemd.
Re: Xfce and Mate on same install?
That's this part of the wiki page:
MATE:
Xfce:
This is the same work with Xfce and MATE.To make that window manager the default for your user, dofor icewm, orCode: Select all
cp /etc/X11/xinit/xinit.icewm ~/.xinitrc
for fluxbox, or similar for any other window manager, you get the point.Code: Select all
cp /etc/X11/xinit/xinit.fluxbox ~/.xinitrc
You can now test your favourite minimal window manager with:Code: Select all
startx
MATE:
Code: Select all
cp /etc/X11/xinit/xinit.mate ~/.xinitrc
startx
Code: Select all
cp /etc/X11/xinit/xinit.xfce ~/.xinitrc
startx