After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753219 - window resize cursors are missing when cursor theme are used in KDE
window resize cursors are missing when cursor theme are used in KDE
Status: RESOLVED FIXED
Product: adwaita-icon-theme
Classification: Core
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: adwaita-icon-theme maintainer(s)
adwaita-icon-theme maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-08-04 05:46 UTC by Armands Liepins
Modified: 2015-08-04 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cursors: provide KDE names (2.38 KB, patch)
2015-08-04 12:03 UTC, Jakub Steiner
committed Details | Review

Description Armands Liepins 2015-08-04 05:46:37 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?
Comment 1 Jakub Steiner 2015-08-04 12:03:24 UTC
Created attachment 308728 [details] [review]
cursors: provide KDE names
Comment 2 Jakub Steiner 2015-08-04 12:03:52 UTC
Attachment 308728 [details] pushed as 0d2418c - cursors: provide KDE names
Comment 3 Matthias Clasen 2015-08-04 12:11:05 UTC
(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.