From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/faq/nonkdeapps.docbook | 106 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 doc/faq/nonkdeapps.docbook (limited to 'doc/faq/nonkdeapps.docbook') diff --git a/doc/faq/nonkdeapps.docbook b/doc/faq/nonkdeapps.docbook new file mode 100644 index 000000000..e0e732548 --- /dev/null +++ b/doc/faq/nonkdeapps.docbook @@ -0,0 +1,106 @@ + + + +&kde; with non-&kde; applications + + + + + + + +My non-&kde; applications like &Emacs; and +kterm are running amok with strange +colors! + + +Start the &kde; Control Center and in +Appearance & Themes +Colors uncheck the Apply colors to +non-KDE applications checkbox and click +Apply. + + + + +How can I set my default web browser to be something other +than &konqueror;? + +If you are using &kde; 3.3 or later, open up the &kcontrolcenter; and +navigate to the KDE +ComponentsComponent +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 (⪚ mozilla, +firefox, opera, &etc;) +in the textbox. + + + + + +How can I configure the style and fonts of GTK +applications within &kde; ? + + + + +The simplest way to achieve this is to download and compile the +gtk-qt theme engine from +http://www.freedesktop.org/Software/gtk-qt. This theme engine makes +your GTK applications look like your &kde; widget style +by calling functions from &Qt; instead of drawing the styles itself. Once +the theme engine has been installed, there will be a &kcontrolcenter; module +under Appearance & ThemesGTK +Styles and Fonts. + + + + + + +I have been hearing about this gecko kpart or &Qt; Mozilla, how do I +get these? + + + +Good luck! The &Qt; Mozilla code is in Mozilla cvs, and not very stable as +of yet. In order to use it, you'll have to check out Mozilla from cvs +according to these instructions: + +http://www.mozilla.org/cvs.html. Then, configure either the Mozilla +suite or the Firefox browser with the option +--enable-default-toolkit=qt in addition to any other +options you would like to enable. More instructions on building Mozilla can +be found here. + + + + + + + + \ No newline at end of file -- cgit v1.2.1