ClipGrab Linux Mint 18 - Setting Up
-
4. Setting Permissions
This Step is usually Needed to Give Ececution Permission to the User
First, Access the Target, usually in the Downloads folder:
(But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)cd && cd Downloads
To Check that there is run:
ls . | ClipGrab
And Give Execution Permission:
chmod +x ClipGrab*.AppImage
-
5. Setting Up ClipGrab
(Optional because you can simply Run AppImages from Anywhere…)
So Now, if you wanna to Set up ClipGrab on Linux Mint
Make a Folder to Hold the AppImages with:mkdir ~/appImages
And finally Switch ClipGrab in the Location:
mv ClipGrab*.AppImage ~/appImages
Contents