Kristen McWilliam

Results 119 comments of Kristen McWilliam

Created as a draft for a couple reasons: - [I added support for the notification callback](https://github.com/canonical/xdg_desktop_portal.dart/pull/86) to the supporting package, which needs to be merged first. - The current API...

No worries, I don't expect everyone to be familiar with Linux. I wanted to make the PR smaller, but everything was pretty entwined. If there is anything I can do...

> As a whole the changes make sense to me but don't want to lose functionality so would like to wait until the missing functionality is officially supported Sounds reasonable...

## Update My [PR for the supporting package](https://github.com/canonical/xdg_desktop_portal.dart/pull/86) hasn't had any movement. Canonical appears to have abandoned the package - hasn't seen any activity in a long time, and when...

Yeah, I understand they want people to use the new implementation for good reasons. Given the lack of support for needed features though, IMHO workaround seems proper until v2 of...

Same issue, it was pointing at the card parenting my button; I wrapped the button that launches the popover with a `Builder` to give it a fresh context, now it...

For reference, this is the issue where this functionality is being discussed: https://github.com/flatpak/xdg-desktop-portal/issues/304 Progress seems to have stalled for the time being, unfortunately.

> the problem is that the pause button doesn't work Can you clarify what you mean? To my knowledge the hotkey (Pause by default) works fine in Wayland - I...

> How did you make it work? Link to your example is no longer working The solution was the quoted link [here](https://github.com/MixinNetwork/flutter-plugins/issues/58#issuecomment-1060371162). Example of my usage on Linux: `/linux/my_application.cc` -...

I can get rid of the `MissingPluginException` error by following those instructions, but calling window_manager from a subwindow doesn't seem to do anything for me anymore.