Coder Social home page Coder Social logo

Comments (14)

christophehenry avatar christophehenry commented on May 24, 2024 1

Works great. Thank you!

from cpupower-gui.

vagnum08 avatar vagnum08 commented on May 24, 2024

From what I can see there is an error with D-Bus. the messaging service used to communicate between the gui and the cpu-helper.

Did you use the master branch for install or the latest tag?

from cpupower-gui.

adetabrani avatar adetabrani commented on May 24, 2024

From what I can see there is an error with D-Bus. the messaging service used to communicate between the gui and the cpu-helper.

Did you use the master branch for install or the latest tag?

it seems yes, I downloaded the package using git clone, but when I try to build using the latest package tag from here , I can't build, see the error below
1679738656_Mar25_17:04:16

from cpupower-gui.

vagnum08 avatar vagnum08 commented on May 24, 2024

Sorry for the late response.

This is an issue with newer versions of meson that deprecated an option.
To build version 1.0.0 you have to edit the meson.build file that is in data folder.
Remove line 15 (that says 'desktop',).

When you have removed the line it will build without any issues.

Alternatively, you can build from the latest commit that has this issue fixed.

Let me know if you have any issues.

from cpupower-gui.

adetabrani avatar adetabrani commented on May 24, 2024

1684167185_May15_23:13:05

Already installed, but I still get these error logs when I try to run it

from cpupower-gui.

vagnum08 avatar vagnum08 commented on May 24, 2024

You have to enable and start the cpupower-gui-helper service from systemd. This is normally done during install.

from cpupower-gui.

adetabrani avatar adetabrani commented on May 24, 2024

1684303233_May17_13:00:33

Can't start the service

from cpupower-gui.

vagnum08 avatar vagnum08 commented on May 24, 2024

Does it throw an error?

from cpupower-gui.

adetabrani avatar adetabrani commented on May 24, 2024

just generates that log message

from cpupower-gui.

k2helix avatar k2helix commented on May 24, 2024

This error keeps happening and makes cpupower-gui unusable

from cpupower-gui.

vagnum08 avatar vagnum08 commented on May 24, 2024

I will try to boot fedora 37 and see what is happening.

from cpupower-gui.

k2helix avatar k2helix commented on May 24, 2024

I will try to boot fedora 37 and see what is happening.

I was in Fedora 38, which is the latest. Just saying so that you don't have to look for an older version

from cpupower-gui.

christophehenry avatar christophehenry commented on May 24, 2024

@vagnum08 I have the same error. Here is the stacktrace:

# /usr/local/lib64/cpupower-gui/cpupower-gui-helper
Traceback (most recent call last):
  File "/usr/local/lib64/cpupower-gui/cpupower-gui-helper", line 313, in <module>
    dbus_service = CpupowerGui_DBus(loop)
                   ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib64/cpupower-gui/cpupower-gui-helper", line 58, in __init__
    bus_name = dbus.service.BusName("org.rnd2.cpupower_gui.helper", bus=self.bus)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/dbus/service.py", line 134, in __new__
    retval = bus.request_name(name, name_flags)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/dbus/bus.py", line 299, in request_name
    return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/dbus/connection.py", line 634, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Request to own name refused by policy

from cpupower-gui.

vagnum08 avatar vagnum08 commented on May 24, 2024

I booted a live-usb with Fedora 38 today and I did the following:

Opened the terminal and run dnf config-manager --add-repo https://download.opensuse.org/repositories/multimedia:proaudio/Fedora_38/multimedia:proaudio.repo to add the repo from OBS (by Geekos DAW project)

Then run dnf install cpupower-gui.

After the installation, I run cpupower-gui in the same terminal and it worked.

No errors, nothing.
Tried from the app icon and did the same.

I would suggest to uninstall the version you have and install the one from the repo above (as a bonus, the version on that repo is the latest from git, not 1.0.0).

Let me know if it works.

from cpupower-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.