|
|
|
@ -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. |
|
|
|
# We set LD_BIND_NOW to increase the efficiency of kdeinit. |
|
|
|
# kdeinit unsets this variable before loading applications. |
|
|
|
# kdeinit unsets this variable before loading applications. |
|
|
|
LD_BIND_NOW=true @CMAKE_INSTALL_FULL_LIBEXECDIR_KF5@/start_kdeinit_wrapper --kded +kcminit_startup |
|
|
|
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 |
|
|
|
if test $? -ne 0; then |
|
|
|
# Startup error |
|
|
|
# Startup error |
|
|
|
echo 'startplasma: Could not start kdeinit5. Check your installation.' 1>&2 |
|
|
|
echo 'startplasma: Could not start kdeinit5. Check your installation.' 1>&2 |
|
|
|
|