Comment 3 for bug 1971206

Revision history for this message
fprietog (fprietog) wrote :

Problem also happens in kinetic.

Quick fix:
Edit "/usr/bin/indicator-cpufreq" file to insert this three lines...

import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk

... just before this line:

# Add project root directory (enable symlink, and trunk execution).