Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122037 - [RFE] GTK+ applications to have the look and feel of KDE/QT applications
Summary: [RFE] GTK+ applications to have the look and feel of KDE/QT applications
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.freedesktop.org/wiki/Softw...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 13:37 UTC by Michael Lee Yohe
Modified: 2006-02-07 13:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Lee Yohe 2006-02-07 13:37:47 UTC
There is a KDE enhancement available that allows a user to determine the look and feel to GTK based applications.  By default, the KDE style will be used, but it can be configured to use virtually any theme.

It also adds a KDE Control Center option to configure the GTK style and appearance under KDE for easy configuration.  I have tested this with KDE 3.5.1 and it works like a champ.

RFE is to get this puppy into Portage.
Comment 1 Michael Lee Yohe 2006-02-07 13:41:13 UTC
The following needs to be applied for GTK+ 2.8+:

diff -urN gtk-qt-engine-0.6.orig/src/qt_theme_draw.c gtk-qt-engine-0.6/src/qt_theme_draw.c
--- gtk-qt-engine-0.6.orig/src/qt_theme_draw.c 2004-12-21 21:28:34 +0600
+++ gtk-qt-engine-0.6/src/qt_theme_draw.c 2005-09-30 08:20:50 +0700
@@ -1777,6 +1777,7 @@
{
pixmap = pix_test;
parent_relative = FALSE;
+ gdk_drawable_set_colormap(pixmap, style->colormap);
}
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-07 13:41:50 UTC
Hmmm?

x11-themes/gtk-engines-qt
Comment 3 Michael Lee Yohe 2006-02-07 13:48:33 UTC
ACK.

Okay.. portage has it re-ordered gtk-engines-qt instead of "gtk-qt-engine" as provided by the tarball.  Sorry.. :(