blob: 9adf705d5e82e2237f2dde0bbefe43544c60040a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Configure polkit
----------------
Please copy extras/org.mageia.policykit.pkexec.adminpanel.policy to /usr/share/polkit-1/actions/org.mageia.policykit.pkexec.adminpanel.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).
This settings will be automatically handled at rpm installation time in future/production.
Add AdminPanel to the include path (for developers)
---------------------------------------------------
symlink trunk/AdminPanel to /usr/lib/perl5/<currentversion>/AdminPanel
where currentversion could be for example 5.16.2
|