dioxus: Doesn't work in Debian 11 (missing libappindicator3-dev)

Specific Demand

I want to make dioxus desktop apps in Debian 11 but currently even simple examples fail to build with libappindicator3 library not found! error.

Implement Suggestion

Looks like Debian 11 is using libayatana-appindicator instead. I don’t know what needs to be changed to use this in dioxus.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 16 (8 by maintainers)

Most upvoted comments

Cloning this repository and changing wry dependency in packages/desktop/Cargo.tomlto following makes examples compile:

wry = { git = "https://github.com/tauri-apps/wry", branch = "next", features = [ "ayatana" ] }