Fix path of KDE programs: /usr/X11R6 -> /usr/local
This commit is contained in:
parent
987c1c8bed
commit
a78ef7c7d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11438
1 changed files with 3 additions and 3 deletions
|
@ -1299,8 +1299,8 @@ esac</screen>
|
|||
<screen>case $# in
|
||||
1)
|
||||
case $1 in
|
||||
KDE2)
|
||||
exec /usr/X11R6/bin/startkde
|
||||
kde)
|
||||
exec /usr/local/bin/startkde
|
||||
;;
|
||||
GNOME)
|
||||
exec /usr/X11R6/bin/gnome-session
|
||||
|
@ -1315,7 +1315,7 @@ esac</screen>
|
|||
login-time desktop background to be honored,
|
||||
the following line needs to be added to
|
||||
<filename>/usr/X11R6/lib/X11/xdm/Xsetup_0</filename>:</para>
|
||||
<screen>/usr/X11R6/bin/kdmdesktop</screen>
|
||||
<screen>/usr/local/bin/kdmdesktop</screen>
|
||||
|
||||
<para>Now, make sure <application>kdm</application> is listed in
|
||||
<filename>/etc/ttys</filename> to be started at the next bootup.
|
||||
|
|
Loading…
Reference in a new issue