mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
kde5.startkde: actually check that D-Bus is running
This commit is contained in:
parent
1df7279384
commit
be1406eb79
@ -210,7 +210,7 @@ done
|
|||||||
echo 'startkde: Starting up...' 1>&2
|
echo 'startkde: Starting up...' 1>&2
|
||||||
|
|
||||||
# Make sure that D-Bus is running
|
# Make sure that D-Bus is running
|
||||||
if $qdbus >/dev/null 2>/dev/null; then
|
if qdbus >/dev/null 2>/dev/null; then
|
||||||
: # ok
|
: # ok
|
||||||
else
|
else
|
||||||
echo 'startkde: Could not start D-Bus. Can you call qdbus?' 1>&2
|
echo 'startkde: Could not start D-Bus. Can you call qdbus?' 1>&2
|
||||||
|
Loading…
Reference in New Issue
Block a user