philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Does the *.desktop file in the AppImage work correctly? #47

Open philippgille opened 6 years ago

philippgille commented 6 years ago

Somewhere else I saw this *.desktop file:

[Desktop Entry]
Type=Application
Terminal=false
Name=backup
Icon=utilities-terminal
Exec=gnome-terminal --maximize -x bash -c "cd `dirname %k` && ./backup.sh ; sync; echo '@ Press any key ...' ; read"
Categories=Application;

Try out the AppImage package on a Linux desktop, not just on the command line.