mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
We have TextMate create a named socket that ‘mate’ can use to contact the main application. Previously it was hardcoded to ‘/tmp/avian.sock’ which is bad on a multi-user system. Placing it in the user’s temporary directory should ensure it doesn’t clash, yet still give us a predictable path (for mate to use). Presently we maintain the old socket path as a link to the new location so that old versions of mate will still work.