mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-06-08 09:11:33 +00:00
3.3.0-alpha1-0ubuntu1 (patches unapplied)
Imported using git-ubuntu import.
This commit is contained in:
parent
3cdb2f2f36
commit
9facd321d1
7
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user