mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
screencast: Correct expected bus name for streams
Previously, this only worked because GDBusConnection was not filtering signals by their sender correctly (GNOME/glib#3268). Thanks: Alicia Boya García Signed-off-by: Simon McVittie <smcv@debian.org> Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3303>
This commit is contained in:
parent
a86925293f
commit
50a011a19d
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ class Recorder extends Signals.EventEmitter {
|
||||||
});
|
});
|
||||||
|
|
||||||
this._streamProxy = new ScreenCastStreamProxy(Gio.DBus.session,
|
this._streamProxy = new ScreenCastStreamProxy(Gio.DBus.session,
|
||||||
'org.gnome.ScreenCast.Stream',
|
'org.gnome.Mutter.ScreenCast',
|
||||||
streamPath);
|
streamPath);
|
||||||
|
|
||||||
this._streamProxy.connectSignal('PipeWireStreamAdded',
|
this._streamProxy.connectSignal('PipeWireStreamAdded',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue