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

gtk platformtheme: SystemIconFallbackThemeName is wrong

XMLWordPrintable

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

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes