mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-10 04:07:28 +00:00
22 lines
580 B
Diff
22 lines
580 B
Diff
From: Raul Rodrigo Segura <raurodse@gmail.com>
|
|
Date: Fri, 4 May 2018 13:20:44 +0200
|
|
Subject: replace pkexec by sudo
|
|
|
|
---
|
|
calamares.desktop | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/calamares.desktop b/calamares.desktop
|
|
index f8be5d1..53c2424 100644
|
|
--- a/calamares.desktop
|
|
+++ b/calamares.desktop
|
|
@@ -5,7 +5,7 @@ Name=Install System
|
|
GenericName=System Installer
|
|
Keywords=calamares;system;installer
|
|
TryExec=calamares
|
|
-Exec=pkexec /usr/bin/calamares
|
|
+Exec=sudo /usr/bin/calamares
|
|
Comment=Calamares — System Installer
|
|
Icon=calamares
|
|
Terminal=false
|