bilelmoussaoui / ashpd

A Rust wrapper around XDG portals DBus interfaces
https://bilelmoussaoui.github.io/ashpd/ashpd/
MIT License
242 stars 44 forks source link

Use the crate from the repo and async-std #238

Closed hfiguiere closed 2 weeks ago

hfiguiere commented 1 month ago
  1. so that we always build with the latest.
  2. fix feature so that it actually work.
A6GibKm commented 1 month ago

Unfortunately, it is not possible to build the demo with GNOME Builder due to the same error seen on CI.

bilelmoussaoui commented 1 month ago

The demo is never meant to use the git version of ashpd. Because of two reasons:

I know it makes things easier for developing a new portal implementation, by having a very easy way to test it. But you don't really need a GUI for it.

The GUI is targeting distributions and users to debug portals, not writing ones.

bilelmoussaoui commented 2 weeks ago

A similar patch is now in main