GNOME and Xfce4 moved to /usr/local
Reported by: James <oscartheduck@gmail.com>
This commit is contained in:
parent
172428d6a8
commit
31b7104313
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29533
1 changed files with 6 additions and 6 deletions
|
@ -1334,11 +1334,11 @@ DisplayManager.requestPort: 0</screen>
|
|||
If a custom <filename>.xinitrc</filename> is already in
|
||||
place, simply replace the line that starts the current window
|
||||
manager with one that starts
|
||||
<application>/usr/X11R6/bin/gnome-session</application> instead.
|
||||
<application>/usr/local/bin/gnome-session</application> instead.
|
||||
If nothing special has been done to the configuration file,
|
||||
then it is enough simply to type:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>echo "/usr/X11R6/bin/gnome-session" > ~/.xinitrc</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>echo "/usr/local/bin/gnome-session" > ~/.xinitrc</userinput></screen>
|
||||
|
||||
<para>Next, type <command>startx</command>, and the
|
||||
<application>GNOME</application> desktop environment will be
|
||||
|
@ -1349,11 +1349,11 @@ DisplayManager.requestPort: 0</screen>
|
|||
Instead, create an executable <filename>.xsession</filename>
|
||||
file with the same command in it. To do this, edit the file
|
||||
and replace the existing window manager command with
|
||||
<application>/usr/X11R6/bin/gnome-session</application>:
|
||||
<application>/usr/local/bin/gnome-session</application>:
|
||||
</para></note>
|
||||
|
||||
<screen>&prompt.user; <userinput>echo "#!/bin/sh" > ~/.xsession</userinput>
|
||||
&prompt.user; <userinput>echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession</userinput>
|
||||
&prompt.user; <userinput>echo "/usr/local/bin/gnome-session" >> ~/.xsession</userinput>
|
||||
&prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen>
|
||||
|
||||
<para>Yet another option is to configure the display manager to
|
||||
|
@ -1610,7 +1610,7 @@ DisplayManager.requestPort: 0</screen>
|
|||
<application>XFce</application> the next time X is started.
|
||||
Simply type this:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>echo "/usr/X11R6/bin/startxfce4" > ~/.xinitrc</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>echo "/usr/local/bin/startxfce4" > ~/.xinitrc</userinput></screen>
|
||||
|
||||
<para>The next time X is started,
|
||||
<application>XFce</application> will be the desktop.
|
||||
|
@ -1618,7 +1618,7 @@ DisplayManager.requestPort: 0</screen>
|
|||
<application>XDM</application> is being used, create an
|
||||
<filename>.xsession</filename>, as described in the
|
||||
section on <link linkend="x11-wm-gnome">GNOME</link>, but
|
||||
with the <filename>/usr/X11R6/bin/startxfce4</filename>
|
||||
with the <filename>/usr/local/bin/startxfce4</filename>
|
||||
command; or, configure the display manager to allow
|
||||
choosing a desktop at login time, as explained in
|
||||
the section on <link linkend="x11-wm-kde-kdm">kdm</link>.</para>
|
||||
|
|
Loading…
Reference in a new issue