| Summary: | It is trying to include processui/ksysguardprocesslist.h but it makes it couldn't compile even QtWebkit is optional | ||
|---|---|---|---|
| Product: | [Unmaintained] ksysguard | Reporter: | Ömer Fadıl USTA <omerusta> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | major | CC: | groot |
| Priority: | NOR | ||
| Version First Reported In: | 5.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
This has been resolved at some point in the past; it now optionally uses QWebEngineWidgets. It always installs the UI parts and the header mentioned as missing here. |
Hello everyone in libksysguard Cmake : if(Qt5WebKitWidgets_FOUND) add_subdirectory( processui ) endif() On the other hand in workspace/plasma-workspace/systemmonitor/ksystemactivitydialog.h trying to include processui/ksysguardprocesslist.h even QTWebkit is an optional depency. Thus this makes whole plasma-workspace couldn't compile Reproducible: Always