Lars Windolf
Lars Windolf
I believe switching from GtkTreeView to GtkListBox will automatically solve this. Then there won't be a header anymore. Sorting needs to be controlled in a different way then.
Sadly tokens are currently not supported.
I cannot reproduce this with the most recent version. There is quite some difference in the HTML sanitizing in between 1.14.4 and current 1.16-RC3.
I'm trying to reproduce it with the `interact` script, but I run into the following issue: [...] sleeping for 0.500000 sleeping for 0.500000 sleeping for 0.500000 sleeping for 0.500000 sleeping...
Thanks, that helped me overcome it. Now I'm running into negative coordinates on "Fullscreen" and after "Contents". Do you know why those happen? Clicking on [menu | Help] raw click...
I think the issue happening is this: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Flxer.com%2Fmodule%2Fnewswire%2Fheadlines.rdf (reports an SSL cert error). You can workaround in the feed properties by changing the source type to "Command" and write `curl...
Yep, there are currently 2 inconsistent mark-all-read code paths.
Fixed by routing all code paths through the same action handler.
The code actually does save the pane geometry on shutdown, but we have a longstanding bug that due to a race condition the restore on startup is not effective. Sadly...
I've just started the GTK4 port and will follow the best practices from the GNOME tutorial to implement GTK4 window state restoration. It might well be that this can improve...