flatpak / freedesktop-sdk-images

Flatpak freedesktop 1.6 runtime. Note: New development is at https://gitlab.com/freedesktop-sdk/freedesktop-sdk
29 stars 33 forks source link

add wayland patch to make cursor loading respect XDG dirs #104

Closed ramcq closed 6 years ago

ramcq commented 6 years ago

There is a subtle cursor theming bug caused in apps that depend on freedesktop.org rather than gnome.org runtimes because the Adwaita theme (including the commonly used cursors) appears in the extension path /usr/share/runtime/... which is not normally checked by the code lifted from libXcursor. Check the XDG user and system data dirs before the legaxy X cursor paths.

https://github.com/flathub/org.libreoffice.LibreOffice/issues/32