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 646393 - system monitor should use g_get_user_runtime_dir
system monitor should use g_get_user_runtime_dir
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: GNOME 3.2
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks: 523057
 
 
Reported: 2011-03-31 23:04 UTC by William Jon McCann
Modified: 2011-11-14 23:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (903 bytes, patch)
2011-11-14 19:54 UTC, Robert Roth
none Details | Review

Description William Jon McCann 2011-03-31 23:04:04 UTC
Would be good to use the XDG runtime directory provided by
g_get_user_runtime_dir() instead of /tmp for sockets etc.

http://git.gnome.org/browse/gnome-system-monitor/tree/src/bacon-message-connection.c#n225
Comment 1 Chris Kühl 2011-04-02 07:27:54 UTC
I'll get this in after the 3.0 release. Thanks.
Comment 2 André Klapper 2011-04-02 11:17:12 UTC
[Removing GNOME Target - feel free to use Target Milestones instead.]
Comment 3 Chris Kühl 2011-04-02 11:31:19 UTC
Thanks Andre, done.
Comment 4 Robert Roth 2011-11-14 19:54:34 UTC
Created attachment 201396 [details] [review]
Proposed patch

Patch to use the user runtime directory from the XDG specification for temporary socket files instead of /tmp.
Comment 5 Chris Kühl 2011-11-14 23:25:36 UTC
Thanks, patch committed.