- Timestamp:
- 09/02/2014 10:53:27 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.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, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cf694de
- Parents:
- 37ffedf2
- Location:
- lxde
- Files:
-
- 2 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> -
lxde/desktop/lxde-common.xml
r37ffedf2 rf3979ba 5 5 %general-entities; 6 6 7 <!ENTITY lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar. gz">7 <!ENTITY lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar.xz"> 8 8 <!ENTITY lxde-common-download-ftp " "> 9 <!ENTITY lxde-common-md5sum " e51a6b2a815a89fda1f497b509465a97">10 <!ENTITY lxde-common-size "8 80KB">9 <!ENTITY lxde-common-md5sum "259b4a2db50117e632e34912251cfcb9"> 10 <!ENTITY lxde-common-size "844 KB"> 11 11 <!ENTITY lxde-common-buildsize "2.4 MB"> 12 12 <!ENTITY lxde-common-time "less than 0.1 SBU"> … … 114 114 </para> 115 115 116 <screen><userinput>sed -e "s:@prefix@/share/lxde/pcmanfm:@sysconfdir@/xdg/pcmanfm/LXDE:" \ 117 -i startlxde.in && 118 ./configure --prefix=/usr --sysconfdir=/etc && 116 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 119 117 make</userinput></screen> 120 118 … … 156 154 157 155 </sect2> 158 159 156 <!-- 160 157 <sect2 role="commands"> 161 158 <title>Command Explanations</title> … … 167 164 </para> 168 165 169 </sect2> 166 </sect2>--> 170 167 171 168 <sect2 role="content">
Note:
See TracChangeset
for help on using the changeset viewer.