Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linux dependencies #267

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Fix linux dependencies #267

merged 1 commit into from
Jun 13, 2024

Conversation

clairrorism
Copy link
Contributor

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

@MassiminoilTrace
Copy link
Contributor

Existing related issue #235

@ealmloff
Copy link
Member

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 ealmloff merged commit 7024ab7 into DioxusLabs:main Jun 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants