leafo / gifine

Quickly record and edit gifs and videos of your desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing happens when you click on "Record rectangle" without xrectsel installed

klaus7 opened this issue · comments

Also no error is written to the command line.

On Ubuntu 16.04.

Everything works as expected after installing xrectsel. I just think you should write out an error message. Thanks for sharing your tool!

How to install xrectsel on ubuntu:

git clone git@github.com:lolilolicon/xrectsel.git
cd xrectsel/
./bootstrap 
./configure
sudo make install

when i entered cd xrectsel/ >>>> gives me : no such directory

commented

@ShevoPramide if you're seeing that then make sure you're going to the directory where you extracted xrectsel

commented

I also added support for https://github.com/naelstrof/slop which is a better rectangular selection tool imo

when i clone git, it display error

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

so, i use this command
git clone https://github.com/lolilolicon/xrectsel.git

instead of
git clone git@github.com:lolilolicon/xrectsel.git