You are not logged in.
Hello,
Here's my problem: I use some gtk applications which looks nice like emesene, but I also use a few others which are kinda ugly like gedit. Maybe my gtk2.0 apps are OK, while my gtk3.0 apps aren't.
I found this topic and this one.
However, the first one sound to be quite old, I think things have moved since gnome3.0 was in testing, and the second one, well, I don't really understand what do I have to do, and where do I have to do it.
That's why I'm asking for help right now.
Thanks !
Offline
Not sure if this will work for you, but to get GTK3 themes working in KDE4 I had to create a symlink to the theme folder:
ln -s /usr/share/themes/oxygen-gtk/gtk-3.0 ~/.config/gtk-3.0Adapt it to your theme and see if it works.
Offline
If the symlink approach doesn't work, try editing .config/gtk-3.0/settings.ini
Something like:
[Settings]
gtk-theme-name = YourThemeHere
gtk-fallback-icon-theme = gnomeShould see you right (Obviously you'll need to have the relevant GTK3 theme installed - not all GTK2 themes have a GTK3 counterpart). you could also try using GTK2 alternatives (Geany in place of Gedit for example).
Last edited by 2Karl (2012-05-02 09:44:46)
It's affine day for a new sig:
13XQLTXH?R%20GLVHDVB!1046210467104640201045B104731046F02010458104731045902
010450104681045B1046910462104681046F02E0201045A104731045102010458104750201
04780201046F1046A104510201046902010461104671045B1047202010458104671045102E
Offline
copy the contents of your themes gtk-3.0 to your /home/user/.config/gtk-3.0 folder
Offline