Skip to content

Commit

Permalink
Another Glib error from Wayland native on Live
Browse files Browse the repository at this point in the history
Introduced by changes in:
rhinstaller/anaconda#6018

Ignores this message:
```
10:26:59,558 DEBUG anaconda:anaconda: misc: GLib: rhinstaller#12(anaconda:2630): Gtk-rhinstaller#33[1;35mCRITICAL#033[0m **: rhinstaller#33[34m10:26:59.551#033[0m: gtk_widget_set_child_visible: assertion '!_gtk_widget_is_toplevel (widget)' failed
```
  • Loading branch information
jkonecny12 committed Nov 27, 2024
1 parent 433a3e1 commit fad4e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/launcher/lib/log_monitor/log_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class VirtualLogRequestHandler(LogRequestHandler):
# Ignore known Gdk errors in RDP
# TODO: Remove when https://issues.redhat.com/browse/RHEL-40884 is fixed
"Gdk-#033[1;35mCRITICAL#033",
"Gtk-#033[1;35mCRITICAL#033",

# Ignore a call trace during debugging.
# Ignoring permanently for gh768.
Expand Down

0 comments on commit fad4e87

Please sign in to comment.