File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/config/graphical-session Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,19 @@ If you wish to start an X-based session from the console, use
1919[ startx] ( ./xorg.md#startx ) to run ` startplasma-x11 ` . For a Wayland-based
2020session, run ` startplasma-wayland ` directly.
2121
22+ ## SDDM
23+
24+ Note that if you are configuring SDDM to [ run under wayland] [ sddm-wayland ] ,
25+ you will need to ensure the first virtual terminal is not consumed by
26+ ` agetty ` :
27+
28+ ```
29+ rm /var/service/agetty-tty1
30+ ```
31+
32+ Doing this is ** not required** when running SDDM under X11 (which is the
33+ default.)
34+
2235## Dolphin
2336
2437Dolphin is the default file manager of the KDE desktop environment. It can be
@@ -32,3 +45,5 @@ package. If you want video thumbnails, the `ffmpegthumbs` package is also
3245necessary. Enable previews in "Control" -> "Configure Dolphin" -> "General" ->
3346"Previews" by checking the corresponding boxes. File previews will be shown for
3447the selected file types after clicking "Preview" in Dolphin's toolbar.
48+
49+ [ sddm-wayland ] : https://wiki.archlinux.org/title/SDDM#Running_under_Wayland
You can’t perform that action at this time.
0 commit comments