mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-20 23:54:23 +01:00
Check that we have wl-copy and paste (#1361)
This commit is contained in:
@@ -86,7 +86,7 @@ impl LinuxAutomation {
|
||||
}
|
||||
|
||||
fn check_wayland_dependencies(&self) -> Result<()> {
|
||||
let wayland_deps = ["wtype", "wl-clipboard"];
|
||||
let wayland_deps = ["wtype", "wl-copy", "wl-paste"];
|
||||
self.check_dependencies(&wayland_deps)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user