gnome-shell-system-monitor-applet icon indicating copy to clipboard operation
gnome-shell-system-monitor-applet copied to clipboard

werid top bar text

Open vancez opened this issue 3 years ago • 9 comments

2021-04-22_22-06 2021-04-23_21-13

vancez avatar Apr 22 '21 14:04 vancez

I have the same in compact mode

ixevix avatar May 25 '21 14:05 ixevix

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.

fvdnabee avatar Jun 25 '21 09:06 fvdnabee

sorry, is this issue resolved? Similiar issue happen to my extension

thanks

biji avatar Jul 22 '21 04:07 biji

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.

rschupp avatar Jul 22 '21 18:07 rschupp

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"

rschupp avatar Aug 03 '21 15:08 rschupp

Workaround seems to be working, though my service is: ~/.config/systemd/user/[email protected]/debug.conf

ixevix avatar Sep 01 '21 14:09 ixevix

Probably you can participate in this issue: https://gitlab.gnome.org/GNOME/mutter/-/issues/1943#note_1272458

biji avatar Sep 18 '21 23:09 biji

The patch in https://gitlab.gnome.org/GNOME/mutter/-/issues/1943#note_1272550 fixes it for me

rschupp avatar Sep 19 '21 10:09 rschupp

A fix for this mutter issue has been merged (https://gitlab.gnome.org/GNOME/mutter/-/commit/867db93043dd3c93d8ccb6cb197d4a3687d3a5e5).

rschupp avatar Oct 08 '21 08:10 rschupp