davidscholberg / tmux-cluster

tmux wrapper/plugin that aims to be fully compatible with clusterssh clusters configs
GNU General Public License v3.0
57 stars 16 forks source link

fix "no server running" with newer tmux versions #4

Closed saladpanda closed 8 years ago

saladpanda commented 8 years ago

With tmux 2.2 I always get no server running on /run/tmux/1000/default when running tmc. See also: http://superuser.com/questions/719633/tmux-1-8-gives-failed-to-connect-to-server-when-trying-to-source-a-file

This PR fixes that by starting a tmux server before sourcing the generated commands.

davidscholberg commented 8 years ago

Thank you @datamaan