mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-06-07 00:31:28 +00:00
Refresh calmares.desktop patch
This commit is contained in:
parent
a2542b3d5d
commit
27cc88524c
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ calamares (3.2.14-0ubuntu1) eoan; urgency=medium
|
|||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Update copyright for appdata file.
|
* Update copyright for appdata file.
|
||||||
* Do not build against PythonQt.
|
* Do not build against PythonQt.
|
||||||
|
* Refresh calamares.desktop patch.
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Thu, 03 Oct 2019 21:27:53 -0400
|
-- Dan Simmons <kc2bez@lubuntu.me> Thu, 03 Oct 2019 21:27:53 -0400
|
||||||
|
|
||||||
|
12
debian/patches/0001-replace-pkexec-by-sudo.patch
vendored
12
debian/patches/0001-replace-pkexec-by-sudo.patch
vendored
@ -6,16 +6,20 @@ Subject: replace pkexec by sudo
|
|||||||
calamares.desktop | 2 +-
|
calamares.desktop | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/calamares.desktop b/calamares.desktop
|
|
||||||
index f8be5d1..53c2424 100644
|
|
||||||
--- a/calamares.desktop
|
--- a/calamares.desktop
|
||||||
+++ b/calamares.desktop
|
+++ b/calamares.desktop
|
||||||
@@ -5,7 +5,7 @@ Name=Install System
|
@@ -5,12 +5,13 @@ Name=Install System
|
||||||
GenericName=System Installer
|
GenericName=System Installer
|
||||||
Keywords=calamares;system;installer
|
Keywords=calamares;system;installer;
|
||||||
TryExec=calamares
|
TryExec=calamares
|
||||||
-Exec=pkexec /usr/bin/calamares
|
-Exec=pkexec /usr/bin/calamares
|
||||||
+Exec=sudo /usr/bin/calamares
|
+Exec=sudo /usr/bin/calamares
|
||||||
Comment=Calamares — System Installer
|
Comment=Calamares — System Installer
|
||||||
Icon=calamares
|
Icon=calamares
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=Qt;System;
|
||||||
|
+NotShowIn=LXQt;
|
||||||
|
X-AppStream-Ignore=true
|
||||||
|
|
||||||
|
Name[ar]=تثبيت النظام
|
||||||
|
Loading…
x
Reference in New Issue
Block a user