add more spacing
[personal-kdebase.git] / runtime / doc / faq / desktop.docbook
blob0b6b1814bbcf5e2c5a5dfff331d6a7491f6666ca
1 <!--
2 <?xml version="1.0" ?>
3 <!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
4  "dtd/kdex.dtd">
5 -->
7 <chapter id="desktop">
8 <title>The desktop</title>
10 <qandaset>
11 <qandaentry>
12 <question>
13 <para>How do I add an application to the desktop?</para>
14 </question>
15 <answer>
17 <para>Just choose the desired application from the <guimenu>K</guimenu> menu and drag and drop it to the Desktop.
18 </para> 
19 <para>For applications not listed in the <guimenu>K</guimenu> menu, 
20 use the &RMB; on the desktop and choose <menuchoice><guimenuitem>Create New</guimenuitem>
21 <guimenuitem>Link to Application...</guimenuitem></menuchoice> and fill in the configuration for the application you want to link to.
22 </para>
24 </answer>
25 </qandaentry>
27 <qandaentry>
28 <question>
29 <para>How do I mount/unmount a device from the desktop?</para>
30 </question>
31 <answer>
33 <para>First, make sure you are allowed to <command>mount</command>/<command>umount</command> the relevant device as a user. 
34 </para>
35 <para>Then you can add any device by clicking on the desktop with the &RMB; and then choosing <menuchoice><guimenu>Create New</guimenu><guisubmenu>Link to Device</guisubmenu></menuchoice>. Select the device of the type you wish to control. Fill in the settings for the device in the dialog that appears and click <guilabel>OK</guilabel>. You can use the resulting desktop icon to mount/unmount the device from the desktop.  
36 </para>
38 </answer>
39 </qandaentry>
42 <qandaentry>
43 <question>
44 <para>Where are the icons kept?</para>
45 </question>
46 <answer>
47 <para>The icons can be found only in <filename
48 class="directory">$<envar>KDEDIRS</envar>/share/icons</filename> or <filename
49 class="directory">$<envar>HOME</envar>/.kde/share/icons</filename>.  To use icons
50 stored in other locations, you must either copy them into one of the
51 above-mentioned fixed &kde; locations or make symlinks.</para>
52 </answer>
53 </qandaentry>
55 <qandaentry>
56 <question>
57 <para>How do I use the mouse scroll wheel in &kde;?</para>
58 </question>
59 <answer>
60 <para>Mouse wheel support comes with &Qt; 2.0 and above, so &kde; based on
61 that will automatically support the use of the mouse scroll wheel if your system is configured correctly. Check that your &X-Server; settings support the use of a scrollwheel if it is not working.</para>
62 </answer>
63 </qandaentry>
65 <qandaentry>
66 <question>
67 <para>How do I launch applications in a particular desktop?</para>
68 </question>
69 <answer>
70 <para>&kde; comes with a program called &kstart;.
71 To start an <application>xterm</application> on the second desktop and then activate it use:
73 <userinput><command>kstart</command> <option>--desktop 
74 2 --activate --window "xterm" </option>xterm</userinput>.</para>
75 <para>Note that the <option>--window</option> option is important. It takes an
76 argument which is a regular expression matching the title of the window to
77 apply the settings to.</para>
78 <para>Please read <command>kstart</command> <option>--help-all</option> for more magic
79 available with &kstart; (and there is an abundance).
80 </para>
81 </answer>
82 </qandaentry>
84 <qandaentry>
85 <question>
86 <para>Where do I save my files if I want them to appear directly on
87 the desktop?</para>
88 </question>
89 <answer>
90 <para><filename
91 class="directory">$<envar>HOME</envar>/Desktop</filename>.  You might
92 need to refresh your desktop after you have saved your files.</para>
93 </answer>
94 </qandaentry>
96 <qandaentry>
97 <question>
98 <para>I've deleted the Trash icon on my desktop. How can I get it
99 back?</para>
100 </question>
101 <answer>
102 <para>Right-click on the desktop and in the context menu that appears,
103 choose <menuchoice><guisubmenu>Create
104 New...</guisubmenu><guimenuitem>Link to Location (URL)...</guimenuitem>
105 </menuchoice>. Set the <guilabel>File name</guilabel> to
106 <userinput>Trash</userinput> and the location to
107 <userinput>trash:/</userinput>. Click on <guibutton>OK</guibutton> and
108 you're done.</para>
109 </answer>
110 </qandaentry>
112 </qandaset>
113 </chapter>
115 <!-- Keep this comment at the end of the file
116 Local variables:
117 mode: xml
118 sgml-omittag:nil
119 sgml-shorttag:nil
120 sgml-namecase-general:nil
121 sgml-general-insert-case:lower
122 sgml-minimize-attributes:nil
123 sgml-always-quote-attributes:t
124 sgml-indent-step:0
125 sgml-indent-data:true
126 sgml-parent-document:("index.docbook" "book" "chapter")
127 sgml-exposed-tags:nil
128 sgml-local-catalogs:nil
129 sgml-local-ecat-files:nil
130 End: