New upstream tag.

Simon Quigley 2 years ago
parent a7905ababb
commit 08c82aa6c4

7
debian/changelog vendored

@ -1,3 +1,10 @@
calamares (3.3.0-alpha1-0ubuntu1) kinetic; urgency=medium
* New upstream tag.
- Update patch.
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 27 Jun 2022 22:34:01 -0500
calamares (3.3.0~git20220620-0ubuntu2) kinetic; urgency=medium calamares (3.3.0~git20220620-0ubuntu2) kinetic; urgency=medium
* Yeah, we don't need webengine. Good try though. * Yeah, we don't need webengine. Good try though.

@ -8,17 +8,18 @@ Subject: replace pkexec by sudo
--- a/calamares.desktop --- a/calamares.desktop
+++ b/calamares.desktop +++ b/calamares.desktop
@@ -5,12 +5,13 @@ Name=Install System @@ -6,13 +6,14 @@ GenericName=System Installer
GenericName=System Installer Comment=Calamares — System Installer
Keywords=calamares;system;installer; Keywords=calamares;system;installer;
TryExec=calamares TryExec=calamares
-Exec=sh -c "pkexec calamares" -Exec=sh -c "pkexec calamares"
+Exec=sh -c "sudo -E calamares -D6" +Exec=sh -c "sudo -E calamares -D6"
Comment=Calamares — System Installer
Categories=Qt;System;
Icon=calamares Icon=calamares
Terminal=false Terminal=false
SingleMainWindow=true
StartupNotify=true StartupNotify=true
Categories=Qt;System;
+NotShowIn=LXQt; +NotShowIn=LXQt;
X-AppStream-Ignore=true X-AppStream-Ignore=true

Loading…
Cancel
Save