Robert Ancell
Robert Ancell
It is weird the example code isn't working for you - it definitely is changing the powered property as read in D-Feet for me here.
> @robert-ancell Is this still on your radar? Was forgotten about, but I've added a test now.
@Feichtmeier I'm not sure what you're asking here, but this sounds like a design question.
This is a behaviour change, so I'm not sure if it's acceptable to make at this point.
Updated with the new method.
@matthiasclasen can you have another look at this? Thanks.
A possible solution would be to add a new `org.freedesktop.impl.portal.FileChooser.Close` method that would pass the object path of the request. In this was the request object path is just being...
To avoid the requirement on object manager the close could simply be retried using a timer, as the likely issue is simply the backend being a little bit slow. On...
I've been thinking about this in regards to multi-window and also delaying the view until the first frame is shown (https://github.com/flutter/flutter/issues/151098). It's clear we want FlApplication to handle all this...
I'll close this as it's not likely to be completed soon, instead https://github.com/flutter/engine/pull/53369 is the first step that needs to land.