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
19
19
[ startx] ( ./xorg.md#startx ) to run ` startplasma-x11 ` . For a Wayland-based
20
20
session, run ` startplasma-wayland ` directly.
21
21
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
+
22
35
## Dolphin
23
36
24
37
Dolphin 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
32
45
necessary. Enable previews in "Control" -> "Configure Dolphin" -> "General" ->
33
46
"Previews" by checking the corresponding boxes. File previews will be shown for
34
47
the 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