Summary: | plasma-systemmonitor doesn't start | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Alexander Potashev <aspotashev> |
Component: | System Monitor widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | grave | CC: | ahiemstra, nate, notmart |
Priority: | NOR | ||
Version First Reported In: | 6.2.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Potashev
2024-10-25 11:34:18 UTC
Have you verified that there wasn't a zombie process for it still running in the background, preventing a new instance from being launched? Does it print anything in a terminal window? Does it work on Wayland? 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! 🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. > Have you verified that there wasn't a zombie process for it still running in the background, preventing a new instance from being launched?
That's probably the case, roughly speaking. Not exactly a zombie, just a running process without a window.
When I kill that process and restart "plasma-systemmonitor" from Yakuake, no window shows up and I see the following on the terminal:
```
$ plasma-systemmonitor
QQmlApplicationEngine failed to load component
qrc:/qt/qml/org/kde/systemmonitor/Main.qml:33:26: Type GlobalMenu unavailable
qrc:/qt/qml/org/kde/systemmonitor/GlobalMenu.qml:42:9: Type NewStuff.Action unavailable
file:///usr/lib64/qt5/qml/org/kde/newstuff/Action.qml:184:13: Type NewStuff.Page unavailable
qrc:/qt/qml/org/kde/newstuff/Page.qml:148:5: Type NewStuff.QuestionAsker unavailable
file:///usr/lib64/qt5/qml/org/kde/newstuff/QuestionAsker.qml:134:23: Kirigami.BasicListItem is not a type
```
Haven't tried on Wayland.
(In reply to Alexander Potashev from comment #4) > When I kill that process and restart "plasma-systemmonitor" from Yakuake, no > window shows up and I see the following on the terminal: Btw, this new check is on Fedora 41 & plasmashell 6.2.4 (I upgraded in the meantime). Why is your Qt 6 System Monitor trying to load a Qt 5 version of KNewStuff? That looks like a serious misconfiguration of either your system or your distribution. Yes, that's clearly not going to work. :) There's some kind of local misconfiguration at play here. *** This bug has been marked as a duplicate of bug 497779 *** > Why is your Qt 6 System Monitor trying to load a Qt 5 version of KNewStuff? That looks like a serious misconfiguration of either your system or your distribution.
Probably some Fedora issue. Solved by removing the Qt5 stuff (either packages or files, can't remember exactly, it's been a few months).
|