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 658379 - Disabled devices still added to list on startup
Disabled devices still added to list on startup
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GdkDevice
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Carlos Garnacho
Depends on:
Blocks: 656397
 
 
Reported: 2011-09-06 17:28 UTC by Bastien Nocera
Modified: 2011-09-06 18:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-09-06 17:28:43 UTC
While debugging https://bugzilla.gnome.org/show_bug.cgi?id=656397
I noticed that devices that were disabled appeared listed in my debug program, but weren't looped over in the long running gnome-settings-daemon program.

It turns out that GTK+ didn't check for the device's status (enabled/disabled) when creating the list of devices the first time around.
Comment 1 Carlos Garnacho 2011-09-06 18:09:00 UTC
That indeed was happening... I've just pushed 79ff1b669 to fix this