diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
commit | fc9772f1f03684e8dab50ff77d2c46c5e0309c7b (patch) | |
tree | 375b76cf80e5d816eb48a4badf3bb949199ef220 /extras/README | |
parent | 825922057a21a9b09c60edf4b44535d7fd49926d (diff) | |
download | colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.gz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.bz2 colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.xz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.zip |
Moved to namespace to ManaTools
Diffstat (limited to 'extras/README')
-rw-r--r-- | extras/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/README b/extras/README index 8bb98c5..465d699 100644 --- a/extras/README +++ b/extras/README @@ -1,7 +1,7 @@ Configure polkit ---------------- -Please copy extras/org.mageia.policykit.pkexec.adminpanel.policy to /usr/share/polkit-1/actions/org.mageia.policykit.pkexec.adminpanel.policy +Please copy extras/org.mageia.policykit.pkexec.manatools.policy to /usr/share/polkit-1/actions/org.mageia.policykit.pkexec.manatools.policy to make apanel be usable through policykit (mcc is currently using pam, a bit more complicated compared to polkit). After that you have to make a symbolic link to apanel.pl into /usr/bin/ (i.e. /usr/bin/apanel.pl) and make your local apanel.pl script executable (chmod +x apanel.pl). @@ -33,10 +33,10 @@ xhost local:root 5. setup apanel.pl to use consolehelper backend ($USE_CHLP) -Add AdminPanel to the include path (for developers) +Add ManaTools to the include path (for developers) --------------------------------------------------- -symlink trunk/AdminPanel to /usr/lib/perl5/<currentversion>/AdminPanel +symlink trunk/ManaTools to /usr/lib/perl5/<currentversion>/ManaTools where currentversion could be for example 5.16.2 Additional notes: |