Skip to content
Commit 2ebfa918 authored by Jasper St. Pierre's avatar Jasper St. Pierre
Browse files

daemon: Rename GdmWelcomeSession to GdmLaunchEnvironment

"GdmWelcomeSession" was always a sort of bad name, as it is not a
GdmSession, itself (it has-a GdmSession), and it's unnecessarily generic;
it doesn't really have anything to do with "Welcome" or "Session"
itself. It managed a non-user GdmSession, spawned the process in the
correct environment (spawning a DBus daemon if need be) and made sure to
keep track of it until it died. I think "GdmLaunchEnvironment" is an
appropriate name for this.

https://bugzilla.gnome.org/show_bug.cgi?id=678057
parent 67235fd7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment