control: tags -1 + moreinfo On Thu, 25 Jul 2024 15:56:49 +0800 liuxiang <liuxi...@loongson.cn> wrote: > If do not add this patch, when right-click on "Memory Details" in > ksysgurad, will get an error as shown in the picture.
But you’re asking to add a dependency that doesn’t exist… qtwebengine5-dev is built by qtwebengine-opensource-src which only builds on amd64 arm64 armhf i386 and mips64el architectures [1] [2]. Adding that build dependency will prevent ksysguard from building on loong64 entirely, instead of just missing the functionality related to qtwebengine. If you want to get this working, you need to port qtwebengine to loong64 first. And probably the Qt6 version would be a better target at this stage. Also if I’m not mistaken your screenshot is from the old ksysguard that has been replaced by Plasma System Monitor in Plasma 5.22 that shipped in June 2021. It didn’t even ship our current stable release (bookworm). Not sure which environment you’re working on but at least that package is completely outdated. [1] https://salsa.debian.org/qt-kde-team/qt/qtwebengine/-/blob/master/debian/control?ref_type=heads#L98 [2] https://buildd.debian.org/status/package.php?p=qtwebengine-opensource-src&suite=sid Happy hacking, -- Aurélien