Skip to content

Use realize signal instead of GLib idle for window resize

Javad Rahmatzadeh requested to merge (removed):Prefs-Window-Resize into main

Glib Idle can happen after the window is shown and can be racy. The best way to get the prefsWidget root is to use realize signal on prefsWidget. When the window is realized, the prefsWidget will be realized first and then the main window will be shown.

This change happened because of the bug report on GNOME Shell.

Merge request reports