GNOME Bugzilla – Bug 559346
[keyboard] No need to trap errors about Xkb initialization
Last modified: 2008-11-05 17:32:45 UTC
Seems to me like XkbQueryExtension and XkbUseExtension when used in that order, don't generate any X errors (svu thinks so too). If that's the case, no need to trap/flush around them.
2008-11-05 Jens Granseuer <...> * plugins/keyboard/gsd-keyboard-manager.c: (numlock_xkb_init): XkbQueryExtension and friends shouldn't cause errors, so no need to try and trap them (bug #559346)