SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, I have recently installed a slackware-current with KDE4. Everything is OK, but applications written using GTK looks ugly like win 98. I have searched at google something about changing theme of GTK apps, but without effect. Does anyone of you know how to change theme of GTK apps?
It depends on how GTK app themes are handled in KDE; I might be wrong, but doesn't KDE offer to theme GTK some way without gimmicks (just trying to remember how KDE 3 did it)? If it doesn't, then try gtk-theme-switch or gtk-chtheme, I think those were apps that could change the GTK theme used..there could be more of them, but see those and you should get started.
If you're still using Xfce < 4.6, have KDE start xfce-mcs-manager. Xfce 4.6 uses xfconfd instead of xfce-mcs-manager. Xfconfd doesn't work outside of Xfce.
If you're using GNOME, have KDE start gnome-settings-daemon. If gnome-settings-daemon isn't in your PATH, then it's in /usr/libexec.
Otherwise, use a GTK theme switching program. A couple have been mentioned. This is one of the more recent ones: http://wiki.lxde.org/en/LXAppearance
I'm not using KDE 4, but I would also recommend looking into what b0ouncer said. KDE 3, had an "Apply themes and colors to GTK applications" (or something with similar wording) option in the "Appearances" tab of its control panel.
Please don't edit .gtkrc-2.0 - that's the default file for _every_ Gnome and Gtk frontend/config tool to write stuff into - which override everything you add.
The first lines _always_ contains an include to .gtkrc.mine which is the place for everything homemade and changed by hand.
The include line for .gtkrc.mine is always left untouched from any config tool and therefore loads your personal config/style/theme stuff.
.gtkrc-2.0 usally looks like this:
Code:
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/home/banshee/.themes/Aurora-looks/gtk-2.0/gtkrc"
include "/home/banshee/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
Yes gtk-chtheme works quite well (just execute /usr/bin/gtk-chtheme) after installation to invoke the wizard. While you are at it, if you want to reduce the size of the Firefox menu, tab, etc fonts in Slack which I find way too big, Edit (create): home > .mozilla > firefox > wpoz7qzg.default > chrome > userChrome.css. Note this file does not exist by default but there is an example provided that can be used.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.