Install Pomotroid on Debian 10 Buster

Authmane Terki
1 min readDec 15, 2019

--

First install Node.js :

cd /opt
git clone https://github.com/Splode/pomotroid.git
sudo chown -R authmane512:authmane512 pomotroid
cd pomotroid
npm build

No need to add pomotroid to /usr/bin , Pomotroid will automatically ask for that.

EDIT it doesn’t work:

./build/Pomotroid\ 0.6.2.AppImage
[79770:1215/204145.680694:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_PomotryTAOOn/chrome-sandbox is owned by root and has mode 4755.
fish: “./build/Pomotroid\ 0.6.2.AppIma…” terminated by signal SIGTRAP (Trace or breakpoint trap)

--

--