[calamares] Change .desktop invocation

FIXES #1653
This commit is contained in:
Adriaan de Groot 2021-03-14 15:56:22 +01:00
parent a5091c8c3b
commit b9ad701a5c
2 changed files with 3 additions and 2 deletions

3
calamares.desktop Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Version=1.0
@ -5,7 +6,7 @@ Name=Install System
GenericName=System Installer
Keywords=calamares;system;installer;
TryExec=calamares
Exec=pkexec /usr/bin/calamares
Exec=sh -c "pkexec calamares"
Comment=Calamares System Installer
Icon=calamares
Terminal=false

View File

@ -5,7 +5,7 @@ Name=Install System
GenericName=System Installer
Keywords=calamares;system;installer;
TryExec=calamares
Exec=pkexec /usr/bin/calamares
Exec=sh -c "pkexec calamares"
Comment=Calamares System Installer
Icon=calamares
Terminal=false