I've done a little more debugging with this now. It seems to be triggered by something which happens when the window manager loads with xsplash already running. If I build xsplash with a call to gtk_window_set_decorated to turn off the decorations for xsplash, then the error goes away (although that might just be coincidence).
I stuck a debug hook in xorg to log a warning when this GetProperty request returns an error. The BadMatch is returned from dixLookupDrawable() in dix/dixutils.c, and the reason is that the type mask for the drawable is M_DRAWABLE_PIXMAP when it should have been M_WINDOW (the information logged shows this). Now I need to work out why this is the case. -- gnome-settings-daemon crashed with signal 5 in xkl_process_error() https://bugs.launchpad.net/bugs/321041 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
