Changeset e906244
- Timestamp:
- 06/21/2019 11:32:39 PM (4 years ago)
- Branches:
- elogind
- Children:
- 3c750f6
- Parents:
- a20b398b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/plasma5/plasma-all.xml
ra20b398b re906244 359 359 </para> 360 360 361 <screen revision="sysv"><userinput>cat > ~/.xinitrc << "EOF" 362 <literal>ck-launch-session dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde</literal> 363 EOF 364 365 startx</userinput></screen> 366 367 <screen revision="systemd"><userinput>cat > ~/.xinitrc << "EOF" 361 <screen><userinput>cat > ~/.xinitrc << "EOF" 368 362 <literal>dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde</literal> 369 363 EOF … … 387 381 <screen><userinput>startx &> ~/x-session-errors</userinput></screen> 388 382 389 <note revision="sysv">390 <para>391 You may wish to drop consolekit and/or dbus-launch, e.g., just using392 startkde in ~/.xinitrc. However some capabilities such as mounting or393 umounting file systems from a file manager will not be possible, or the394 reboot option may be absent or inoperative, among other problems.395 </para>396 </note>397 383 <para> 398 384 When shutting down or rebooting, the shutdown messages appear on the vt -
lxde/desktop/lxde-common.xml
ra20b398b re906244 157 157 158 158 <screen><userinput>cat > ~/.xinitrc << "EOF" 159 <literal revision="sysv"># No need to run dbus-launch, since it is run by startlxde 160 ck-launch-session startlxde</literal><literal revision="systemd"># No need to run dbus-launch, since it is run by startlxde 159 <literal># No need to run dbus-launch, since it is run by startlxde 161 160 startlxde</literal> 162 161 EOF -
x/installing/libinput.xml
ra20b398b re906244 88 88 <xref linkend="gtk3"/> (to build the GUI event viewer), 89 89 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink> (required for tests), 90 <ulink revision="sysv" url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink> 91 <xref revision="systemd" linkend="libwacom"/> 92 <!-- commas outside the rev get rendered on either version --> 93 , and 90 <xref linkend="libwacom"/>, and 94 91 <ulink url="https://pypi.org/project/pyparsing/">PyParsing</ulink> (for one non-root test) 95 92 </para>
Note:
See TracChangeset
for help on using the changeset viewer.