Summary: | sys-apps/system-monitoring-center should depend on gui-libs/libadwaita | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Brandon <pwnfooj> |
Component: | Current packages | Assignee: | Maciej Barć <xgqt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info sys-apps/system-monitoring-center |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f7eb99cb58fc48a5b701947e624646f2567159 commit c0f7eb99cb58fc48a5b701947e624646f2567159 Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2023-07-24 17:56:05 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2023-07-24 17:57:10 +0000 sys-apps/system-monitoring-center: add libadwaita dependency Closes: https://bugs.gentoo.org/910598 Signed-off-by: Maciej Barć <xgqt@gentoo.org> ...ng-center-2.14.0.ebuild => system-monitoring-center-2.14.0-r1.ebuild} | 1 + ...ng-center-2.16.1.ebuild => system-monitoring-center-2.16.1-r1.ebuild} | 1 + ...ng-center-2.17.2.ebuild => system-monitoring-center-2.17.2-r1.ebuild} | 1 + ...ng-center-2.18.3.ebuild => system-monitoring-center-2.18.3-r1.ebuild} | 1 + sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild | 1 + 5 files changed, 5 insertions(+) |
Created attachment 865835 [details] emerge --info sys-apps/system-monitoring-center This one should be a simple fix. On my system, gui-libs/libadwaita was not already installed causing system-monitoring-center to crash with the following: Traceback (most recent call last): File "/usr/share/system-monitoring-center/systemmonitoringcenter/Main.py", line 18, in on_activate from .MainWindow import MainWindow File "/usr/share/system-monitoring-center/systemmonitoringcenter/MainWindow.py", line 6, in <module> gi.require_version('Adw', '1') File "/usr/lib/python3.11/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Adw not available Installing the missing package fixed the issue, so this should probably be added as a dependency of system-monitoring-center. I am on Wayland (Hyprland) if that matters at all.