the application cpu frequency scaling indicator has closed unexpectedly

Asked by Bob

this is popping up on every time I boot up and I click restart on it.
any way to fix this.
I do even know what it is lol

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

  • by Bob
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy indicator-cpufreq

Thanks

Revision history for this message
Bob (smith13) said :
#2

lsb_release -a; uname -a; apt-cache policy indicator-cpufreq
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Linux hermann 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
indicator-cpufreq:
  Installed: 0.2.2-0ubuntu2
  Candidate: 0.2.2-0ubuntu2
  Version table:
 *** 0.2.2-0ubuntu2 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
        100 /var/lib/dpkg/status
bob@hermann:~$

Revision history for this message
Bob (smith13) said :
#3

its not doing it anymore
can only assume some updates fix it

Revision history for this message
Bob (smith13) said :
#4

it's back again.

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Lorper Dorna (lorper-dorna) said :
#6

Happens here too, on a Lenovo laptop;

```
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Linux lenovo-p15s 5.14.0-1059-oem #67-Ubuntu SMP Mon Mar 13 14:22:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
indicator-cpufreq:
  Installed: 0.2.2-0ubuntu3
  Candidate: 0.2.2-0ubuntu3
  Version table:
 *** 0.2.2-0ubuntu3 500
        500 http://nl.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        500 http://nl.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
        100 /var/lib/dpkg/status
```

Here's the error from syslog;

```
indicator-cpufreq.desktop[3450]: /usr/lib/python3/dist-packages/indicator_cpufreq/indicator.py:20: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '4.0') before import to ensure that the right version gets loaded.
indicator-cpufreq.desktop[3450]: from gi.repository import Gtk
indicator-cpufreq.desktop[3450]: Traceback (most recent call last):
indicator-cpufreq.desktop[3450]: File "/usr/lib/python3/dist-packages/gi/importer.py", line 142, in load_module
indicator-cpufreq.desktop[3450]: introspection_module = get_introspection_module(namespace)
indicator-cpufreq.desktop[3450]: File "/usr/lib/python3/dist-packages/gi/module.py", line 257, in get_introspection_module
indicator-cpufreq.desktop[3450]: module = IntrospectionModule(namespace, version)
indicator-cpufreq.desktop[3450]: File "/usr/lib/python3/dist-packages/gi/module.py", line 109, in __init__
indicator-cpufreq.desktop[3450]: repository.require(namespace, version)
indicator-cpufreq.desktop[3450]: gi.RepositoryError: Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded
indicator-cpufreq.desktop[3450]: During handling of the above exception, another exception occurred:
indicator-cpufreq.desktop[3450]: Traceback (most recent call last):
indicator-cpufreq.desktop[3450]: File "/usr/bin/indicator-cpufreq", line 77, in <module>
indicator-cpufreq.desktop[3450]: from indicator_cpufreq.indicator import MyIndicator
indicator-cpufreq.desktop[3450]: File "/usr/lib/python3/dist-packages/indicator_cpufreq/indicator.py", line 21, in <module>
indicator-cpufreq.desktop[3450]: from gi.repository import AppIndicator3 as appindicator
indicator-cpufreq.desktop[3450]: File "/usr/lib/python3/dist-packages/gi/importer.py", line 144, in load_module
indicator-cpufreq.desktop[3450]: raise ImportError(e)
indicator-cpufreq.desktop[3450]: ImportError: Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded
```

I'll open up a new bug and report it in the repo too