Created attachment 181386 [details] this is a screenshot of what is seen, in particular it is this way on every boot As said, in debian 13 trixie, kde 6.3.4 in the table of processes there is this writing showing "Configure" at the center, and I cannot cancel it.
Can you describe how you created this desktop widget?
(In reply to Nate Graham from comment #1) > Can you describe how you created this desktop widget? Yes, in edit mode I selected "add widgets" and selected "system monitor sensor", in its configuration i chose in "Appearence->Display_Style" the choice "Process Table", and that's it.
Thanks. While testing that, I ran into Bug 504343, which we need to fix in master first. After that's fixed, I'll re-test this.
Found a workaround for Bug 504343, so I can test this case now. It appears to be fixed for Plasma 6.4!
Nope, I'm wrong, I just reproduced it. The key is that it only starts happening after restarting plasmashell (or the system, as you implicitly mentioned).
I suspect this is because since you didn't add any sensors, you technically haven't configured it yet. But with the Process table visualization, it doesn't need any sensors!
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5477
Git commit 184e883786520d6a7494b4db69dad29d69ff63a6 by Christoph Wolk. Committed on 17/05/2025 at 06:46. Pushed by cwo into branch 'master'. applets/systemmonitor: skip configure button on sensorless faces Some faces don't need sensors as they have their data included already, namely Process Table and Application Table. The applet does not take this into account and keeps showing the "Configure" button. Instead, don't show that button if one of these faces is the current face. FIXED-IN: 6.4.0 M +6 -1 applets/systemmonitor/systemmonitor/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/184e883786520d6a7494b4db69dad29d69ff63a6
*** Bug 486994 has been marked as a duplicate of this bug. ***
Git commit b9bc83c656189c212dd0cf7faf254efc0241f31a by Christoph Wolk. Committed on 21/05/2025 at 04:45. Pushed by cwo into branch 'Plasma/6.4'. applets/systemmonitor: skip configure button on sensorless faces Some faces don't need sensors as they have their data included already, namely Process Table and Application Table. The applet does not take this into account and keeps showing the "Configure" button. Instead, don't show that button if one of these faces is the current face. FIXED-IN: 6.4.0 (cherry picked from commit 184e883786520d6a7494b4db69dad29d69ff63a6) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +6 -1 applets/systemmonitor/systemmonitor/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/b9bc83c656189c212dd0cf7faf254efc0241f31a
*** Bug 476883 has been marked as a duplicate of this bug. ***