Terminal warnings on closing tab
- Dominant language
- Vala
- Stars
- 365
- Forks
- 82
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 3
Description
### What Happened?
Since version 6.5.0 closing a tab in Files results in multiple terminal warnings -
```
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
(io.elementary.files:98242): Gtk-CRITICAL **: 19:01:36.519: gtk_widget_queue_draw_area: assertion 'width >= 0' failed
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
(io.elementary.files:98242): Gtk-CRITICAL **: 19:01:36.520: gtk_widget_queue_draw_area: assertion 'width >= 0' failed
(io.elementary.files:98242): Gtk-CRITICAL **: 19:01:36.520: gtk_widget_queue_draw_area: assertion 'width >= 0' failed
(io.elementary.files:98242): Gtk-CRITICAL **: 19:01:36.535: gtk_widget_queue_draw_area: assertion 'width >= 0' failed
(io.elementary.files:98242): Gtk-CRITICAL **: 19:01:36.535: gtk_widget_queue_draw_area: assertion 'width >= 0' failed
```
These warnings do not appear in version 6.4.1
### Steps to Reproduce
1. Run Files from the command line
2. Close a tab
3. Observe output
### Expected Behavior
No warnings
### OS Version
7.x (Horus)
### Software Version
Latest release (I have run all updates)
### Log Output
_No response_
### Hardware Info
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.