aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-08-29 12:24:29 +0200
committerAngelo Naselli <anaselli@linux.it>2014-08-29 12:24:29 +0200
commite77c7a1c4920099602ba31f6212e75891588a1f3 (patch)
tree621650f3de08f8096aed1077d01ff05d6aa5146b /extras
parent741316130bcc4740e3930c62d71c75d749a8439e (diff)
downloadcolin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar
colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.gz
colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.bz2
colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.xz
colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.zip
fixed script name manahost (new drakhosts)
Diffstat (limited to 'extras')
-rw-r--r--extras/desktop/manahost.desktop9
-rw-r--r--extras/polkit/org.mageia.manahost.policy (renamed from extras/polkit/org.mageia.hostmanager.policy)6
2 files changed, 12 insertions, 3 deletions
diff --git a/extras/desktop/manahost.desktop b/extras/desktop/manahost.desktop
new file mode 100644
index 0000000..1ba6dee
--- /dev/null
+++ b/extras/desktop/manahost.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=manahost
+Comment=AdminPanel host manager
+Exec=pkexec /usr/bin/manahost
+Icon=userdrake
+Type=Application
+StartupNotify=true
+Categories=System;X-MandrivaLinux-CrossDesktop;
+
diff --git a/extras/polkit/org.mageia.hostmanager.policy b/extras/polkit/org.mageia.manahost.policy
index 6e23364..76a8a1c 100644
--- a/extras/polkit/org.mageia.hostmanager.policy
+++ b/extras/polkit/org.mageia.manahost.policy
@@ -7,15 +7,15 @@
<vendor>Mageia.Org</vendor>
<vendor_url>http://www.mageia.org</vendor_url>
- <action id="org.mageia.hostmanager.pkexec.run">
+ <action id="org.mageia.manahost.pkexec.run">
<description>Allow APanel GUI</description>
- <message>Authentication is required to run the program hostmanager (user=$(user), program=$(program), command_line=$(command_line))</message>
+ <message>Authentication is required to run the program manahost (user=$(user), program=$(program), command_line=$(command_line))</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/hostmanager</annotate>
+ <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manahost</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>