Created attachment 133065 [details] a screenshot that shows the problem SUMMARY STEPS TO REPRODUCE 1. Add a new page 2. Edit the new page, e.g. add cpu stats, etc 3. Restart Plasma System Monitor OBSERVED RESULT The new page is blank after the restart. In addition to that, the corresponding item in the page overview tab is also empty EXPECTED RESULT The new page is properly loaded after a restart SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Created attachment 133066 [details] my config file
Created attachment 133067 [details] Config for "My Poor CPU" page
Sigh, it seems like bugzilla doesn't show original filenames attachment 133066 [details] => systemmonitorrc attachment 133067 [details] => my_poor\ cpu.page
> Sigh, it seems like bugzilla doesn't show original filenames Nvm, it shows them, but only in the details page.
I've just tested on systemmonitor from git master and can't replicate the graph disappearing from the newly created tab. I added CPU Core 1 Usage and it's still there after closing and restarting systemmonitor. As for the Overview page issue, I can't replicate that either, mine is still called New Page. It might be the there are fixes in git that haven't been pushed through to the release version you're using.
I'm using system monitor built from source code
If I understand correctly this happens when you close without saving?
Update status.
(In reply to David Redondo from comment #7) > If I understand correctly this happens when you close without saving? I saved the page and then closed system monitor.
I think I know what is the problem and added a fix to https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/67 (commit 4)
Git commit bec50608b7c4ddf64ffa441425ec6684c33f385b by David Redondo. Committed on 11/11/2020 at 12:25. Pushed by davidre into branch 'master'. Save new page after creating it Now that we don't have auto save but save and discard we need to save a new page after adding it to be in sync. Otherwise it will be empty on next start if it is not explicitely saved. M +1 -0 src/main.qml https://invent.kde.org/plasma/plasma-systemmonitor/commit/bec50608b7c4ddf64ffa441425ec6684c33f385b