docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Fix linux dependencies

Open clairrorism opened this issue 1 year ago • 2 comments

I just started a dioxus desktop linux app, and on first compile ld complained about not being able to find libxdo, and upon installing xdotool it started to work. In further runs after uninstalling xdotool, it started to error again at runtime. I use wayland near-exclusively, so I had no reason to ever install xdotool which provides libxdo. As far as I can tell, this requirement is never mentioned in neither the dioxus nor tauri docs. I did however run a tauri app earlier, so as far as I can tell this dependency is just a dioxus thing.

As this seems to be a hard runtime dependency, this should really be mentioned.

Screenshot_20240428_144830

clairrorism avatar Apr 28 '24 21:04 clairrorism

Existing related issue #235

MassiminoilTrace avatar May 07 '24 13:05 MassiminoilTrace

I think this is specific to arch? The dependancy is documented for muda (the library dioxus uses for menus) here as Arch Linux / Manjaro only

ealmloff avatar May 21 '24 12:05 ealmloff