https://bugs.kde.org/show_bug.cgi?id=368724

            Bug ID: 368724
           Summary: Complete cursor list is not enumerated --
                    /usr/share/cursors/xorg-x11 missing
           Product: kde-gtk-config
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

In cursorthemesmodel.cpp, /usr/share/icons/*/cursors is consulted for the list
of all available system cursors. However, it does not consult
/usr/share/cursors/xorg-x11. The fix is rather easy:

    availableIcons << dirs +=
QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
"cursors/xorg-x11", QStandardPaths::LocateDirectory).toSet();

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to