make sure the plasma interface is created before going further

it's possible for desktop windows to be created too
 soon otherwise, those desktop won't be correctly plasma
desktop windows
wilder-5.14
Marco Martin 9 years ago
parent be7f7b0772
commit dea32eb18e
  1. 1
      shell/shellcorona.cpp

@ -2019,6 +2019,7 @@ void ShellCorona::setupWaylandIntegration()
}
);
registry->setup();
connection->roundtrip();
}
KWayland::Client::PlasmaShell *ShellCorona::waylandPlasmaShellInterface() const

Loading…
Cancel
Save