Summary: | Update interval setting for system monitor plasmoids | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | Mircea Kitsune <sonichedgehog_hyperblast00> |
Component: | General | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugseforuns, kde, samrog131, sonichedgehog_hyperblast00 |
Priority: | NOR | ||
Version: | 5.9.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/2e129f84ce032fdbc4aaad8708cbb28119853088 | Version Fixed In: | 5.13.0 |
Sentry Crash Report: |
Description
Mircea Kitsune
2015-09-22 22:10:43 UTC
Still a problem in 5.9.0. There is no update interval option for any of the system monitor plasmoids, which I would appreciate the ability of modifying from the hardcoded default of 2 seconds. Workaround The interwall setting can be changed from the applet qml script. Network Monitor widget - /usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/Applet.qml has line: 'interval: 2000' The interwall is in milliseconds. Earlier: https://www.kubuntuforums.net/showthread.php?70905-widgets-have-limited-options-and-behaviors-in-plasma-5 (In reply to Rog131 from comment #2) Thank you for this information! I'd rather not change any system files unless it's a really major issue, but this is useful to know until the problem is solved. (In reply to Kai Uwe Broulik from comment #4) > Patch: https://phabricator.kde.org/D6864 Thank you! Please developers, approve of that patch. Git commit 2e129f84ce032fdbc4aaad8708cbb28119853088 by Kai Uwe Broulik. Committed on 24/04/2018 at 15:12. Pushed by broulik into branch 'master'. [System Monitor Applet] Add setting for update interval FIXED-IN: 5.13.0 Differential Revision: https://phabricator.kde.org/D6864 M +4 -0 applets/systemmonitor/common/contents/config/main.xml M +1 -1 applets/systemmonitor/common/contents/ui/Applet.qml M +17 -0 applets/systemmonitor/common/contents/ui/ConfigGeneral.qml https://commits.kde.org/plasma-workspace/2e129f84ce032fdbc4aaad8708cbb28119853088 |