On Thu, Apr 23, 2015 at 09:02:19AM -0000, martin lantz wrote:
>I logged into NX using gnome-terminal. From there I run:
>/usr/bin/gnome-session --session=gnome-flashback --disable-acceleration-check &> gnome-session.log.0
>
>The desktop background image appears, but nothing else seems to work.
>
>I uploaded gnome-session.log.0 here:
>http://pastebin.com/tvVU2fMa
Looks like the /etc/X11/Xsession wrapper is being used; it's trying to
launch an Upstart session. In this case you need to export:
On Thu, Apr 23, 2015 at 09:02:19AM -0000, martin lantz wrote: gnome-session --session= gnome-flashback --disable- acceleration- check &> gnome-session.log.0 pastebin. com/tvVU2fMa
>I logged into NX using gnome-terminal. From there I run:
>/usr/bin/
>
>The desktop background image appears, but nothing else seems to work.
>
>I uploaded gnome-session.log.0 here:
>http://
Looks like the /etc/X11/Xsession wrapper is being used; it's trying to
launch an Upstart session. In this case you need to export:
DESKTOP_ SESSION= "gnome- fallback" DESKTOP= "Unity"
XDG_CURRENT_
in order for the upstart Xsession.d scripts to work properly.