Aquesta és una revisió antiga del document
linux desktops
distros
tips
que escritorios disponibles?
ps -a | egrep -i "gnome|kde|mate|cinnamon|lxde|xfce|jwm"
systemctl status display-manager
ls /usr/bin/*session
- screenfetch:
git clone git://github.com/KittyKatt/screenFetch.git screenfetch ./screenfetch-dev
reinicar escritorio
Ctrl+Alt+F2 (hasta F6)
- XFCE:
xfce4-panel -r && xfwm4 –replace
- Gnome Shell:
gnome-shell –replace & disown
- Plasma 5:
kbuildsycoca5 && kquitapp5 plasmashell && kstart5 plasmashell
- LXDE:
lxpanelctl restart && openbox –restart
- Unity:
unity –replace &
- Budgie_:
budgie-panel –replace && budgie-wm –replace
- MATE:
mate-panel –replace
- Cinnamon:
gnome-shell –replace
/via: https://geekland.eu/reiniciar-el-entorno-escritorio-linux/