Hello,
depuis un mois dbus ne marche plus
quand j'essaye de lancer un programme dbus en console, comme par exemple:
#!/bin/bash
#./waterping.sh 0 0
#If you want to ping the coordinates x0, y0
dbus-send --type=method_call --dest=org.freedesktop.beryl /org/freedesktop/beryl/water/allscreens/point org.freedesktop.beryl.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'` string:'amplitude' double:1 string:'x' int32:$1 string:'y' int32:$2
j'obtiens cette
jux@jux-desktop:~$ waterping.sh 10 10
Failed to open connection to session message bus: Failed to connect to socket /tmp/dbus-sKV4BWrcDK: Connection refused
C'est très ennuyant. j'ai essayé de réinstaller les packages dbus.
Quand je redémarre mon pc je remarque que le nom du socket n'a pas changé.
Et le fichier n'existe pas.
merci d'avanace