You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just updated to version 2.11.0 and memory info (chart, text, graph) not showing any more. There is an empty space.
Expected Behavior
Show memory info.
Steps To Reproduce
Standard config to dispaly memory info:
visibility - Physical memory (in KiB)
second line - Swap
Tried every other option with no effect.
Disabling memory hides "empty space".
Logs
plasmawindowed org.kde.resourcesMonitor-fork with only "memory" added:
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Plasma Windowed" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Enable QML Javascript debugger" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Makes the plasmoid stay alive in the Notification Area, even when the window is closed." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Force loading the given shell plugin" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "The applet to open." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Arguments to pass to the plasmoid." msgid_plural: "" msgctxt: ""
kf.plasma.quick: Applet preload policy set to 1
kf.plasma.core: requesting config for "Resources Monitor (fork)" without a containment!
Using KRun from QML is deprecated (since 5.88). Use Qt.openUrlExternally, or the KIO::OpenUrlJob/KIO::ApplicationLauncherJob classes from C++ instead.
qml: 0
journalctl /usr/bin/plasmashell -e:
Mar 21 17:02:44 archlinux plasmashell[86334]: file:///home/eleuth/.local/share/plasma/plasmoids/org.kde.resourcesMonitor-fork/contents/ui/components/graph/MemoryGraph.qml:116:15: Missing initializer in const declaration
Mar 21 17:02:46 archlinux plasmashell[86334]: file:///home/eleuth/.local/share/plasma/plasmoids/org.kde.resourcesMonitor-fork/contents/ui/components/graph/MemoryGraph.qml:116:15: Missing initializer in const declaration
Versions
- Widget: 2.11.0
- KDE Plasma: 5.27.10
- KDE Framework: 5.115.0
- QT version: 5.15.13
The text was updated successfully, but these errors were encountered:
Current Behavior
I've just updated to version 2.11.0 and memory info (chart, text, graph) not showing any more. There is an empty space.
Expected Behavior
Show memory info.
Steps To Reproduce
Logs
plasmawindowed org.kde.resourcesMonitor-fork
with only "memory" added:journalctl /usr/bin/plasmashell -e
:Versions
The text was updated successfully, but these errors were encountered: