Quote:
..Another question: I downloaded the appimage for Gimp, but I have not been able to find a way to create a launcher for it in the menu. Any suggestions?..
You need a .desktop file. Needs to be
executable and would look like this
[Desktop Entry]
Comment=
Exec=/home/rich/portable/gimp-release-2.10.4.glibc2.15-x86_64.AppImage
Icon=gimp
Name=Gimp-portable
NoDisplay=false
Path[$e]=
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
Obviously replace "/home/rich/portable" with the correct path to the appimage.
Give it a suitable name such as Gimp-Portable.desktop
That goes in ~/.local/share/applications/ and log-out log-in to get it in the menus.
Not happy with that? Then see:
http://programsbuzz.com/post/how-create ... 4-and-1604