Vitals icon indicating copy to clipboard operation
Vitals copied to clipboard

[Gnome 42] st_widget_get_theme_node warnings on login

Open Mershl opened this issue 2 years ago • 1 comments

Has this issue been covered in the Wiki?

  • [X] I have read the Wiki and my issue is not covered.

Is there an existing issue reported already?

  • [X] I have searched the existing issues, it does not exist.

What is the unexpected behavior?

Vitals/Gnome-Shell logs two warnings on login while Vitals is active. AFAIKT this has no functional impact.

st_widget_get_theme_node called on the widget [0x55fcdb2f20e0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.

Steps to reproduce the unexpected behavior.

Using Gnome 42.2

  1. Install Vitals (tested on v54)
  2. Reboot and login
  3. journalctl /usr/bin/gnome-shell -b | grep -i vitals

Relevant log output

gnome-shell[1876]: st_widget_get_theme_node called on the widget [0x55fcdb2f20e0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
gnome-shell[1876]: st_widget_get_theme_node called on the widget [0x55fcdb4439e0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.


### What distribution and version of Linux are you using?

Fedora 36

### What version of Gnome are you using?

42

Mershl avatar Jun 16 '22 16:06 Mershl

Same error in same distro

bloodacid avatar Jul 21 '22 22:07 bloodacid

This error also occurred when the Vitals menu would redraw. It was fixed in https://github.com/corecoding/Vitals/commit/36d36c6ac5fc811960861689abd5122a4f04dc3f

corecoding avatar Dec 04 '22 16:12 corecoding

weird. https://github.com/corecoding/Vitals/commit/36d36c6ac5fc811960861689abd5122a4f04dc3f has labels v58 and v59 but the warnings still show on latest gnome.extensions release v59.

v59

st_widget_get_theme_node called on the widget [0x55b9ab6daa20 StBoxLayout ("…")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x55b9ab6dd5c0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x55b9ab6daa20 StBoxLayout ("…")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x55b9ab7b8c10 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.

Mershl avatar Dec 19 '22 07:12 Mershl

Closing this bug report, we are now at gnome 45. Won't be going back to fix old versions as I have to maintain and bootup old versions of Ubuntu

corecoding avatar Sep 21 '23 13:09 corecoding