Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/guides/desktop/xfce_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ Also install lightdm:

## Final Steps

We need to disable `gdm`, which gets added and enabled during *dnf groupinstall "xfce"*
We need to disable `gdm`, which gets added and enabled during *dnf groupinstall "xfce"*:

`systemctl disable gdm`

Now we can enable *lightdm*
Now we can enable *lightdm*:

`systemctl enable lightdm`

We need to tell the system after booting use only the graphical user interface, so for that set the default target system to the GUI interface:
Expand Down