~ubuntu-branches/ubuntu/oneiric/kubuntu-docs/oneiric-updates

« back to all changes in this revision

Viewing changes to docs/desktop/C/desktop.xml

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2011-04-16 20:20:52 UTC
  • Revision ID: james.westby@ubuntu.com-20110416202052-z2eaqwjve2hz25lm
Tags: 11.04.1
* 11.04.1 initial package
* debian/control:
  - Bumped standards to 3.9.1
  - Removed kdelibs-data dependency
  - Added kdoctools dependency
  - Cleaned up a little

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
</procedure>
123
123
</sect2>
124
124
 
125
 
<sect2 id="restartwithoutreboot" status="complete">
126
 
<title>Restart KDE without rebooting the computer</title>
127
 
 
128
 
<procedure>
129
 
<title>Restart KDE via keyboard</title>
130
 
<step>
131
 
<para>
132
 
Ensure that the system has the ability to restart KDE via the keyboard.
133
 
</para>
134
 
<substeps>
135
 
<step>
136
 
<para>
137
 
Open <application>System Settings</application> by going to &menusysset;.
138
 
</para>
139
 
</step>
140
 
<step>
141
 
<para>
142
 
Select the <guibutton>Display</guibutton> icon.
143
 
</para>
144
 
</step>
145
 
<step>
146
 
<para>
147
 
Select the checkbox that is labeled &quot;<guilabel>Ctrl+Alt+Backspace restarts
148
 
the xserver</guilabel>&quot;.
149
 
</para>
150
 
</step>
151
 
<step>
152
 
<para>
153
 
Press the <guibutton>Apply</guibutton> button and close out of
154
 
<application>System Settings</application>.
155
 
</para>
156
 
</step>
157
 
</substeps>
158
 
</step>
159
 
 
160
 
<step>
161
 
<para>
162
 
Save and close all open applications.
163
 
</para>
164
 
</step>
165
 
 
166
 
<step>
167
 
<para>
168
 
Press &ctrlaltbkspc;
169
 
</para>
170
 
</step>
171
 
</procedure>
172
 
 
173
 
 
174
 
<procedure>
175
 
<title>Restart KDE via the command line</title>
176
 
<step>
177
 
<para>
178
 
Save and close all open applications.
179
 
</para>
180
 
</step>
181
 
 
182
 
<step>
183
 
<para>Open <application>Konsole</application> by going to &menukonsole;. At the
184
 
command prompt type the following and press the <keycap>Enter</keycap> key (if
185
 
asked for a password, type in the proper user password followed by the
186
 
<keycap>Enter</keycap> key):
187
 
<screen>
188
 
sudo /etc/init.d/kdm restart
189
 
</screen>
190
 
</para>
191
 
</step>
192
 
</procedure>
193
 
</sect2>
194
 
 
195
125
<sect2 id="run-application" status="complete">
196
126
<title>Start a Program Manually</title>
197
127
 
242
172
 
243
173
<para>
244
174
The change will take effect with the next log-in to KDE. To test it right away,
245
 
turn off NumLock and restart KDE (see <xref linkend="restartwithoutreboot"/>).
246
 
</para>
247
 
</sect2>
248
 
 
249
 
<sect2 id="firefox-help-handler" status="complete">
250
 
<title>Handle help:/ links in Firefox like Konqueror</title>
251
 
 
252
 
<para>
253
 
<application>Firefox</application> is not installed by default, so in order for
254
 
this to work, <application>Firefox</application> must be already installed.
255
 
Please refer to the <ulink type="help"
256
 
url="help:/kubuntu/add-applications/">Adding Applications</ulink> documentation
257
 
for more information on installing applications.
258
 
</para>
259
 
 
260
 
<para>
261
 
<application>Konqueror</application> is able to handle help:/
262
 
<acronym>URL</acronym>s by default. <application>Firefox</application> is also
263
 
able to handle these the same way. The <application>Firefox</application>
264
 
configuration must manually edited for this to work properly. The following
265
 
procedure will assist with this configuration.
266
 
</para>
267
 
 
268
 
<procedure>
269
 
<step>
270
 
<para>
271
 
Start <application>Firefox</application> by choosing left &menuff;.
272
 
</para>
273
 
</step>
274
 
 
275
 
<step>
276
 
<para>
277
 
In the address bar, type <userinput>about:config</userinput> and press the
278
 
<keycap>Enter</keycap> key.
279
 
</para>
280
 
</step>
281
 
 
282
 
<step>
283
 
<para>
284
 
<mousebutton>Right</mousebutton> click on the list and select
285
 
<menuchoice><guimenu>New</guimenu><guimenuitem>Boolean</guimenuitem></menuchoice
286
 
>. Type <userinput>network.protocol-handler.external.help</userinput> as the
287
 
<guilabel>Preference Name</guilabel> and <userinput>true</userinput> as the
288
 
<guilabel>Value</guilabel>. Press the <guibutton>OK</guibutton> button when
289
 
complete.
290
 
</para>
291
 
</step>
292
 
 
293
 
<step>
294
 
<para>
295
 
<mousebutton>Right</mousebutton> click again on the list and select <menuchoice>
296
 
<guimenu>New</guimenu><guimenuitem>String</guimenuitem></menuchoice>. Type
297
 
<userinput>network.protocol-handler.app.help</userinput> as the
298
 
<guilabel>Preference Name</guilabel> and <userinput>khelpcenter</userinput> as
299
 
the <guilabel>Value</guilabel>. Press the <guibutton>OK</guibutton> button when
300
 
complete.
301
 
</para>
302
 
</step>
303
 
</procedure>
304
 
</sect2>
 
175
turn off NumLock and restart KDE <!--(see <xref linkend="restartwithoutreboot"/>)-->.
 
176
</para>
 
177
</sect2>
 
178
 
305
179
 
306
180
<sect2 id="menu-editing" status="complete">
307
181
<title>Edit Kickoff Application Launcher</title>