- Timestamp:
- 09/02/2014 10:53:27 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cf694de
- Parents:
- 37ffedf2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lxde/apps/lxdm.xml
r37ffedf2 rf3979ba 131 131 --sysconfdir=/etc \ 132 132 --with-pam \ 133 --with-systemdsystemunitdir= /lib/systemd/system&&133 --with-systemdsystemunitdir=no && 134 134 make</userinput></screen> 135 135 … … 143 143 144 144 <screen role="root"><userinput>make install</userinput></screen> 145 145 146 </sect2> 146 147 … … 165 166 166 167 <para> 167 <option>--with-systemdsystemunitdir=no</option>: Main BLFS does not168 s upport systemd.168 <option>--with-systemdsystemunitdir=no</option>: BLFS does not support 169 systemd. 169 170 </para> 170 171 … … 213 214 image to your home directory, with the name <filename>.face</filename>. 214 215 </para> 216 217 </sect3> 218 219 <sect3> 220 <title>Localization</title> 221 222 <para> 223 If you wish <command>lxdm</command> greeter in your native language, 224 for non-English speakers, a fix is necessary, as <systemitem 225 class="username">root</systemitem> user: 226 </para> 227 228 <screen role="root"><userinput>sed -i '1a\\nexport <replaceable><your_LANG></replaceable>' /usr/sbin/lxdm</userinput></screen> 229 230 <para> 231 where the value to be used in 232 <replaceable><your_LANG></replaceable> is the same you obtain with 233 <command>echo $LANG</command> command. 234 </para> 235 236 </sect3> 237 238 <sect3> 239 <title>Starting lxdm</title> 240 241 <para> 242 You can manually start <command>lxdm</command>, e.g, if you install the 243 bootscript, by running, as <systemitem 244 class="username">root</systemitem> user: 245 </para> 246 247 <screen role="root"><userinput>/etc/rc.d/init.d/lxdm start</userinput></screen> 248 249 <para> 250 Another option, change to runlevel 5, as <systemitem 251 class="username">root</systemitem> user: 252 </para> 253 254 <screen role="root"><userinput>init 5</userinput></screen> 255 256 <para> 257 Runlevel 5 is necessary, by definition. However, BLFS default is 258 runlevel 3. To permanently change the default to 5, thus obtaining 259 the <command>lxdm</command> greeter screen automatically, you need to 260 modify <filename>/etc/inittab</filename>, as <systemitem 261 class="username">root</systemitem> user: 262 </para> 263 264 <screen role="root"><userinput>mov -vi /etc/inittab{,-orig} && 265 sed -i '/initdefault/ s/3/5/' /etc/inittab</userinput></screen> 215 266 216 267 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.