From owner-svn-doc-head@freebsd.org Thu Oct 4 21:39:04 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36BE810BBB55; Thu, 4 Oct 2018 21:39:04 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE76D8649E; Thu, 4 Oct 2018 21:39:03 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D95E141BE; Thu, 4 Oct 2018 21:39:03 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w94Ld3WY086339; Thu, 4 Oct 2018 21:39:03 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w94Ld3pd086338; Thu, 4 Oct 2018 21:39:03 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201810042139.w94Ld3pd086338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Thu, 4 Oct 2018 21:39:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52332 - head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Commit-Revision: 52332 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 21:39:04 -0000 Author: bhd Date: Thu Oct 4 21:39:03 2018 New Revision: 52332 URL: https://svnweb.freebsd.org/changeset/doc/52332 Log: Update to r52111: XFCE comes supplied with an xinitrc script, use that instead. It turns out that making ~/.xinitrc & ~/.xsession a shell script with a bang path & marked executable is a relic of the past. These files are execed by the scripts which call them. 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 Thu Oct 4 19:58:58 2018 (r52331) +++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Thu Oct 4 21:39:03 2018 (r52332) @@ -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: r51980 + basiert auf: r52111 --> als Display-Manager zu verwenden. In diesem Fall erstellen Sie eine ausführbare ~/.xsession: - &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "exec /usr/local/bin/gnome-session" >> ~/.xsession -&prompt.user; chmod +x ~/.xsession + &prompt.user; echo "exec /usr/local/bin/gnome-session" > ~/.xsession @@ -1700,9 +1698,7 @@ hald_enable="YES" tun, erstellen Sie eine ausführbare ~/.xsession wie folgt: - &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "exec /usr/local/bin/startkde" >> ~/.xsession -&prompt.user; chmod +x ~/.xsession + &prompt.user; echo "exec /usr/local/bin/startkde" > ~/.xsession Sobald KDE gestartet wird, finden Sie im integrierten Hilfesystem weitere Informationen @@ -1741,24 +1737,32 @@ hald_enable="YES" &prompt.root; cd /usr/ports/x11-wm/xfce4 &prompt.root; make install clean + Xfce benutzt + D-Bus als Nachrichtenbus. Die + Komponente wird automatisch als Abhängigkeit von + Xfce installiert. Um + D-Bus beim Hochfahren des Systems + zu starten, fügen Sie folgende Zeile in + /etc/rc.conf ein: + + dbus_enable="YES" + Im Gegensatz zu GNOME oder KDE, besitzt Xfce keinen eigenen Login-Manager. Damit Xfce von der Kommandozeile mit startx gestartet - werden kann, muss zunächst ein Eintrag in - ~/.xinitrc hinzugefügt werden: + werden kann, muss zunächst ~/.xinitrc + mit diesem Befehl erstellt werden: - &prompt.user; echo "exec /usr/local/bin/startxfce4 --with-ck-launch" > ~/.xinitrc + &prompt.user; echo "./usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc Alternativ dazu kann XDM verwendet werden. Um diese Methode zu konfigurieren, erstellen Sie eine ausführbare ~/.xsession: - &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "exec /usr/local/bin/startxfce4 --with-ck-launch" >> ~/.xsession -&prompt.user; chmod +x ~/.xsession + &prompt.user; echo "./usr/local/etc/xdg/xinitrc" > ~/.xsession