diff --git a/general.ent b/general.ent
index 5994e129d7..8bde5d0fbc 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/x/dm/sddm.xml b/x/dm/sddm.xml
index 372342e2bb..0de6d239ca 100644
--- a/x/dm/sddm.xml
+++ b/x/dm/sddm.xml
@@ -193,7 +193,33 @@ install -v -dm755 -o sddm -g sddm /var/lib/sddm
/etc/sddm.conf
-
+
+ This file is not installed with the build instructions, and
+ default values are used by sddm. In order to generate the default
+ /etc/sddm.conf, issue, as the root user:
+
+
+sddm --example-config > /etc/sddm.conf
+
+
+ You need to edit this file, if your system has any unconventional
+ characteristics. For example, if Xorg is installed in /opt, use your
+ preferred editor as the root
+ user to replace the ServerPath default value by
+ /opt/xorg/bin/X. Or, as the root user, issue
+
+
+sed -e 's|/usr/bin/X|/opt/xorg/bin/X|' \
+ -i.orig /etc/sddm.conf
+
+
+ This command will do the substitution and create a copy of the original
+ file with name /etc/sddm.conf.orig.
+
+
+
Boot Script
@@ -334,19 +360,11 @@ sed -i '/initdefault/ s/3/5/' /etc/inittab
maui.
The default theme is maui
. You can install other themes
in that directory. In order to change the theme, you need to edit
- /etc/sddm.conf, which is not installed by default.
- Before proceeding, make a backup of this file, if there is one already
- installed. In order to generate /etc/sddm.conf,
- issue, as the root user:
-
-
-sddm --example-config > /etc/sddm.conf
-
-
- Now, using your preferred text editor, change the default
- maui
theme, replacing Current=maui
by
- Current=<insert new theme name here>
,
- e.g. Current=maldives
.
+ /etc/sddm.conf, using your preferred text editor,
+ to change the default maui
theme, replacing
+ Current=maui
by Current=<insert
+ new theme name here>
, e.g.
+ Current=maldives
.