GNOME Bugzilla – Bug 753219
window resize cursors are missing when cursor theme are used in KDE
Last modified: 2015-08-04 12:11:05 UTC
Window resize cursors (probably some more) are missing when cursors are used in KDE (Fedora 22). Cursors appeared after creating the following symlinks: size_all -> /usr/share/icons/Adwaita/cursors/fleur size_bdiag -> /usr/share/icons/Adwaita/cursors/fd_double_arrow size_fdiag -> /usr/share/icons/Adwaita/cursors/bd_double_arrow size_hor -> /usr/share/icons/Adwaita/cursors/h_double_arrow size_ver -> /usr/share/icons/Adwaita/cursors/v_double_arrow Are cursor names somehow standartized? Gnome and KDE are using different names?
Created attachment 308728 [details] [review] cursors: provide KDE names
Attachment 308728 [details] pushed as 0d2418c - cursors: provide KDE names
(In reply to Armands Liepins from comment #0) > Are cursor names somehow standartized? Gnome and KDE are using different > names? To answer this question: GTK+ now prefers to use the names that are provided in the CSS spec: https://developer.gnome.org/gdk3/unstable/gdk3-Cursors.html#gdk-cursor-new-from-name Other names will still work, as long as they are present in the theme. But for the 'standard' names, we make some effort to substitute and provide something.