| Desktops | |||||||||||||||||||||
| * | LinWin | ||||||||||||||||||||
| 4/20/20 | Desktops | ||||||||||||||||||||
| Home | http://forums.fedoraforum.org/showthread.php?t=306787 | ||||||||||||||||||||
| Install / Fedora | Size (MB) | ||||||||||||||||||||
| cronjobs | Desktop | Initial | Actual | install | startup | Ran ? | |||||||||||||||
| Info (inxi) | lxde | 135 | 14 | dnf install @lxde-desktop | startlxde | no | |||||||||||||||
| Desktops | xfce | 189 | 113 | dnf install @xfce-desktop | startxfce4 | yes | |||||||||||||||
| dnf | gnome | 401 | 142 | dnf install @gnome-desktop | gnome-session, also startx | no | but the commad startx, then yes it ran. | ||||||||||||||
| DNS | cinnamon | 480 | 188 | dnf install @cinnamon-desktop | cinnamon, also | no | cinnamon-launcher, cinnamon-session, cinnamon-session-cinnamon, cinnamon-session-cinnamon2d | ||||||||||||||
| firewalld | sugar | 189 | 189 | dnf install @sugar-desktop | sugar-launch | no | |||||||||||||||
| LVM | mate | 458 | 265 | dnf install @mate-desktop | mate-session | no | |||||||||||||||
| LVM2 | kde | 597 | 410 | dnf install @kde-desktop | startkde | no | |||||||||||||||
| N.Neighbor'd | |||||||||||||||||||||
| NM | |||||||||||||||||||||
| Wireless | $ ls -l /usr/share/xsessions (seems to give list of all installed DEs) | ||||||||||||||||||||
| Services | |||||||||||||||||||||
| Sys Jour | One way you can run different desktops is to configure startx to start X and supply a terminal, typically, an xterm. | ||||||||||||||||||||
| You do that by configuring a /home/username/.xinitrc file with contents like ----> | #!/bin/sh | ||||||||||||||||||||
| exec xterm | |||||||||||||||||||||
| Then startx, and | |||||||||||||||||||||
| then enter the startup command (shown above) in the newly created xterm. | |||||||||||||||||||||