JakobDev
JakobDev
The documentation is now updated. I have also discovered that `XDG_CURRENT_DESKTOP=KDE` is also needed sometimes.
> what kind of broken thing is this? This is Electron
You mean, you like to build a binary with PyInstaller outside the Flatpak and just copy it in the Flatpak?
>Also, should there be some sanity checks, like only accept the path with the `file://` scheme (or not?) You just pass the ID, not the path. If you path is...
I have now added a test
The problem with file attributes is, that it is not very well supported. Qt for example don't seem to have native support for reading it. On most programming languages you'll...
> with a file chooser option Most Apps don't call the file chooser portal directly. They just use the function the Toolkit provides and the Toolkit uses the Portal. So...
> It should not be a problem to make this accept an array As I said, there are many D-Bus Bindings out there who are not in a good state....
> and things work fine Depends on what binding you use. I mainly program, in PyQt and QtDBus is completely broken. I need to use jeepney for most Portals. Adding...
Sorry, I forgot this PR. I try to look into it next Week, but I can't promise I'll have time.