Align console prompts to style guide (container, sbc, use case)

This commit is contained in:
Brett Weir 2026-06-19 12:58:26 -07:00
commit a445c46d59
4 changed files with 186 additions and 186 deletions

View file

@ -14,7 +14,7 @@ To get an overview of available graphical user interfaces, simply list all insta
+
[source,bash]
----
[…]# dnf group list
# dnf group list
----
You will find
* KDE Plasma Workspaces
@ -33,14 +33,14 @@ You may either use the groups pretty name as shown in the group listing or the c
+
[source,bash]
----
[…]# dnf groupinstall "Cinnamon Desktop"
# dnf groupinstall "Cinnamon Desktop"
----
+
or
+
[source,bash]
----
[…]# dnf install @cinnamon-desktop-environment
# dnf install @cinnamon-desktop-environment
----
3. *Adjustment of systemd to start in graphic mode*
+
@ -48,14 +48,14 @@ To boot into graphical mode by default, you have to adjust the default target.
+
[source,bash]
----
[…]# systemctl set-default graphical.target
# systemctl set-default graphical.target
----
+
With some desktop you may also need:
+
[source,bash]
----
[…]# systemctl enable gdm.service
# systemctl enable gdm.service
----
+
Try it, but you may get a "Service not found" message with some desktops. No need to worry, the installed desktop will come up without that.
@ -63,7 +63,7 @@ Try it, but you may get a "Service not found" message with some desktops. No nee
+
[source,bash]
----
[…]# reboot
# reboot
----
+
Your system will start with the selected graphical desktop.
@ -73,13 +73,13 @@ Your system will start with the selected graphical desktop.
You may install multiple desktops. The utilities `switchdesk` and `switchdesk-gui` can be used to switch the desktop GUI.
[source,bash]
----
[…]# dnf install switchdesk switchdesk-gui
# dnf install switchdesk switchdesk-gui
----
In a terminal window, you can directly switch to another desktop:
[source,bash]
----
[…]# switchdesk cinnamon
# switchdesk cinnamon
----
Without naming the new desktop, a window with the available options will be displayed.
@ -90,12 +90,12 @@ The graphical `_Desktop Switcher_` is included in the Systemadministration menu
You can switch back to booting to a text console:
[source,bash]
----
[…]# systemctl set-default multi-user.target
[…]# reboot
# systemctl set-default multi-user.target
# reboot
----
After having switched back into text mode, you can switch to the selected desktop just for the current session using
[…]# startx
# startx
However, this does not work flawlessly for every available desktop.