Skip to content

Eliminate a frequent "Invalid Context" warning for FileSystems

The warning message is output numerous times when any application is starting up or attempts to select an icon:

KIconThemeDir::KIconThemeDir: Invalid Context= "FileSystems" line for icon theme: "/usr/share/icons/hicolor/192x192/filesystems/"

This context is obsolete but is still present in the default freedesktop icon theme, see https://gitlab.freedesktop.org/xdg/default-icon-theme/-/blob/master/index.theme

Merge request reports