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
I am trying to get WebKitGTK+ to use GtkFileChooserNative directly. If the patches are accepted upstream, there would be nothing to do in Revolt. Unless we want to provide a fall-back for using with older WebKitGTK+ versions.
My patch was accepted upstream, but it would still be nice to provide a fallback for people using older releases of WebKitGTK+, we can use something like:
Using GNOME 3.26, for example using the Flatpak build as of commit 0ec092f400dd, is already using portals, thanks to the updated WebKitGTK+ 2.18, saving for issue #81.
Instead of letting WebKitGTK+ use GtkFileChooserDialog, Revolt should connect to WebKitWebView::run-file-chooser and use GtkFileChooserNative. The main motivation for this is enabling usage of the file chooser portal when running inside the Flatpak sandbox.
The text was updated successfully, but these errors were encountered: