Blob Blame History Raw
diff -Nur calamares-2.5-alpha1/calamares.desktop calamares-2.5-alpha1-kdesu/calamares.desktop
--- calamares-2.5-alpha1/calamares.desktop	2017-01-12 16:53:01.000000000 +0100
+++ calamares-2.5-alpha1-kdesu/calamares.desktop	2017-01-15 02:46:13.182674721 +0100
@@ -5,7 +5,7 @@
 GenericName=System Installer
 Keywords=calamares;system;installer
 TryExec=calamares
-Exec=pkexec /usr/bin/calamares
+Exec=kdesu /usr/bin/calamares
 Comment=Calamares — System Installer
 Icon=calamares
 Terminal=false
diff -Nur calamares-2.5-alpha1/CMakeLists.txt calamares-2.5-alpha1-kdesu/CMakeLists.txt
--- calamares-2.5-alpha1/CMakeLists.txt	2017-01-12 16:53:01.000000000 +0100
+++ calamares-2.5-alpha1-kdesu/CMakeLists.txt	2017-01-15 02:46:13.307672787 +0100
@@ -53,7 +53,6 @@
 
 find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools Svg Quick QuickWidgets )
 find_package( YAMLCPP 0.5.1 REQUIRED )
-find_package( PolkitQt5-1 REQUIRED )
 
 option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON )
 option( WITH_CRASHREPORTER "Build with CrashReporter" ON )
@@ -244,13 +243,6 @@
 
 install(
   FILES
-      com.github.calamares.calamares.policy
-  DESTINATION
-      "${POLKITQT-1_POLICY_FILES_INSTALL_DIR}"
-)
-
-install(
-  FILES
       calamares.desktop
   DESTINATION
       ${CMAKE_INSTALL_DATADIR}/applications
diff -Nur calamares-2.5-alpha1/com.github.calamares.calamares.policy calamares-2.5-alpha1-kdesu/com.github.calamares.calamares.policy
--- calamares-2.5-alpha1/com.github.calamares.calamares.policy	2016-04-12 11:23:47.000000000 +0200
+++ calamares-2.5-alpha1-kdesu/com.github.calamares.calamares.policy	1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
-"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
- <vendor>Calamares</vendor>
- <vendor_url>https://github.com/calamares</vendor_url>
-
- <action id="com.github.calamares.calamares.pkexec.run">
-    <description>Run Installer</description>
-    <message>Authentication is required to run the installation program</message>
-    <icon_name>drive-harddisk</icon_name>
-    <defaults>
-     <allow_any>no</allow_any>
-     <allow_inactive>no</allow_inactive>
-     <allow_active>auth_admin</allow_active>
-    </defaults>
-    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/calamares</annotate>
-    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
- </action>
-</policyconfig>
\ No newline at end of file