GNOME Bugzilla – Bug 644299
2.91.91.1 always starts fallback mode
Last modified: 2011-03-09 16:45:59 UTC
i guess the logic behind the commit was faulty http://git.gnome.org/browse/gnome-session/commit/?id=01217f38addd7ea47e121fc5e31eb2a35a54f9f8
gnome-session[17036]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable gnome-session-check-accelerated: Failed to run helper: Failed to execute child process "/usr/lib/gnome-session/gnome-session-check-accelerated-helper" (Bad address) gnome-session[17036]: DEBUG(+): fill: *** Session is not runnable gnome-session[17036]: DEBUG(+): fill: *** Getting session 'gnome-fallback'
As we discussed on irc, the cited commit is unrelated to this. It is an unrelated problem that was just uncovered by my commit.
Created attachment 183000 [details] [review] patch to fix this issue
Thanks, committed.