/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

List of common errors for the module gnome-applets.

Error - cpu-frequency selector unavailable

System details: September 12th, 2006 - GNOME 2.16 cvs - Gentoo

Stage: Execution

CPU frequency selector applet doesn't allow user to set frequency (monitor-only).

Cause:

The applet requires that cpufreq-selector be SUID root which is often not the case when installed under jhbuild.

Solution:

chown root ${PREFIX}/bin/cpufreq-selector
chmod ug+s ${PREFIX}/bin/cpufreq-selector 


Projects/Jhbuild/Issues/gnome-applets (last edited 2013-11-25 16:29:19 by WilliamJonMcCann)