Skip to content

Conversation

@ryonakano
Copy link
Contributor

Fixes #41
Can be rebase-merge if desired

Fix the following critical log on startup:

    Gtk-CRITICAL **: 21:27:08.382: gtk_box_append: assertion 'gtk_widget_get_parent (child) == NULL' failed
Fix the following warning log on startup:

    Gtk-WARNING **: 21:27:08.382: A window is shown after it has been destroyed. This will leave the window in an inconsistent state.
…sent()

Fixes the following build warning:

    ../src/Application.vala:39:2: warning: ‘gtk_widget_show’ is deprecated: Use 'gtk_widget_set_visible or gtk_window_present' instead [-Wdeprecated-declarations]
       39 |         window.show ();
          |  ^      ~~~~~~~~
Copy link
Collaborator

@teamcons teamcons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! :) Thank you!!!!

@teamcons teamcons merged commit e86aa58 into elfenware:main Jan 4, 2026
2 checks passed
@ryonakano ryonakano deleted the fix-startup-log branch January 4, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gtk critical and warning logs are displayed on startup

2 participants