You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
580 B
22 lines
580 B
6 years ago
|
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
|