signal-desktop too old to connect to server

I think it pays off to setup a linuxulator environment (/compat/devuan) and install in there the handfull of apps you require (freetube, signal-desktop, discord, masterpdf-editor) .

Then you just create some launcher scripts and you are done.

Code:
launch_freetube:

#!/bin/sh

# for wayland
#chroot -n /compat/devuan waypipe --socket /tmp/waypipe.sock server /opt/FreeTube/freetube --no-sandbox

/compat/devuan/opt/FreeTube/freetube --no-sandbox
 
Back
Top