Hi Paul, On Tue, Feb 03, 2015 at 02:07:16PM +0800, Paul Wise wrote: > tmux leaves a socket behind in /tmp/tmux-1000/default on exit. It should > remove sockets that it created after it stops listening on them and then > rmdir the tmux-$uid directories that it created.
Thanks for the report. I discussed this with upstream and we agree that this is probably not worth fixing. Removing the server socket on exit would be easy, but removing the directory would not because the deletion can race with the startup of another server; doing this properly would require some synchronization logic and since this is just cosmetic, we think it's not worth the effort. So I'm tagging this wontfix for now. Cheers, -- Romain Francoise <rfranco...@debian.org> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org