summaryrefslogtreecommitdiffstats
path: root/faq/non-tde-apps.php
blob: a4c55e64535384822a03eb42591d2be0824cfe27 (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
<?php
    include("../tde-head-and-foot.php");
    doHeader("TDE with non-TDE applications", "Documentation", "FAQ", "../");
?>
<STYLE>
    .question {font-weight:bold;}
    TD {padding-top:10px}
</STYLE>
<table width="100%" class="header"><tbody><tr><td align="left" class="navLeft" width="33%"><a accesskey="p" href="sound.php">Prev</a></td><td align="center" class="navCenter" width="34%"></td><td align="right" class="navRight" width="33%">

		      <a accesskey="n" href="tips.php">Next</a></td></tr></tbody></table>
<p class="chapter" lang="en">
<p class="titlepage">
<p>
<p><h2 class="title"><a name="non-tde-apps"></a>Chapter 13. TDE with non-TDE applications</h2>
<p class="qandaset"><dl><dt>13.1. <a href="non-tde-apps.php#idm140487997458656">My non-TDE applications like Emacs and

kterm are running amok with strange

colors!</a></dt><dt>13.2. <a href="non-tde-apps.php#idm140487997384896">How can I set my default web browser to be something other

than Konqueror?</a></dt><dt>13.3. <a href="non-tde-apps.php#idm140487997377232">How can I configure the style and fonts of GTK

applications within TDE ?

</a></dt></dl><table border="0" summary="Q and A Set"><col align="left" width="1%"><tbody><tr class="question"><td align="left" valign="top"><a name="idm140487997458656"></a><a name="idm140487997458336"></a><b>13.1.</b></td><td align="left" valign="top"><p>My non-TDE applications like Emacs and

kterm are running amok with strange

colors!</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>Start the TDE Control Center and in

Appearance &amp; Themes-&gt;

Colors, uncheck the "Apply colors to

non-TDE applications" checkbox, and click

Apply.</p></td></tr><tr class="question"><td align="left" valign="top"><a name="idm140487997384896"></a><a name="idm140487997384576"></a><b>13.2.</b></td><td align="left" valign="top"><p>How can I set my default web browser to be something other

than Konqueror?</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>Open the KDE Control Center and

navigate to the TDE Components-&gt;Component

Chooser panel. Select Web

Browser from the list on the left, then select Open

http and https URLs in the following browser: and type in the

name of the browser (e.g. mozilla,

firefox, opera, etc.)

in the textbox.</p></td></tr><tr class="question"><td align="left" valign="top"><a name="idm140487997377232"></a><a name="idm140487997376912"></a><b>13.3.</b></td><td align="left" valign="top"><p>How can I configure the style and fonts of GTK

applications within TDE ?

</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>

Install the qt-gtk-engine package, which is available as part of TDE. This

theme engine makes GTK applications look like your TDE widget style

by calling functions from Qt instead of drawing the styles itself. Once

the theme engine has been installed, there will be a KDE Control Center module

under Appearance &amp; Themes-&gt;GTK

Styles and Fonts.

</p></td></tr></tbody></table><table width="100%" class="bottom-nav"><tr><td width="33%" align="left" valign="top" class="navLeft"><a href="sound.php">Prev</a></td><td width="34%" align="center" valign="top" class="navCenter"><a href="index.php">Home</a></td><td width="33%" align="right" valign="top" class="navRight"><a href="tips.php">Next</a></td></tr><tr><td width="33%" align="left" class="navLeft">Troubleshooting sound problems</td><td width="34%" align="center" class="navCenter"><a href="index.php">Up</a></td><td width="33%" align="right" class="navRight">Useful tips</td></tr></table>
<?php
    doFooter();
?>