Will Thompson

Results 129 comments of Will Thompson

The bot opened the PR because of this block in the manifest: https://github.com/flathub/nl.sarine.gpx-viewer/blob/master/nl.sarine.gpx-viewer.json#L43-L46 It detected that a newer version of that library is available, and generated the PR. You can...

> as a first port of call f-e-d-c needs to correctly handle HTTP redirects. Based on the log printed above, my suspicion is that it does not It does follow...

A change by @Alexander-Wilms just landed which causes the `Content-Type` to be ignored in favour of sniffing the content-type from the response. That should cause this problem to go away....

Stumbled back upon this. At this point I think the wrapper script is actively misleading and I guess we should kill it and update the documentation. But I did find...

> There's an adjacent issue - when passing a URI (for opening via the file manager or app chooser portal) apps also need a way to handle that. A solution...

Given an application-specific D-Bus API, and `--talk-name=com.example.Foo` in the app which needs to be able to tell Foo to do things, that app can tell whether Foo is installed by...

There's also eos-updater which sets it to TRUE in some cases: https://github.com/endlessm/eos-updater/blob/master/eos-updater/fetch.c#L495 -> https://github.com/endlessm/eos-updater/blob/30a0dc669b61779d8b04abe1b95eac6d9abebc53/libeos-updater-util/flatpak-util.c#L2601 I think the proposed behaviour change would also be correct here.

I don't think the portal is the right place to do this. The call out to `evince --preview` is in GTK itself. By coincidence there is a thread about sandboxing...

> The GTK+ code in "teoemulator" keeps file dialogs around (for reasons unknown). I guess Chromium must do the same thing, because I see the same issue there.

About 10 years ago, I remember that the hot new thing was [gtk_window_present_with_time()](https://docs.gtk.org/gtk4/method.Window.present_with_time.html), which accepts a parameter for the timestamp of the user interaction which triggered the call. When a...