fix: linux notification actions (#1286)

This commit is contained in:
Nanakusa
2026-07-04 22:23:28 +02:00
committed by GitHub
parent 7c46dc8c6e
commit bbd24c4016
@@ -547,7 +547,7 @@ fn spawn_signal_thread(
let conn = zbus::Connection::session().await?;
let rule = MatchRule::builder()
.msg_type(MessageType::Signal)
.sender(NOTIFY_DEST)?
.path(NOTIFY_PATH)?
.interface(NOTIFY_IFACE)?
.build();
let stream = MessageStream::for_match_rule(rule, &conn, Some(64)).await?;