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 765323 - "grab" cursor is falsely set to "pointer"
"grab" cursor is falsely set to "pointer"
Status: RESOLVED FIXED
Product: adwaita-icon-theme
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: adwaita-icon-theme maintainer(s)
adwaita-icon-theme maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-20 12:31 UTC by Lubosz Sarnecki
Modified: 2016-05-25 11:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cursors: Make use of open hand cursor, for 'grab' name, as described in GDK doc. (12.98 KB, patch)
2016-04-20 12:31 UTC, Lubosz Sarnecki
none Details | Review
don't symlink hand2 to hand1 (856 bytes, patch)
2016-05-23 11:33 UTC, Jakub Steiner
none Details | Review
don't symlink hand2 to hand1 (1.42 KB, patch)
2016-05-25 11:03 UTC, Jakub Steiner
none Details | Review

Description Lubosz Sarnecki 2016-04-20 12:31:35 UTC
Created attachment 326409 [details] [review]
cursors: Make use of open hand cursor, for 'grab' name, as described in GDK doc.

According to the GDK cursor documentation, there should be a "grab" cursor.

https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html

To reproduce:

* Set Adawaita theme for cursors in gnome-tweak-tool
* Open gtk-demo => Cursors => Run.
* Click on the open hand cursor (grab).

Its the wrong cursor.

This cursor is currently linked to "hand1", which is linked to "hand2" / "pointer".
The cursor exists in the SVG and PNGs, but the line building the hand1 icon was commented, is there any reason for this?


The following patch fixes usage of the "grab" cursor.
Comment 1 Jakub Steiner 2016-05-23 11:33:32 UTC
Created attachment 328379 [details] [review]
don't symlink hand2 to hand1
Comment 2 Jakub Steiner 2016-05-25 11:03:17 UTC
Created attachment 328490 [details] [review]
don't symlink hand2 to hand1
Comment 3 Jakub Steiner 2016-05-25 11:08:06 UTC
Attachment 328379 [details] pushed as f1f480b - don't symlink hand2 to hand1