Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-48469

gtk platformtheme: SystemIconFallbackThemeName is wrong

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.5.0
    • QPA: X11/XCB
    • None

    Description

      I have the following in my ~/.gtkrc-2.0:

      gtk-icon-theme-name="gnome"
      gtk-fallback-icon-theme="breeze"

      Still, when I do the following in a test app:

              qDebug() << QGuiApplicationPrivate::platformTheme()->themeHint(QPlatformTheme::SystemIconThemeName);
              qDebug() << QGuiApplicationPrivate::platformTheme()->themeHint(QPlatformTheme::SystemIconFallbackThemeName);
      

      The output is "gnome" twice. It should be "breeze" the second time.

      As a result of this bug, many icons are missing in Dolphin and other KDE/Qt applications when running under GTK-based DEs because there is no fallback to breeze.

      Attachments

        Issue Links

          Activity

            People

              liaqi Liang Qi
              ralfjung Ralf Jung
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: