Add --with-ck-launch to the startxfce command. Also revise some
unwieldy wording in the Compiz Fusion introduction.
This commit is contained in:
parent
e75c5c4451
commit
29d3cfebfe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48082
1 changed files with 4 additions and 4 deletions
|
@ -1563,14 +1563,14 @@ DisplayManager.requestPort: 0</screen>
|
|||
from the command line by typing <command>startx</command>,
|
||||
first add its entry to <filename>~/.xinitrc</filename>:</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>An alternate method is to use
|
||||
<application>XDM</application>. To configure this method,
|
||||
create an executable <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>
|
||||
|
@ -1578,8 +1578,8 @@ DisplayManager.requestPort: 0</screen>
|
|||
<sect1 xml:id="x-compiz-fusion">
|
||||
<title>Installing Compiz Fusion</title>
|
||||
|
||||
<para>One way to increase the pleasantness of using a desktop
|
||||
computer is by having nice 3D effects.</para>
|
||||
<para>One way to make using a desktop
|
||||
computer more pleasant is with nice 3D effects.</para>
|
||||
|
||||
<para>Installing the <application>Compiz Fusion</application>
|
||||
package is easy, but configuring it requires a few steps that
|
||||
|
|
Loading…
Reference in a new issue