Refresh calmares.desktop patch

backports/focal
Dan Simmons 5 years ago
parent a2542b3d5d
commit 27cc88524c

1
debian/changelog vendored

@ -3,6 +3,7 @@ calamares (3.2.14-0ubuntu1) eoan; urgency=medium
* New upstream release.
* Update copyright for appdata file.
* Do not build against PythonQt.
* Refresh calamares.desktop patch.
-- Dan Simmons <kc2bez@lubuntu.me> Thu, 03 Oct 2019 21:27:53 -0400

@ -6,16 +6,20 @@ 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
@@ -5,12 +5,13 @@ Name=Install System
GenericName=System Installer
Keywords=calamares;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
StartupNotify=true
Categories=Qt;System;
+NotShowIn=LXQt;
X-AppStream-Ignore=true
Name[ar]=تثبيت النظام

Loading…
Cancel
Save