svn commit: r52769 - head/de_DE.ISO8859-1/books/handbook/x11
Bjoern Heidotting
bhd at FreeBSD.org
Wed Jan 16 23:01:47 UTC 2019
Author: bhd
Date: Wed Jan 16 23:01:46 2019
New Revision: 52769
URL: https://svnweb.freebsd.org/changeset/doc/52769
Log:
Fix command lines for starting Xfce.
Submitted by: Robert Peters < r2p2.gw att gmail dot com >
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 Wed Jan 16 14:48:21 2019 (r52768)
+++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Jan 16 23:01:46 2019 (r52769)
@@ -1755,14 +1755,14 @@ hald_enable="YES"</programlisting>
werden kann, muss zunächst <filename>~/.xinitrc</filename>
mit diesem Befehl erstellt werden:</para>
- <screen>&prompt.user; <userinput>echo "./usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc</userinput></screen>
+ <screen>&prompt.user; <userinput>echo ". /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc</userinput></screen>
<para>Alternativ dazu kann <application>XDM</application>
verwendet werden. Um diese Methode zu konfigurieren,
erstellen Sie eine ausführbare
<filename>~/.xsession</filename>:</para>
- <screen>&prompt.user; <userinput>echo "./usr/local/etc/xdg/xinitrc" > ~/.xsession</userinput></screen>
+ <screen>&prompt.user; <userinput>echo ". /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xsession</userinput></screen>
</sect2>
</sect1>
More information about the svn-doc-all
mailing list