Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / doc / faq / nonkdeapps.docbook
blob0b4f033bd7a6f9defd9ae9ec2a9f368e52fdd25d
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="non-kde-apps">
8 <title>&kde; with non-&kde; applications</title>
10 <!-- FIXME: This seems to be obsolete. The only similar option is "Apply
11 *colors* to -->
13 <!-- non-kde apps" -->
14 <qandaset>
15 <qandaentry>
16 <question>
17 <para>My non-&kde; applications like &Emacs; and
18 <application>kterm</application> are running amok with strange
19 colors!</para>
20 </question>
21 <answer>
22 <para>Start the <application>&kde; Control Center</application> and in
23 <menuchoice><guimenu>Appearance &amp; Themes</guimenu><guimenuitem>
24 Colors</guimenuitem></menuchoice> uncheck the <guilabel>Apply colors to
25 non-KDE applications</guilabel> checkbox and click
26 <guibutton>Apply</guibutton>.</para>
27 </answer>
28 </qandaentry>
30 <qandaentry>
31 <question><para>How can I set my default web browser to be something other
32 than &konqueror;?</para></question>
33 <answer>
34 <para>If you are using &kde; 3.3 or later, open up the &kcontrolcenter; and
35 navigate to the <menuchoice><guimenu>KDE
36 Components</guimenu><guimenuitem>Component
37 Chooser</guimenuitem></menuchoice> panel. Select <guilabel>Web
38 Browser</guilabel> from the list on the left, then select <guilabel>Open
39 http and https URLs in the following browser:</guilabel> and type in the
40 name of the browser (&eg; <application>mozilla</application>,
41 <application>firefox</application>, <application>opera</application>, &etc;)
42 in the textbox.</para>
43 </answer>
44 </qandaentry>
46 <qandaentry>
47 <question>
48 <para>How can I configure the style and fonts of <acronym>GTK</acronym>
49 applications within &kde; ?
50 </para>
51 </question>
52 <answer>
53 <para>
54 The simplest way to achieve this is to download and compile the
55 <acronym>gtk-qt</acronym> theme engine from <ulink
56 url="http://www.freedesktop.org/Software/gtk-qt">
57 http://www.freedesktop.org/Software/gtk-qt</ulink>. This theme engine makes
58 your <acronym>GTK</acronym> applications look like your &kde; widget style
59 by calling functions from &Qt; instead of drawing the styles itself. Once
60 the theme engine has been installed, there will be a &kcontrolcenter; module
61 under <menuchoice><guimenu>Appearance &amp; Themes</guimenu><guimenuitem>GTK
62 Styles and Fonts</guimenuitem></menuchoice>.
63 </para>
64 </answer>
65 </qandaentry>
67 <!--<qandaentry>
69 The last time I looked at mozilla CVS, the QT toolkit had been removed.
71 <question>
72 <para>I have been hearing about this gecko kpart or &Qt; Mozilla, how do I
73 get these?</para>
74 </question>
75 <answer>
76 <para>
77 Good luck! The &Qt; Mozilla code is in Mozilla cvs, and not very stable as
78 of yet. In order to use it, you'll have to check out Mozilla from cvs
79 according to these instructions:
80 <ulink url="http://www.mozilla.org/cvs.html">
81 http://www.mozilla.org/cvs.html</ulink>. Then, configure either the Mozilla
82 suite or the Firefox browser with the option
83 <command>enable-default-toolkit=qt</command> in addition to any other
84 options you would like to enable. More instructions on building Mozilla can
85 be found <ulink url="http://www.mozilla.org/build">here</ulink>.
86 </para>
87 </answer>
88 </qandaentry> -->
90 </qandaset>
91 </chapter>
93 <!-- Keep this comment at the end of the file
94 Local variables:
95 mode: xml
96 sgml-omittag:nil
97 sgml-shorttag:nil
98 sgml-namecase-general:nil
99 sgml-general-insert-case:lower
100 sgml-minimize-attributes:nil
101 sgml-always-quote-attributes:t
102 sgml-indent-step:0
103 sgml-indent-data:true
104 sgml-parent-document:("index.docbook" "book" "chapter")
105 sgml-exposed-tags:nil
106 sgml-local-catalogs:nil
107 sgml-local-ecat-files:nil
108 End: