kde5.startkde: actually check that D-Bus is running

This commit is contained in:
Thomas Tuegel 2016-08-23 11:59:46 -05:00
parent 1df7279384
commit be1406eb79

View File

@ -210,7 +210,7 @@ done
echo 'startkde: Starting up...' 1>&2
# Make sure that D-Bus is running
if $qdbus >/dev/null 2>/dev/null; then
if qdbus >/dev/null 2>/dev/null; then
: # ok
else
echo 'startkde: Could not start D-Bus. Can you call qdbus?' 1>&2