Simple linux command line tool to add applications to the app grid or list of your desktop environment.
App to grid creates a .desktop
file in /usr/share/applications
for your application, so you can access it from the app grid or list of your desktop environment.
Optionally it copies your binary to /usr/bin
. That is useful for binaries like AppImages.
-
Make AppToGrid executable
chmod +x ./AppToGrid.sh
. -
Start AppToGrid
sudo ./AppToGrid.sh
and follow the prompts.
Always enter the full path, application name and extension when the source application path is prompted, e.g.
/path/to/myApp.AppImage