Unable to view "Detailed memory information" for any process in ksysguard 5.15.4. Steps to reproduce: 1) Open ksysguard 2) Right click on any process and select "Detailed memory information" Expected result: * Detailed memory information is visible Actual result: * Error message is shown: "KSysGuard library was compiled without QtWebEngineWidgets, please contact your distribution." Related package information: kde-plasma/ksysguard-5.15.4::gentoo was built with the following: USE="lm_sensors -debug -handbook" ABI_X86="(64)" dev-qt/qtwebengine-5.12.3::gentoo was built with the following: USE="alsa geolocation pulseaudio system-ffmpeg system-icu widgets -bindist -debug -designer -jumbo-build -pax_kernel -test" ABI_X86="(64)" Related entries in /etc/portage/package.accept_keywords: dev-qt/* ~amd64 kde-apps/* ~amd64 kde-frameworks/* ~amd64 kde-misc/* ~amd64 kde-plasma/* ~amd64
You'll need to rebuild kde-plasma/libksysguard with USE="webengine". Since this USE flag seems to be disabled by default these days, we could consider patching the error message to be more helpful.
rebuilding it with USE="webengine" works as expected, thank you. Where does this USE flag gets consumed? I looked for the IUSE variable within the ksysguard-5.15.4.ebuild but only lm_sensors is specified there and no mention of webengine anywhere else.
libksysguard, not ksysguard.
Also, we should probably enable 'webengine' in plasma profile by default.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed57d16f9d3c2365196ff59426384e4af9f96692 commit ed57d16f9d3c2365196ff59426384e4af9f96692 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-06-08 07:18:54 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-06-08 07:18:54 +0000 kde-plasma/libksysguard: Gentooxplain detailed mem info unavailability Closes: https://bugs.gentoo.org/684740 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ...bksysguard-5.16.0-no-detailed-mem-message.patch | 26 ++++++++++++++++++++++ kde-plasma/libksysguard/libksysguard-5.16.0.ebuild | 2 ++ .../libksysguard/libksysguard-5.16.49.9999.ebuild | 2 ++ kde-plasma/libksysguard/libksysguard-9999.ebuild | 2 ++ 4 files changed, 32 insertions(+)