leafo / gifine

Quickly record and edit gifs and videos of your desktop
285 stars 14 forks source link

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

Closed klaus7 closed 7 years ago

klaus7 commented 7 years ago

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
sherifrad commented 7 years ago

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

leafo commented 7 years ago

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

leafo commented 7 years ago

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

fajaryanw commented 7 years ago

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