what you can try, is to temporary disable libdconfsettings: sudo mv /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so ~
then try to see if the dock behaves correctly you can put the module back with: sudo mv ~/libdconfsettings.so /usr/lib/x86_64-linux-gnu/gio/modules 2013/10/7 Fabrice Rey <[email protected]> > From the logs, it seems like a bug in libdconfsettings > Toons applet is not mentionned in the first backtrace, and anyway its > thread was polling in the 2nd backtrace > > what puzzles me is that there seems to be 2 threads even with the -f > option (I also have it) and this is the one that crashes in libdconfsettings > > I you have the possibility to install the debug symbols of this library, > maybe we can go further > > @Matttbe: I've checked in the sources of GDK, and the test is not needed > > > 2013/10/5 Matthieu Baerts <[email protected]> > >> `pManager` is a `GdkDeviceManager` :-) >> https://developer.gnome.org/gdk3/stable/GdkDeviceManager.html >> >> It's needed to get the current position of the mouse pointer (e.g. >> needed for Toons applet) >> >> -- >> You received this bug notification because you are a member of Cairo- >> Dock Devs, which is subscribed to Cairo-Dock Core. >> https://bugs.launchpad.net/bugs/1233002 >> >> Title: >> the bottom dock disappear - configuration application appears suddenly >> >> Status in Cairo-Dock : Core: >> Incomplete >> >> Bug description: >> Ubuntu 12.04 LTS >> Cairo-Dock 3.2.1 >> Compiz 0.9.7.12 >> >> To manage notifications about this bug go to: >> https://bugs.launchpad.net/cairo-dock-core/+bug/1233002/+subscriptions >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~cairo-dock-team >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~cairo-dock-team >> More help : https://help.launchpad.net/ListHelp >> > > -- You received this bug notification because you are a member of Cairo- Dock Devs, which is subscribed to Cairo-Dock Core. https://bugs.launchpad.net/bugs/1233002 Title: the bottom dock disappear - configuration application appears suddenly Status in Cairo-Dock : Core: Incomplete Bug description: Ubuntu 12.04 LTS Cairo-Dock 3.2.1 Compiz 0.9.7.12 To manage notifications about this bug go to: https://bugs.launchpad.net/cairo-dock-core/+bug/1233002/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~cairo-dock-team Post to : [email protected] Unsubscribe : https://launchpad.net/~cairo-dock-team More help : https://help.launchpad.net/ListHelp

