Skip to content

Commit 96a1929

Browse files
committed
Follow dbussy API changes
direct_connect is now mandatory for Connection; NB: its use is still discouraged
1 parent 7612123 commit 96a1929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/dbus_pulseaudio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ def call_method(bus_name, path, interface, method_name, *args, **kwargs):
5252
try:
5353
conn = dbussy.Connection.open('unix:path=/var/run/pulse/dbus-socket', private=False)
5454
conn.bus_unique_name = 'PulseAudio'
55-
BUS = ravel.Connection(conn)
55+
BUS = ravel.Connection(conn, False)
5656
except Exception as e:
5757
pass

0 commit comments

Comments
 (0)