Phillip Berndt
Phillip Berndt
FYI, I just ran into this issue and thought of a similar fix. But I think that closing the fd from Notifier is the wrong thing to do (and has...
pqiv uses GTK's own GdkPixbuf for rendering standard file formats, and it looks like it doesn't really support this: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/104 Do any Gnome default viewers get this right for you?...
Just an idea: Maybe GCC's [`MemorySanitizer`](https://github.com/google/sanitizers/wiki/MemorySanitizer) can help as well. (That strategy would require extremely good test coverage though.. e.g. the bug I encountered would only have been found if...
Good point, but I won't be deprecating existing options at this point in the lifetime of this program. We could either introduce the new name and (silently?) continue to support...
Sounds like there is some overlap with #246, which is about implementing a way to reset all bindings and start from scratch - the only thing extra here is that...
Thanks! These formats are also supported by GdkPixbuf. Did you see an archive with a format that is not in the wild?
With `-` the list is sent to the standard input of the command, iirc, so try prepending `xargs`
I'm facing the same problem myself, and for me, the reason is that the graphics driver and monitor don't play well together, especially if multiple screens are connected via daisy...