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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.