Will Thompson
Will Thompson
Forgive me if I am missing something obvious, but that fallback path looks like this: ```c /* Translate a timestamp of GDK_CURRENT_TIME appropriately */ if (timestamp == GDK_CURRENT_TIME) { #ifdef...
The crash is preceded by this: ``` Mar 29 14:07:06 camille xdg-desktop-por[34318]: ../../../../gdk/gdkwindow.c:1451Subsurface windows can only be used on Wayland Mar 29 14:07:06 camille xdg-desktop-por[34318]: gtk_widget_register_window: assertion 'GDK_IS_WINDOW (window)' failed...
Race condition in `rofile-fuse`?
FWIW, although TextBlob's `Parser.parse` ostensibly accepts the full set of parameters: ``` python from textblob.en import Parser print Parser().parse.__doc__ ``` ``` Takes a string (sentences) and returns a tagged Unicode...
I don't know whether it handles the extension case, but this is already possible for the app itself https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.Flatpak.UpdateMonitor https://blogs.gnome.org/mclasen/2018/08/02/on-flatpak-updates/ https://blogs.gnome.org/mclasen/2018/11/26/an-update-on-flatpak-updates/ https://blogs.gnome.org/mclasen/2019/12/19/9100/ https://libportal.org/signal.Portal.update-available.html https://libportal.org/method.Portal.update_install.html
Such a checkbox wouldn't help with my goal here: on our distro I want this dialog to *never* appear for this MIME type. (The portal remembers what you choose and...
Rob types faster than me! I'll add a few notes though. For the curious, [here is the documentation for our current drop-in format.](https://willthompson.co.uk/misc/eos-updater-flatpak-autoinstall.d.5.html) [source](https://github.com/endlessm/eos-updater/blob/master/eos-updater-flatpak-installer/docs/eos-updater-flatpak-autoinstall.d.5). Please forgive the mojibake in a...
One other thing, for completeness and as a cautionary tale: we actually have another thing that mangles installed Flatpaks after an OS update, a [long and gross Python program](https://github.com/endlessm/eos-boot-helper/blob/master/eos-update-flatpak-repos) that...
I experienced this today. In the console I see the following warning: ``` ** (com.github.artemanufrij.graphui:2): WARNING **: 10:15:33.225: GraphViz.vala:114: Failed to rename file “.KIVYH1” to “”: g_rename() failed: No such...
This happened in the Android client today with https://twitter.com/resiak/status/659748364058275840 – the reply has a larger tweet ID so that is not the problem, but still a sleep(5) might do the...