summaryrefslogtreecommitdiffstats
path: root/doc/khelpcenter/faq/misc.docbook
blob: 18644fb0308c6ccbb5083b04569444bc720ae52a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!--
<?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
 "dtd/kdex.dtd">
-->

<chapter id="misc">
<title>Miscellaneous questions</title>

<qandaset>


<qandaentry>
<question>
<para>Does &tde; support transparency and other visual effects provided by the new composite extension to X.org?</para>
</question>
<answer>
<para>Yes. &tde; supports for the X composite extension and provides its own compositor. This allows for effects such as translucency and drop shadows for all windows, easily configurable through &twin;'s configuration dialog. For those using an xorg.conf file, be sure the following is included:

<screen>
Section "Extensions"
Option  "Composite" "Enable"
EndSection
</screen>

<!-- This option is enabled by default -->
<!--Those users with an Nvidia graphics card and driver can improve the performance of these effects by adding the RenderAccel option to the Device section for the graphics card:

<screen>
Section "Device"
    Identifier  "nvidia-fx5200"
    Driver      "nvidia"
    Option      "RenderAccel" "true"
</screen>-->
After correctly configuring xorg.conf, transparency and other effects can be enabled through the <menuchoice><guimenu>Desktop</guimenu><guimenuitem>Window Behavior</guimenuitem></menuchoice> &kcontrolcenter; module, under the <guilabel>Translucency</guilabel> tab.
</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>What about &tde; programs that do not have icons? How do I get
them into the menu?</para>
</question>
<answer>
<para>Use &kmenuedit;. To access it use the &RMB; on the
<guibutton>T</guibutton> button and select <guimenu>Menu Editor</guimenu>.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Does &tde; have a graphical &FTP; client?</para>
</question>
<answer>
<para>Yes, and it is none other than your favorite file
manager, &konqueror;. You can drag and drop remote files into local
folders.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>How do I exit &tde;?</para>
</question>
<answer>
<para>On the panel (kicker) use the &LMB; to select the <guibutton>T</guibutton>
button and select <guimenu>Log Out...</guimenu>. Another method is to use the &RMB;
to select an empty area of the desktop, which opens a popup menu,
containing <guimenu>Log Out...</guimenu> as one of the options.
Another option is to use a keyboard shortcut, which on many systems is
<keycombo action="simul">&Ctrl;&Alt;<keycap>Delete</keycap></keycombo>.
A fourth option is to add the <application>Lock/Logout</application> button applet.
<note><para>Depending on your configuration of the &X-Window;, <keycombo
action="simul">&Ctrl;&Alt;&Backspace;</keycombo>
might also exit &tde; by killing the X server, but using that shortcut prevents
session management and is recommended only for emergencies.</para></note></para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Is there a program that checks for new mails at my
<acronym>ISP</acronym> if and only if I am online?</para>
</question>
<answer>
<para>&korn; will do the job. If you are not
connected, it will just sit there (idling).</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Is it really necessary to update to the latest version?</para>
</question>
<answer>
<para>We recommend updating to the latest stable release, or at least to stay within
a release version. Otherwise, getting answers to questions might be challenging.
Each release always contains bug fixes and enhancements. Often a problem with an old version
has been fixed in a more recent release. Newer versions also fix security problems. Only seldom are bug and security fixes backported to older releases.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>How do I copy and paste in &tde;?</para>
</question>
<answer>
<para>The simplest method is to use your mouse:</para>
<procedure>
<step performance="required"><para>Highlight the text you want to copy by holding down the
&LMB; and dragging across the text. This adds the selected text to the clipboard.</para></step>
<step performance="required"><para>Go to the destination area; depending on your configuration,
you might need to click it using the &LMB; to give it
focus.</para></step>
<step performance="required"><para>Click the &MMB; to paste. If you have a two
button mouse and are emulating a three button mouse, push both buttons
simultaneously.</para></step>
</procedure>
<para>The standard keyboard shortcuts for copying is <keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo>, to cut is <keycombo action="simul">&Ctrl;<keycap>X</keycap></keycombo>, and to paste is <keycombo action="simul">&Ctrl;<keycap>V</keycap></keycombo>.</para>
<para>&tde; provides a multiple layer clipboard called &klipper;. Refer to the <ulink
url="help:/klipper">&klipper; handbook</ulink> for further information.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>How do I convert the default &RedHat; menus into a menu in the
<guimenu>TDE</guimenu> menu?</para>
</question>
<answer>
<para>Click on the <guibutton>T</guibutton> button and select
<menuchoice><guimenu>System</guimenu><guimenuitem>Appfinder</guimenuitem></menuchoice>.</para>
</answer>
</qandaentry>

<qandaentry>
<question id="GIT">
<para>What is <acronym>GIT</acronym>?</para>
</question>
<answer>
<para>GIT is a distributed version control and source code management system.
GIT is used to maintain source code under development. The &tde; developers use GIT.
</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Does &tde; support dual screen (Xinerama)?</para>
</question>
<answer>
<para>Yes, you need to have a multi-headed X server.
</para>
</answer>
</qandaentry>

<!--<qandaentry>
<question>
<para>Why does Drag and Drop not work with Xinerama?</para>
</question>
<answer>
<para>You should update to XFree86 4.2.0 for this to work properly.</para>
</answer>
</qandaentry>-->

<qandaentry>
<question>
<para>How do I check which version of &tde; I am using?</para>
</question>
<answer>
<para>Start any Trinity app. Each app has a Help menu providing
related information in the <guimenuitem>About</guimenuitem> dialog.
</para>
</answer>
</qandaentry>

<!--<qandaentry>
<question>
<para>How do I create themes and icons?</para>
</question>
<answer>
<para>Go see <ulink
url="http://artist.kde.org">http://artist.kde.org</ulink>.
There is also a more informal community of &tde; related artists and
artwork at <ulink url="http://kde-look.org">http://kde-look.org</ulink>.
</para>
</answer>
</qandaentry>-->

<qandaentry>
<question>
<para>How do I learn about development updates?</para>
</question>
<answer>
<para>You might want to subscribe to the
<ulink url="http://www.trinitydesktop.org/mailinglist.php">
&tde; developer's mail list</ulink>.
Refer to <ulink url="http://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydesktop.org">http://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydesktop.org</ulink>
if you want to read without subscribing.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Is there a release schedule?</para>
</question>
<answer>
<para>The Trinity developers strive for a six to nine month schedule but that is not rigid or set in stone.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Are there plans to support semantic desktops?</para>
</question>
<answer>
<para>Not at this time.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>Are there plans to support tablet-like or special netbook desktop modes?</para>
</question>
<answer>
<para>No. The TDE team suggests a tablet-centric interface such as Unity, KDE4, or GNOME 3 for those devices.</para>
</answer>
</qandaentry>

<qandaentry>
<question>
<para>How do the developers propose to transition away from HAL (hardware abstraction layer)?</para>
</question>
<answer>
<para>The Trinity team developed a new native hardware support layer that is under testing.
That new system will be enabled by default in a future release, but is available now
in the development sources.</para>
</answer>
</qandaentry>

</qandaset>
</chapter>