GTK+ in Kubuntu apps look bad

17,194

Solution 1

I accidentally found the right answer here


UPDATE

Old question with old answers, but maybe still interesting - and appearing in internet searches anyway. So, for the record:

In KDE/Plasma5, there are GTK settings in the System Settings, Application Style:

enter image description here

Solution 2

Make sure you have the following packages installed (they should have been installed by kubuntu-desktop, but may have gotten missed):

sudo apt-get install gtk2-engines-oxygen kde-config-gtk

Then go to the KDE Control centre and make sure that the checkbox for using KDE themes in GTK apps is checked.

Solution 3

Evolution probably uses GTK3 while the instructions are valid only for GTK2.

I'm not sure what is the policy of AskUbuntu on external links, but this one provides a solution for GTK3:

http://maketecheasier.com/make-gtk3-apps-look-presentable-in-kde4/2012/01/04

Solution 4

Here is the latest gtk config tool that allows easy customization of GTK2 + GTK3 under KDE

It will likely become official tool in next KDE version.

Share:
17,194

Related videos on Youtube

piovisqui
Author by

piovisqui

Updated on September 18, 2022

Comments

  • piovisqui
    piovisqui over 1 year

    I have installed Evolution email client on Kubuntu 11.10 and it's not so cute as expected.

    enter image description here

    Eclipse also looks bad. I have the GTK+ Appearance plugin in KDE System Settings and already tried QTCurve and Oxygen option, no help. When the GTK+ skin was working, this appearance still showed when I ran an application as root.

    Tried:

    sudo apt-get install oxygen-molecule gtk2-engines-oxygen
    

    There is a problem with KDE/GTK relation. How can I solve it?

  • piovisqui
    piovisqui over 12 years
    Eclipse is fixed now, but Evolution not.
  • Panther
    Panther over 12 years
    One out of 2 is not bad =) , sorry you are having problems.
  • jokerdino
    jokerdino over 12 years
    It is preferable to include the essential parts of the answer here, and provide the link for reference.
  • gertvdijk
    gertvdijk almost 11 years
    It is preferable to include the essential parts of the answer here, and provide the link for reference.
  • Björn Lindqvist
    Björn Lindqvist about 10 years
    Fixed it for me! Fwiw, the command is sudo apt-get install gtk3-engines-oxygen.