vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
465 stars 16 forks source link

Xdg Desktop FileChooser Portal #65

Closed Snd-R closed 1 month ago

Snd-R commented 1 month ago

Adds support for Xdg Desktop File Chooser portal for Linux https://flatpak.github.io/xdg-desktop-portal/docs/reasons-to-use-portals.html https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.FileChooser.html

It uses dbus-java which in turn uses Jvm implementation of domain unix sockets https://inside.java/2021/02/03/jep380-unix-domain-sockets-channels/ No additional native code added

If portal service is not available it will fallback to AWT filepciker Tested on Ubuntu 22.04 with Gnome and on Archlinux with Kde Plasma closes #64