DJSCreator is a summary of "Desktop jar shortcut creator". This is a simple app to create a launcher for your jar application in Unix Desktops.
- Get from user a icon, name, jar executable path.
- Create app folder in
~/apps
. - Copy jar file and icon if exist to app directory.
- Create a shell script file in folder called
runner
cd home/yourprofile/apps/appfolder
java -jar appname.jar
- Create a appname.desktop file in
~/.local/share/applications
- And the last step link files in .desktop file.
Name=appName
Exec=shellScriptPath
Terminal=true or false
Categories=inputCategory
Type=Application
Comment=userInputComment
- You see your desktop icon in apps menu
Copyright (C) 2021 Sudo Dios
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.