summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-05-14 03:35:25 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-05-14 03:35:25 +0000
commit2814f3e4d933978d81b2629bfa3efbe23cf48496 (patch)
treef7f5aa66185b5707f844adc7dbe7e72b145fee2a
parent44370054e3f53004fa6ca244380fe46950dcb2c3 (diff)
downloadgdm-2814f3e4d933978d81b2629bfa3efbe23cf48496.tar.gz
Change location of .gdm_socket file from /tmp to /var/run. Fixes bug
2007-05-14 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-socket-protocol.h: Change location of .gdm_socket file from /tmp to /var/run. Fixes bug #331059. This interface change also required changing gnome-session, gnome-panel, and the Fast-User-Switch Applet (FUSA). I understand all these programs have been updated already in the unstable branch. Patch by Lo\357c Minier. svn path=/trunk/; revision=4924
-rw-r--r--ChangeLog9
-rw-r--r--daemon/gdm-socket-protocol.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebbc26ac..4c3f5a3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-05-14 Brian Cameron <brian.cameron@sun.com>
+ * daemon/gdm-socket-protocol.h: Change location of .gdm_socket
+ file from /tmp to /var/run. Fixes bug #331059. This interface
+ change also required changing gnome-session, gnome-panel, and
+ the Fast-User-Switch Applet (FUSA). I understand all these
+ programs have been updated already in the unstable branch.
+ Patch by Lo\357c Minier.
+
+2007-05-14 Brian Cameron <brian.cameron@sun.com>
+
* daemon/slave.c, gui/Makefile.am: Now install GDM desktop files
to /usr/share/gdm/applications and append this directory to
XDG_DATA_DIR before starting the user session, so that these
diff --git a/daemon/gdm-socket-protocol.h b/daemon/gdm-socket-protocol.h
index d1ea3b68..e6cff546 100644
--- a/daemon/gdm-socket-protocol.h
+++ b/daemon/gdm-socket-protocol.h
@@ -181,7 +181,7 @@
* all to be grabbed in one pull.
*/
#define GDM_SUP_MAX_MESSAGES 80
-#define GDM_SUP_SOCKET "/tmp/.gdm_socket"
+#define GDM_SUP_SOCKET "/var/run/gdm_socket"
/*
* The user socket protocol. Each command is given on a separate line