DE-IBH / apt-dater

terminal-based remote package update manager
GNU General Public License v2.0
101 stars 24 forks source link

Make screen vs. tmux configurable at runtime #98

Open sur5r opened 9 years ago

sur5r commented 9 years ago

Hi,

I was wondering wether you would be open to a patch that make the choice of screen vs. tmux configurable in apt-dater.xml instead of compile time.

I just wanted to ask beforehand just in case there's a reason not to do that.

Cheers, sur5r

liske commented 9 years ago

Hi,

I will consider to merge such a patch. tmux should be default since this is IMHO the only way to support multi-user environments.

TIA, Thomas

sulicz commented 9 years ago

+1

sur5r commented 8 years ago

As I'm currently not using apt-dater anymore I just wanted to note that I will not have the time to implement this in the foreseeable future. Just in case anyone else wants to give it a shot...

hentismith commented 7 years ago

Just to clarify, the ttmux (tmux and screen) is defined at compile time and cannot be changed once compiled, so binary packages supplied by distros enforce which muxer to use ?

liske commented 6 years ago

Yes it does and Debian uses tmux since it is the default and screen lacks features for multi-user setups. @henti