Similar ksplash change for wayland

wilder-5.14
David Edmundson 10 years ago
parent b6058a09ae
commit c8cae6bf14
  1. 1
      startkde/startplasma.cmake

@ -120,6 +120,7 @@ xprop -root -f KDE_SESSION_VERSION 32c -set KDE_SESSION_VERSION 5
# We set LD_BIND_NOW to increase the efficiency of kdeinit.
# kdeinit unsets this variable before loading applications.
LD_BIND_NOW=true @CMAKE_INSTALL_FULL_LIBEXECDIR_KF5@/start_kdeinit_wrapper --kded +kcminit_startup
qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit
if test $? -ne 0; then
# Startup error
echo 'startplasma: Could not start kdeinit5. Check your installation.' 1>&2

Loading…
Cancel
Save