about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-08-23 11:59:46 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-08-23 12:00:16 -0500
commitbe1406eb792b79fa5c64efa6c1e11024d35bea78 (patch)
treeb6b61d00cdb71c579baf3e8fc902b367e73e85f7 /pkgs/desktops/kde-5
parent1df7279384550249717061c28bf2d914801d28db (diff)
downloadnixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.tar
nixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.tar.gz
nixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.tar.bz2
nixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.tar.lz
nixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.tar.xz
nixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.tar.zst
nixlib-be1406eb792b79fa5c64efa6c1e11024d35bea78.zip
kde5.startkde: actually check that D-Bus is running
Diffstat (limited to 'pkgs/desktops/kde-5')
-rwxr-xr-xpkgs/desktops/kde-5/plasma/startkde/startkde.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/kde-5/plasma/startkde/startkde.sh b/pkgs/desktops/kde-5/plasma/startkde/startkde.sh
index 5d415062235b..a39b388cbb7b 100755
--- a/pkgs/desktops/kde-5/plasma/startkde/startkde.sh
+++ b/pkgs/desktops/kde-5/plasma/startkde/startkde.sh
@@ -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