Phillip Berndt
Phillip Berndt
I made a mistake when pasting the command.. instead of `Culprit found: $^C` it must be `Culprit found: $FN` so that the name of the file is printed - but...
🤨 Too bad. What if you do a similar thing with pqiv instead of evince, find -iname "*.pdf" | while read FN; do ./pqiv -sd .01 --end-of-files-action=quit "$FN" || echo...
Now that's weird.. xkbcomp should definitively not be invoked by this command line. Frankly, I'm running somewhat out of ideas. Are you in any way able to compile a pqiv...
Try inserting the line manually, your sed command didn't work as intended. *Edit*: Oh, I get it, you did it this way because this can be added to the nixpkg...
Thanks! So I've compiled myself a Poppler 0.67.0 and opened your PDF. Doesn't crash for me. I do have an older version of ghostscript (tested with 9.21 and 9.22), but...
It already is, at least for all images handled through the GdkPixbuf backend. The idea for showing stuff like displaying metadata is to use the `>` command modifier, e.g. pqiv...
> I meant writing exif metadata, not just handling it, that way pqiv will be able to save rotation and flip options without meddling with images themselves. I'm not a...
This should be fairly straight forward: pqiv will automatically center images within the window (unless scaling is disabled - that's required for some tiling WMs), and moving the status bar...
> Unfortunately the info bar is still drawn over the image Interesting. It shouldn't / isn't for me - when I disable the box this part of the screen simply...
> Do you prefer a status bar in addition to the info text, or just modify the info text ? Modify the info text - the less new code we...