Summary: | $TMPDIR should be respected | ||
---|---|---|---|
Product: | UIM | Reporter: | Christian Biere <christianbiere> |
Component: | Other | Assignee: | uim-bugs |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | ek.kato |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 7164 | ||
Attachments: | Respect TMPDIR and use dot-files as socket paths |
Description
Christian Biere
2007-06-28 13:08:32 UTC
Created attachment 10490 [details] [review] Respect TMPDIR and use dot-files as socket paths The attached patch adds support for TMPDIR. Further I've prepended dots to the names for the unix domain sockets, so that these are "hidden" by default. Many other applications hide sockets this way so these don't clutter up directory listings. Thanks for the patch. After this report, almost all sockets had been relocated to ~/.uim.d/. But usersockname() in fep/udsock.c is still referring $TMP. Etsushi, should it be replaced with get_ud_path()? I'll check it later. Fixed in r5097. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.