I recently installed Clipgrab application from source. According to the documentation I can run it with ./clipgrab inside the build folder in terminal. That works fine, but I would rather have it added to my applications list so I can search for it and run it without having to do it in terminal. Please don't suggest adding the PPA. I don't want to use the PPA because it doesn't update often enough.
I would like it to be available for all users so it doesn't need to be in ~/.local/share/applications/
so instead I tried making a clipgrab.desktop
file in /usr/share/applications
with this inside:
[Desktop Entry]
Type=Application
Name=Clipgrab v3.8.13
Comment=Clipgrab v3.8.13
Icon=/home/alex/Downloads/clipgrab-3.8.13/icon.png
Exec=/home/alex/Downloads/clipgrab-3.8.13/clipgrab
Terminal=false
Categories=Qt;
Keywords=clip;
That didn't really do anything since I don't see it in my search result. Would anyone please give me a step by step how I can add this to my list of available applications for all users?
Also, I don't want to install another package to do this like in Synaptic in this solution.
I tried searching for this on here, but a lot of the instructions are outdated. Thank you in advance.