orblazer / plasma-applet-resources-monitor

Plasmoid for monitoring CPU, memory, network traffic, GPUs and disks IO.
https://www.pling.com/p/2143899/
GNU General Public License v3.0
57 stars 6 forks source link

[BUG] Memory not showing #72

Closed SylEleuth closed 5 months ago

SylEleuth commented 5 months ago

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. Screenshot_20240321_193924

Expected Behavior

Show memory info.

Steps To Reproduce

  1. Standard config to dispaly memory info:
    • visibility - Physical memory (in KiB)
    • second line - Swap
  2. Tried every other option with no effect.
  3. 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