-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpupower-gui fails to launch #18
Comments
I think the issue is when you built with meson. I tried this in a virtual machine using a live image. Meson version from repo is 0.45.1 and this project requires >=0.50.0. Also, Mint 19.3 is base on Ubuntu 18.04 and the version of python3-gobject is not available. The latest version of cpupower-gui that can be run on Ubuntu 18.04 is You could try solving the system-helper error, but I don't think you can get away with meson --prefix /usr -Dsystemddir=/lib/systemd build
ninja -C build
ninja -C build install This should resolve the Note:If you want to get a deb package for |
This actually solved the problem. Thanks for the rapid help! P.S. You should add this to the documentation so people can resolve this issue in case they encounter one. |
Thanks for letting me know it worked. |
Describe the bug
The GUI failed to start when tried to launch via the shortcut or the terminal
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
A traceback provided by Python.
Setup (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: