Andy Holmes
Andy Holmes
Closing since GNOME 44 is soon falling out of support.
> I guess you can close it as a duplicate, however it may make sense to provide this info to the user in case of a mount fail, since it...
Closing as a duplicate of #1203.
I'll need to revisit this sometime in the future, unless someone else wants to take it over. The latest REUSE linter has some issues, so I don't mind putting it...
Thanks for reporting. It seems like the portal might not be setup correctly on your system, or lack URI scheme associations for `sftp://`.
Whether Valent is in a Flatpak or not, it uses standard library APIs (i.e. `g_app_info_launch_default_for_uri()`), so unfortunately Valent isn't deciding to use the portal. Since GIO knows it's in a...
It looks like xdg-desktop-portal uses [`g_app_info_get_default_for_type()`](https://github.com/flatpak/xdg-desktop-portal/blob/9dcf214a0349a2d24f5ee05f3efdfe9018e1b323/src/open-uri.c#L514), which I think checks XDG and the mimeapps, although the rabbit hole gets pretty deep. I'm not sure there's much to do about this...
Closing due to inactivity, feel free to re-open if you can provide the requested information.
Closing since I believe the issue is solved.
I started looking into this, but realized there is a default implementation of `GtkSource.CompletionProvider.populate_async()` that calls `GtkSource.CompletionProvider.populate()` on the main thread. Is there a particular behaviour you were hoping the...