diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake --- a/startkde/startkde.cmake +++ b/startkde/startkde.cmake @@ -319,7 +319,8 @@ xmessage -geometry 500x100 "Could not start ksmserver. Check your installation." fi -#Anything after here is logout/shutdown +#Anything after here is logout +#It is not called after shutdown/restart wait_drkonqi=`kreadconfig5 --file startkderc --group WaitForDrKonqi --key Enabled --default true` diff --git a/startkde/startplasma.cmake b/startkde/startplasma.cmake --- a/startkde/startplasma.cmake +++ b/startkde/startplasma.cmake @@ -163,6 +163,9 @@ xmessage -geometry 500x100 "Could not start ksmserver. Check your installation." fi +#Anything after here is logout +#It is not called after shutdown/restart + wait_drkonqi=`kreadconfig5 --file startkderc --group WaitForDrKonqi --key Enabled --default true` if test x"$wait_drkonqi"x = x"true"x ; then