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 667361 - wacom plugin isn't loaded
wacom plugin isn't loaded
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
: 667451 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-01-05 14:48 UTC by Vincent Untz
Modified: 2012-01-07 02:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2012-01-05 14:48:31 UTC
I have this in my ~/.xsession-errors:

** WARNING **: Ignoring unknown module 'org.gnome.settings-daemon.plugins.gsdwacom'

And the reason is that the module is libgsdwacom, so the schema in /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml should be org.gnome.settings-daemon.plugins.gsdwacom instead of org.gnome.settings-daemon.plugins.wacom.
Comment 1 Vincent Untz 2012-01-05 14:51:38 UTC
Alternatively, having the plugin named wacom (which sounds saner) would be better. I see the rename to gsdwacom was done in 3.3.3.1, though, so there might be some issue with that name?
Comment 2 Bastien Nocera 2012-01-06 12:11:23 UTC
I can't reproduce this problem with 3.3.3.1 or master. Which version of gnome-settings-daemon did you test?

(In reply to comment #1)
> Alternatively, having the plugin named wacom (which sounds saner) would be
> better. I see the rename to gsdwacom was done in 3.3.3.1, though, so there
> might be some issue with that name?

Yes, we cannot name the plugin "libwacom":
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=68e3eb16206a6294eb2b5352b708737fc28293a5
Comment 3 Vincent Untz 2012-01-06 13:41:56 UTC
(In reply to comment #2)
> I can't reproduce this problem with 3.3.3.1 or master. Which version of
> gnome-settings-daemon did you test?

This is with 3.3.3.1.
Comment 4 Bastien Nocera 2012-01-06 14:52:27 UTC
commit 308f17bb7be773dd503595ca699be5ef79406c3f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 6 14:51:55 2012 +0000

    wacom: Fix loading the wacom plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667361
Comment 5 Jason Gerecke 2012-01-07 02:30:22 UTC
*** Bug 667451 has been marked as a duplicate of this bug. ***