summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-07-17 17:30:36 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2012-08-01 12:16:37 -0300
commit2ebfa91823db74a5aea680e6c561a09b709b84ac (patch)
tree41dfd88fbd977716f3dfada3cbe2a243d64285fa /data
parent67235fd797e5b9a88178f4733551814b61a4711b (diff)
downloadgdm-2ebfa91823db74a5aea680e6c561a09b709b84ac.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
-rw-r--r--data/pam-openembedded/gdm-launch-environment.pam (renamed from data/pam-openembedded/gdm-welcome.pam)0
-rw-r--r--data/pam-redhat/gdm-launch-environment.pam (renamed from data/pam-redhat/gdm-welcome.pam)0
3 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index e3f86422..ffbc7684 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -91,7 +91,7 @@ session_DATA = gdm-fallback.session gdm-shell.session
pam_redhat_files = pam-redhat/gdm.pam \
pam-redhat/gdm-autologin.pam \
- pam-redhat/gdm-welcome.pam \
+ pam-redhat/gdm-launch-environment.pam \
pam-redhat/gdm-fingerprint.pam \
pam-redhat/gdm-smartcard.pam \
pam-redhat/gdm-password.pam \
@@ -100,7 +100,7 @@ EXTRA_DIST += $(pam_redhat_files)
pam_openembedded_files = pam-openembedded/gdm.pam \
pam-openembedded/gdm-autologin.pam \
- pam-openembedded/gdm-welcome.pam \
+ pam-openembedded/gdm-launch-environment.pam \
$(NULL)
EXTRA_DIST += $(pam_openembedded_files)
diff --git a/data/pam-openembedded/gdm-welcome.pam b/data/pam-openembedded/gdm-launch-environment.pam
index 602217b1..602217b1 100644
--- a/data/pam-openembedded/gdm-welcome.pam
+++ b/data/pam-openembedded/gdm-launch-environment.pam
diff --git a/data/pam-redhat/gdm-welcome.pam b/data/pam-redhat/gdm-launch-environment.pam
index 17f323e1..17f323e1 100644
--- a/data/pam-redhat/gdm-welcome.pam
+++ b/data/pam-redhat/gdm-launch-environment.pam