How to make KDE applications look native in GNOME?

18,319

Solution 1

First you need the KDE's "System settings" application by installing systemsettings from the Software Center.

Search the dash for System settings and launch it . Then make the following changes:

  • under Style → Applications → Widget style, select GTK+
  • under Colors, select the colours to match your GTK theme or download the Ambiance colour scheme .
  • under Icons → Theme, select the icon theme you are using in GTK apps
  • under Fonts select "Ubuntu", size 11

Solution 2

In Ubuntu 18.04, what worked for me was:

sudo apt-get install qt5-style-plugins

This is taken from the ArchLinux documentation. It also recommends setting the QT_QPA_PLATFORMTHEME=gtk2 environment variable, but I did not need that.

Share:
18,319

Related videos on Youtube

Lincity
Author by

Lincity

Updated on September 17, 2022

Comments

  • Lincity
    Lincity almost 2 years

    Is there a way to make KDE applications (like digiKam) look native in GNOME?

  • Rafał Cieślak
    Rafał Cieślak over 13 years
    Shouldn't be that configuration default in ubuntu? It would look much better, and less uncompatible. Any reason why it's not default?
  • Code.Decode
    Code.Decode over 13 years
    @rafalcieslak feel free to ask a new question :)
  • Jason Southwell
    Jason Southwell about 13 years
    It's probably better to suggest installing the QT-4 configurator instead of the KDE Systemsettings manager - since the QT configurator does the same job for this case and has less dependencies.
  • Jason Southwell
    Jason Southwell about 13 years
    @Alaukik: relax dude... and actually I think you're wrong cause I've used QT's configurator in the past for the same purpose.
  • Luís de Sousa
    Luís de Sousa almost 5 years
    The menus described in this answer do not exist in the systemsettings applications. Moreover, this application is well known to have no impact on the KDE applications on Ubuntu.