Comment 17 for bug 1242112

Revision history for this message
Fabounet (fabounet03) wrote : Re: Upgrade to Saucy Salamander (13.10) Causes shutdown/restart dialogue to not work

@Stephen M. Webb: this is an interesting track
the dock grabs the names "com.canonical.Unity" to catch LauncherEntry messages.
I don't really see the link with the shutdown ability of Unity, but do you think this could still be a problem ?
if so, can Unity's shutdown be fixed to work in this case, or is there any other way we could listen for LauncherEntry messages on the bus without grabbing the bus name ?

@all: can anyone try this:
edit /usr/lib/cairo-dock/cairo-dock-launcher-API-daemon as root
add the following line at line 33:
from time import sleep
and the following line at line 241 (just before ULWatcher()):
sleep(5)

then restart the session