GNOME Bugzilla – Bug 646393
system monitor should use g_get_user_runtime_dir
Last modified: 2011-11-14 23:25:36 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
I'll get this in after the 3.0 release. Thanks.
[Removing GNOME Target - feel free to use Target Milestones instead.]
Thanks Andre, done.
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.
Thanks, patch committed.