Skip to content

Commit b2f785d

Browse files
committed
Rework connecting to pipewire via dbus.
Additionally, prepare for using the remote desktop portal.
1 parent b98b688 commit b2f785d

File tree

6 files changed

+706
-272
lines changed

6 files changed

+706
-272
lines changed

Diff for: Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ image = { version = "^0.25", features = ["png"], default-features = false }
2424
image_autopilot = { package = "image", version = "0.22.5", features = [], default-features = false }
2525
percent-encoding = "2.1.0"
2626
qrcode = "0.14.0"
27+
rand = "0.8.5"
2728
serde = { version = "^1.0", features = ["derive"] }
2829
serde_json = "^1.0"
2930
signal-hook = "0.3.17"

Diff for: src/capturable/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub mod core_graphics;
77
#[cfg(target_os = "linux")]
88
pub mod pipewire;
99
#[cfg(target_os = "linux")]
10-
pub mod pipewire_dbus;
10+
pub mod remote_desktop_dbus;
1111
pub mod testsrc;
1212

1313
#[cfg(target_os = "windows")]

0 commit comments

Comments
 (0)