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.
calamares-packaging/debian/patches/use-sudo-instead-of-pkexec

22 lines
674 B

Description: Use sudo instead of pkexec
pkexec breaks window detection and causes calamares to not start under GNOME.
Using sudo works fine and fixes above issues.
.
calamares (3.0.1-1) unstable; urgency=low
.
* Initial release (Closes: #842671)
Author: Jonathan Carter <jcarter@linux.com>
Bug-Debian: https://bugs.debian.org/842671
--- calamares-3.0.1.orig/calamares.desktop
+++ calamares-3.0.1/calamares.desktop
@@ -5,7 +5,7 @@ Name=Calamares
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