You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.1.12 fix: ashpd select_devices/start signatures + PersistMode
ashpd 0.12 API mismatches caught by Linux CI:
- select_devices takes (session, types, restore_token, PersistMode),
not a builder; we pass (types, None, PersistMode::DoNot) and
.response() the Request<()>.
- start(session, Option<&WindowIdentifier>): None for headless.
- Both return Request<...> wrappers — chain .and_then(.response()).
- PersistMode lives at ashpd::desktop::PersistMode.