svn commit: r48086 - head/de_DE.ISO8859-1/books/handbook/x11
Bjoern Heidotting
bhd at FreeBSD.org
Sun Jan 24 13:07:58 UTC 2016
Author: bhd
Date: Sun Jan 24 13:07:57 2016
New Revision: 48086
URL: https://svnweb.freebsd.org/changeset/doc/48086
Log:
Update to r48082:
Add --with-ck-launch to the startxfce command.
Modified:
head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sun Jan 24 12:53:44 2016 (r48085)
+++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sun Jan 24 13:07:57 2016 (r48086)
@@ -4,7 +4,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $
- basiert auf: r47900
+ basiert auf: r48082
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -1678,7 +1678,7 @@ DisplayManager.requestPort: 0</progr
werden kann, muss zunächst ein Eintrag in
<filename>~/.xinitrc</filename> hinzugefügt werden:</para>
- <screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4" > ~/.xinitrc</userinput></screen>
+ <screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4 --with-ck-launch" > ~/.xinitrc</userinput></screen>
<para>Alternativ dazu kann <application>XDM</application>
verwendet werden. Um diese Methode zu konfigurieren,
@@ -1686,7 +1686,7 @@ DisplayManager.requestPort: 0</progr
<filename>~/.xsession</filename>:</para>
<screen>&prompt.user; <userinput>echo "#!/bin/sh" > ~/.xsession</userinput>
-&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4" >> ~/.xsession</userinput>
+&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4 --with-ck-launch" >> ~/.xsession</userinput>
&prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen>
</sect2>
</sect1>
More information about the svn-doc-head
mailing list