cpu-g icon indicating copy to clipboard operation
cpu-g copied to clipboard

Fail at launch

Open Armag67 opened this issue 1 year ago • 0 comments

Hello, At today upgrade, install fine in Manjaro KDE, but doesn't run at launching with the .desktop file. Asks for root password then nothing. Launching at CLI it throws an error with the traceback:

[Errno 2] No translation file found for domain: 'cpu-g'
Traceback (most recent call last):
  File "/usr/bin/cpu-g", line 42, in <module>
    cpug = CPUG()
           ^^^^^^
  File "/usr/share/cpu-g/src/cpug.py", line 999, in __init__
    self.update_info()
  File "/usr/share/cpu-g/src/cpug.py", line 1268, in update_info
    entry.set_text(locale.format(
                   ^^^^^^^^^^^^^
AttributeError: module 'locale' has no attribute 'format'. Did you mean: '_format'?

Armag67 avatar Sep 08 '24 12:09 Armag67