Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
Date: Tue, 01 Feb 2011 08:35:59
Message-Id: 20110201083548.A7DDC20054@flycatcher.gentoo.org
1 tampakrap 11/02/01 08:35:48
2
3 Modified: kde4-guide.xml
4 Log:
5 Improve the gtk theme section, thanks to Thomas Fischer, bug 351336
6
7 Revision Changes Path
8 1.71 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.71&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.71&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.70&r2=1.71
13
14 Index: kde4-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
17 retrieving revision 1.70
18 retrieving revision 1.71
19 diff -u -r1.70 -r1.71
20 --- kde4-guide.xml 1 Feb 2011 06:24:01 -0000 1.70
21 +++ kde4-guide.xml 1 Feb 2011 08:35:48 -0000 1.71
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.70 2011/02/01 06:24:01 tampakrap Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.71 2011/02/01 08:35:48 tampakrap Exp $ -->
27
28 <guide>
29 <title>Gentoo KDE Guide</title>
30 @@ -608,12 +608,14 @@
31 <body>
32
33 <p>
34 -The ebuild that should be used if you want your GTK applications to use the same
35 -theme as your Qt applications is called <c>x11-themes/oxygen-gtk</c>.
36 -In order to get configuration options in System Settings->Appearance->GTK
37 -Styles and Fonts, you have to install <c>kde-misc/kcm_gtk</c>.
38 -There is an alternative, <c>gtk-engines-qtcurve</c>, which also needs
39 -<c>x11-themes/qtcurve-qt4</c>.
40 +There are two themes available which look the same under both toolkits (GTK/Gnome
41 +and Qt/KDE): "QtCurve" is provided via packages <c>gtk-engines-qtcurve</c>
42 +and <c>x11-themes/qtcurve-qt4</c>, "Oxygen" is part of KDE 4.x, its GTK
43 +counterpart is provided via package <c>x11-themes/oxygen-gtk</c>.
44 +KDE themes can be configured via KDE's System Settings under "Appearance" in
45 +tab "Style". In order to configure the theme of GTK applications from within
46 +KDE's System Settings, install <c>kde-misc/kcm_gtk</c> to get a new tab "GTK
47 +Styles and Fonts" under "Appearance".
48 </p>
49
50 </body>