diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | daemon/gdm-socket-protocol.h | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |