Mario Sanchez Prada
Mario Sanchez Prada
This repository was created for a experiment done 2 years ago and it's not meant to be maintained, nor guaranteed to be working, as mentioned in the README file, so...
I personally don't know of anyone that have tried that and, considering that would not be a small feat and that this project has been so far led by a...
As @kkofler said in the RH bug linked above, this issue is also present in WebKit since [SVN r117207](http://trac.webkit.org/changeset/117207) since WebKit does not use a static list of mimetypes, and...
> Btw why FFmpeg is not allowed on Fedora ? FFmpeg contains certain algorithms (decoders, encoders) that can be patent encumbered which can't be packaged in Fedora either due to...
From https://github.com/flatpak/xdg-desktop-portal-gtk/blob/master/src/filechooser.c#L458 it looks like the `current_folder` value is being unpacked from the GVariant but somehow ends up returning invalid data (and same issue for `current_name`, unpacked previously): ``` current_name...
Looks like the fix for https://bugs.webkit.org/show_bug.cgi?id=275845#c2 has landed already (see https://github.com/WebKit/WebKit/pull/30288), maybe this PR can be closed now?