mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
We moved it to TMPDIR so that multiple instances of TextMate could run (for different users) but have since gotten a lot of reports about problems with this location. The short version is that ‘ls’ shows the socket exists (in TMPDIR), but stat’ing it or similar will fail. To still allow different users to use mate side-by-side we add the user ID to the socket name. Hopefully this closes issue #183.