In order to use Safeeyes with the Smart Pause plugin you need install xprintidle
.
This process wasn't that simple for me so I thought about writing it down:
cd /tmp
git clone https://github.com/lucianposton/xprintidle
cd xprintidle
sudo dnf install libX11-devel libXScrnSaver-devel
sudo ln -s /usr/lib64/libXss.so.1.0.0 /usr/lib64/libXss.so
./configure
./make
sudo make install
That's all.
Enjoy folks!
Looks like the version for the automake is hardcoded in the original setup scripts. This is what I needed to make it work on Fedora 32 with automake 1.16 before calling the final
make
:Original error message
Edit: btw there should be
make
there at the end, not./make