mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-25 04:11:18 +00:00
Summary: Package Calamares for new upstream release 3.2.12 Bump debian/compat to 12. Adjust desktop patch to not show in LXQt. T108 Test Plan: Test Calamares install. Verify only one desktop file appears in menu. Reviewers: wxl, tsimonq2 Reviewed By: wxl, tsimonq2 Differential Revision: https://phab.lubuntu.me/D29
26 lines
624 B
Diff
26 lines
624 B
Diff
From: Raul Rodrigo Segura <raurodse@gmail.com>
|
|
Date: Fri, 4 May 2018 13:20:44 +0200
|
|
Subject: replace pkexec by sudo
|
|
|
|
---
|
|
calamares.desktop | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/calamares.desktop
|
|
+++ b/calamares.desktop
|
|
@@ -5,12 +5,13 @@ Name=Install System
|
|
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
|
|
StartupNotify=true
|
|
Categories=Qt;System;
|
|
+NotShowIn=LXQt;
|
|
X-AppStream-Ignore=true
|
|
|
|
Name[ar]=تثبيت النظام
|