File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ namespace Gala {
147147 background_group. disconnect (changed_handler);
148148 changed_handler = 0 ;
149149
150- // Wait for Wingpanel animation
151- Timeout . add_once ( 300 , show_stage) ;
150+ stage . remove_child (fade_in_screen);
151+ fade_in_screen = null ;
152152 });
153153
154154 init_a11y ();
@@ -416,19 +416,15 @@ namespace Gala {
416416
417417 stage. show ();
418418
419- display. window_created. connect ((window) = > window_created (window));
420- }
421-
422- private void show_stage () requires (fade_in_screen. visible) {
423- fade_in_screen. visible = false ;
424-
425419 Idle . add_once (() = > {
426420 // let the session manager move to the next phase
427421#if WITH_SYSTEMD
428422 Systemd . Daemon . notify (true , " READY=1" );
429423#endif
430424 get_display (). get_context (). notify_ready ();
431425 });
426+
427+ display. window_created. connect ((window) = > window_created (window));
432428 }
433429
434430 private void init_a11y () {
You can’t perform that action at this time.
0 commit comments