GNOME Bugzilla – Bug 765323
"grab" cursor is falsely set to "pointer"
Last modified: 2016-05-25 11:08:06 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.
Created attachment 328379 [details] [review] don't symlink hand2 to hand1
Created attachment 328490 [details] [review] don't symlink hand2 to hand1
Attachment 328379 [details] pushed as f1f480b - don't symlink hand2 to hand1