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 744343 - cursor plugin: Remove cursor hiding/showing logic
cursor plugin: Remove cursor hiding/showing logic
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on: 712775
Blocks:
 
 
Reported: 2015-02-11 17:19 UTC by Carlos Garnacho
Modified: 2015-03-13 20:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cursor: Remove cursor hiding/showing logic (5.63 KB, patch)
2015-02-11 17:20 UTC, Carlos Garnacho
needs-work Details | Review
cursor: Remove cursor plugin (29.45 KB, patch)
2015-03-10 18:51 UTC, Rui Matos
committed Details | Review

Description Carlos Garnacho 2015-02-11 17:19:33 UTC
With the patches in bug #712775 , it would be possible to at least remove cursor showing/hiding logic from g-s-d, I'm attaching a patch to do so.
Comment 1 Carlos Garnacho 2015-02-11 17:20:16 UTC
Created attachment 296622 [details] [review]
cursor: Remove cursor hiding/showing logic

Bug 712775 adds this logic to Mutter for both wayland and X11, so remove
the now redundant handling from here.
Comment 2 Bastien Nocera 2015-02-12 10:38:41 UTC
Review of attachment 296622 [details] [review]:

Need to remove the XFixes checks in configure.ac, and the extension include.
Comment 3 Rui Matos 2015-03-10 18:51:34 UTC
Created attachment 299044 [details] [review]
cursor: Remove cursor plugin

--

Given bug 745977, let's remove it
Comment 4 Bastien Nocera 2015-03-10 20:08:10 UTC
Review of attachment 299044 [details] [review]:

Just missing POTFILES.in changes...

Looks good otherwise.
Comment 5 Bastien Nocera 2015-03-13 20:34:06 UTC
Committed with the POTFILES.in change.

Attachment 299044 [details] pushed as b8aa2bd - cursor: Remove cursor plugin