Comment 4 for bug 1888049

Revision history for this message
Fabounet (fabounet03) wrote :

Thank you very much for the log.

I don't see any trace of the gnome-integration plug-in.

We should go through cairo_dock_gio_vfs_init(), which would print "VFS Deamon NOT found on DBus !" in case of failure, and "VFS Deamon found on DBus." in case of success.

The only way we wouldn't is if the pug-in is not installed, or if another plug-in registered before. Even then, we should see "GNOME" just after, except if glib is too old (unlikely) or the detected desktop is not Gnome, which is possible if GNOME_DESKTOP_SESSION_ID is not set.

So could you please check that:
"echo $GNOME_DESKTOP_SESSION_ID" returns something
'cairo-dock-gnome-integration-plug-in' is installed

Thank you.