Skip to content

Commit

Permalink
[calamares] Change .desktop invocation
Browse files Browse the repository at this point in the history
FIXES #1653
  • Loading branch information
adriaandegroot committed Mar 15, 2021
1 parent a5091c8 commit b9ad701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion calamares.desktop
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Version=1.0
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
Expand Down
2 changes: 1 addition & 1 deletion calamares.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9ad701

Please sign in to comment.