#744693 cairo-dock: Gnome-session refuses to launch Cairo-dock

Package:
cairo-dock
Source:
cairo-dock
Description:
Metapackage for cairo-dock
Submitter:
Frederic MASSOT
Date:
2015-03-15 15:30:04 UTC
Severity:
normal
#744693#5
Date:
2014-04-13 17:35:16 UTC
From:
To:
Dear Maintainer,

Cairo-dock will not be launched by gnome-session.

Jessie gnome-session (3.8.4-3) can not not run a command with arguments. see the bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692987

To start Cairo-Dock, I created the file "/usr/local/bin/start-cairo-dock" with lines below:

#! /bin/bash
gnome-session --session=cairo-dock


In "/usr/share/xsessions/cairo-dock.desktop" file, I replaced the line Exec by:

Exec=/usr/local/bin/start-cairo-dock


Regards.

#744693#10
Date:
2015-03-15 09:49:12 UTC
From:
To:
This bug is still present with the current version in sid.
#744693#15
Date:
2015-03-15 15:26:48 UTC
From:
To:
This bug is in fact the consequence of two others bugs:
 #653327: current x11-common package cannot start session with argument
 (in this case "gnome-session --session=cairo-dock")
 #744697: cairo-dock still depends on compiz which is not available
 anymore in Jessie.

Fixing those two bugs (both have a solution) will fix this bug.

Xavier