Hi,

On Tue, 25 Nov 2014 11:26:57 +0000, Dimitri John Ledkov wrote:
> What else do you expect to start? Something like gnome-session? Check
> the start on conditions for gnome-session job, and check the xsession
> job.

Thanks, this helped me to track it down.

This happened not because we renamed the sessions, but because we also
renamed the script to start them...

from: /usr/lib/gnome-panel/gnome-session-flashback
to: /usr/lib/gnome-flashback/gnome-flashback-{metacity,compiz}

... and the new names no longer match the wildcard in xsession.d/99upstart.

Can I upload this change to Ubuntu? Or should we just use gnome-* here?

--- debian/xsession.d/99upstart 2014-08-04 15:04:29 +0000
+++ debian/xsession.d/99upstart 2014-11-26 11:38:22 +0000
@@ -1,7 +1,7 @@
 # Start the user session
 if [ -n "$UPSTART" ]; then
     case "$BASESESSION" in
-        gnome-session*)
+        gnome-session*|gnome-flashback*)
             export SESSIONTYPE=gnome-session
             ;;
         lxsession*)


--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
upstart-devel mailing list
upstart-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to