|
Lines 1179-1185
Link Here
|
| 1179 |
work, the following line is needed in |
1179 |
work, the following line is needed in |
| 1180 |
<filename>~/.xinitrc</filename>:</para> |
1180 |
<filename>~/.xinitrc</filename>:</para> |
| 1181 |
|
1181 |
|
| 1182 |
<programlisting>exec /usr/local/kde4/bin/startkde</programlisting> |
1182 |
<programlisting>exec /usr/local/bin/startkde</programlisting> |
| 1183 |
|
1183 |
|
| 1184 |
<para>A third method for starting <application>KDE</application> |
1184 |
<para>A third method for starting <application>KDE</application> |
| 1185 |
is through <application>XDM</application>. To do so, create |
1185 |
is through <application>XDM</application>. To do so, create |
|
Lines 1187-1193
Link Here
|
| 1187 |
follows:</para> |
1187 |
follows:</para> |
| 1188 |
|
1188 |
|
| 1189 |
<screen>&prompt.user; <userinput>echo "#!/bin/sh" > ~/.xsession</userinput> |
1189 |
<screen>&prompt.user; <userinput>echo "#!/bin/sh" > ~/.xsession</userinput> |
| 1190 |
&prompt.user; <userinput>echo "exec /usr/local/kde4/bin/startkde" >> ~/.xsession</userinput> |
1190 |
&prompt.user; <userinput>echo "exec /usr/local/bin/startkde" >> ~/.xsession</userinput> |
| 1191 |
&prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen> |
1191 |
&prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen> |
| 1192 |
|
1192 |
|
| 1193 |
<para>Once <application>KDE</application> is started, refer to |
1193 |
<para>Once <application>KDE</application> is started, refer to |