GNOME Bugzilla – Bug 728204
misc wayland fixes
Last modified: 2014-04-14 19:03:22 UTC
Just a few things I noticed while working on making X start in the same way wayland is started.
Created attachment 274300 [details] [review] session: don't set DISPLAY for sessions that bring their own We only want to set DISPLAY if the user session is sharing the display with the login screen.
Created attachment 274301 [details] [review] session: drop remnants of WINDOWPATH
Created attachment 274302 [details] [review] session: make sure session display mode is set even if session isn't explicitly picked Right now we we only set the display mode when a user picks a session from the session list. That means the wrong display mode will get used if wayland is saved from a previous log in. This commit makes sure the display mode gets set as soon as the user credentials are established, since at the point log in is imminent.
Attachment 274300 [details] pushed as ce40d34 - session: don't set DISPLAY for sessions that bring their own Attachment 274301 [details] pushed as 6e1f486 - session: drop remnants of WINDOWPATH Attachment 274302 [details] pushed as 2860eb3 - session: make sure session display mode is set even if session isn't explicitly picked