gnome-shell-system-monitor-applet
gnome-shell-system-monitor-applet copied to clipboard
werid top bar text
I have the same in compact mode
I have the impression that the text is corrupted when the length of the number being displayed changes. So I'm running with the following patch that displays the numbers at a fixed width via over-padding, and this appears to have fixed the text corruption for me: net-padding.patch.txt
The coming days I'll try to monitor whether the corrupted text reappears. Note the patch above only targets the non-compact mode.
sorry, is this issue resolved? Similiar issue happen to my extension
thanks
sorry, is this issue resolved? Similiar issue happen to my extension
@biji You mean biji/simplenetspeed#32? Look's definitely like the same problem. And no, not yet resolved. Note that the purported fix in your issue ("use CSS min-width instead of width") does not help in our case (same goes for the patch by @fvdnabee), as system-monitor does not use width (neither does it help to increase min-width).
I suspect a bug in gnome-shell (40.3.1) or mutter.
I suspect a bug in gnome-shell (40.3.1) or mutter.
If I run gnome-shell with CLUTTER_PAINT=disable-clipped-redraws
in the environment [1], the problem goes away.
[1] If your gnome-shell is started as a systemd user service, create a file ~/.config/systemd/user/[email protected]/debug.conf
with the following contents
[Service]
Environment="CLUTTER_PAINT=disable-clipped-redraws"
Workaround seems to be working, though my service is:
~/.config/systemd/user/[email protected]/debug.conf
Probably you can participate in this issue: https://gitlab.gnome.org/GNOME/mutter/-/issues/1943#note_1272458
The patch in https://gitlab.gnome.org/GNOME/mutter/-/issues/1943#note_1272550 fixes it for me
A fix for this mutter issue has been merged (https://gitlab.gnome.org/GNOME/mutter/-/commit/867db93043dd3c93d8ccb6cb197d4a3687d3a5e5).