Comment 3 for bug 1947756

Revision history for this message
Mario Di Nicola (warp99) wrote :

I was able to make the python script work by editing the following file:

/usr/lib/python3/dist-packages/indicator_cpufreq/indicator.py

... and adding the following lines just below the comments that end on line 17:

import gi
gi.require_version("Gtk", "3.0")
gi.require_version('AppIndicator3', '0.1')