After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 437460 - Prepare for the move of the GDM socket from /tmp to /var/run
Prepare for the move of the GDM socket from /tmp to /var/run
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.18.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 331059
 
 
Reported: 2007-05-10 14:37 UTC by Loïc Minier
Modified: 2007-05-12 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Prefer new socket location (1.11 KB, patch)
2007-05-10 14:38 UTC, Loïc Minier
committed Details | Review

Description Loïc Minier 2007-05-10 14:37:39 UTC
Hi,

Ubuntu uses a GDM socket in /var/run instead of /tmp; Debian would like to do this too; this seems safer, especially security-wise.  This is tracked in bug 331059.

A pre-requisite is that gnome-panel tries the new socket first and only falls back on the backwards-compatible /tmp/.gdm_socket socket.

I'll attach the Ubuntu patch which achieves this.

Bye,
Comment 1 Loïc Minier 2007-05-10 14:38:33 UTC
Created attachment 87954 [details] [review]
Prefer new socket location
Comment 2 Vincent Untz 2007-05-12 19:00:26 UTC
Committed to trunk.