Closed alfredjophy closed 4 years ago
There is an issue with the installation using meson.
It doesn't create the required symlink.
Try adding the symlink manually
ln -sf /lib/systemd/system/cpupower-gui-helper.service /etc/systemd/system/dbus-org.rnd2.cpupower_gui.helper.service
.
Didnt work:
cpupower-gui Traceback (most recent call last): File "/usr/bin/cpupower-gui", line 367, in <module> from cpupower_gui import main File "/usr/share/cpupower-gui/cpupower_gui/main.py", line 38, in <module> from .window import CpupowerGuiWindow File "/usr/share/cpupower-gui/cpupower_gui/window.py", line 23, in <module> gi.require_version("Handy", "1") File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version raise ValueError('Namespace %s not available for version %s' % ValueError: Namespace Handy not available for version 1
cpupower-gui
Traceback (most recent call last):
File "/usr/bin/cpupower-gui", line 367, in
It did work. That is a different one. This version has a new dependency, libhandy
.
If you run apt install gir1.2-handy-1
it should fix the problem.
Yeah , it works now...it looks great. ,btw..thanks for the help
Glad you got it working.
I will leave the issue open for others to see and as a reminder for me till I fix the symlink install.
It did work. That is a different one. This version has a new dependency,
libhandy
. If you runapt install gir1.2-handy-1
it should fix the problem.
Hi, I update the app and can't seem to find the missing dependency on my distro. Linux Mint 19.3 Tricia
I had a quick look. libhandy
is not available at all on Linux Mint.
I might try adding libhandy
as a subproject so if it is not installed it would be built along with cpupower-gui
Followed the readme to install.. on
ninja -C build install
, i get this:I use PopOS 20.10 with the mainline 5.9.6 kernel