Changeset cf694de for lxde/apps/lxdm.xml
- Timestamp:
- 09/03/2014 12:47:47 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ff7c7bf8
- Parents:
- f3979ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lxde/apps/lxdm.xml
rf3979ba rcf694de 142 142 </para> 143 143 144 <screen role="root"><userinput>make install</userinput></screen> 144 <screen role="root"><userinput>make install && 145 sed 's:/etc/sysconfig/i18n:/etc/profile.d/i18n.sh:g' \ 146 -i /usr/sbin/lxdm</userinput></screen> 145 147 146 148 </sect2> … … 168 170 <option>--with-systemdsystemunitdir=no</option>: BLFS does not support 169 171 systemd. 172 </para> 173 174 <para> 175 <command>sed ... -i /usr/sbin/lxdm</command>: Fix <command>lxdm</command> 176 greeter to user locale. 170 177 </para> 171 178 … … 218 225 219 226 <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 <systemitem227 <title>Starting lxdm</title> 228 229 <para> 230 You can manually start <command>lxdm</command>, e.g, if the bootscript 231 has been installed, by running, as <systemitem 225 232 class="username">root</systemitem> user: 226 233 </para> 227 234 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 in232 <replaceable><your_LANG></replaceable> is the same you obtain with233 <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 the243 bootscript, by running, as <systemitem244 class="username">root</systemitem> user:245 </para>246 247 235 <screen role="root"><userinput>/etc/rc.d/init.d/lxdm start</userinput></screen> 248 236 249 237 <para> 250 Another option, change to runlevel 5, as <systemitem 251 class="username">root</systemitem> user: 238 By definition, X should be executed at runlevel 5, consequently, the 239 same is true for <application>lxdm</application>. However, BLFS default 240 runlevel is 3. Changing to runlevel 5, from the terminal, as 241 <systemitem class="username">root</systemitem> user, makes the 242 <command>lxdm</command> bootscript to be executed, obtaining the 243 greeter screen: 252 244 </para> 253 245 … … 255 247 256 248 <para> 257 Runlevel 5 is necessary, by definition. However, BLFS default is258 runlevel 3. To permanently change the default to 5, thus obtaining259 the <command>lxdm</command> greeter screen automatically, you need to260 modify <filename>/etc/inittab</filename>, as <systemitem261 class="username">root</systemitem> user:262 </para> 263 264 <screen role="root"><userinput>m ov -vi /etc/inittab{,-orig} &&249 In order to permanently set the default to 5, obtaining the 250 <command>lxdm</command> greeter screen automatically, you can modify 251 <filename>/etc/inittab</filename>, as <systemitem 252 class="username">root</systemitem> user (the instructions below also 253 make a backup, so you can easily revert the modification): 254 </para> 255 256 <screen role="root"><userinput>mv -vi /etc/inittab{,-orig} && 265 257 sed -i '/initdefault/ s/3/5/' /etc/inittab</userinput></screen> 266 258
Note:
See TracChangeset
for help on using the changeset viewer.