-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
policy-kit installation wrong?! #43
Comments
btw: hmm is the other one a left-over from a previous install? |
this could be indeed a leftover from a previous version. |
I add the same issue and the solution given here solve the issue for me. |
I can confirm this issues. I also had a second policy, probably from a previous version and got asked to enter a password multiple times on each login and whenever I tried to use the extension. |
Still broken. Still the same issue. Two polkit files, the older being |
This is being worked on in #107 |
In my case the following happened:
I installed the extension over extensions.gnome.org
Then after the extension gets enabled gnome asks multiple times for my password to execute cpufreqctl
The policy file gets installed correctly into:
/usr/share/polkit-1/actions/mko.cpupower.policy
but within that file I find the line:
<annotate key="org.freedesktop.policykit.exec.path">/home/tfi/.local/share/gnome-shell/extensions/[email protected]/cpufreqctl</annotate>
which is either not correct or the installer missed to moved the cpufreqctl file from the directory src/.
I "fixed" it by modifying the path to:
<annotate key="org.freedesktop.policykit.exec.path">/home/tfi/.local/share/gnome-shell/extensions/[email protected]/src/cpufreqctl</annotate>
The text was updated successfully, but these errors were encountered: