Known Issues #242

Closed
opened 2022-03-08 07:14:56 +00:00 by XPhyro · 0 comments
XPhyro commented 2022-03-08 07:14:56 +00:00 (Migrated from github.com)

Crashing on images with emojis in their name #227

This is an issue with libXft older than version 2.3.5. Upgrade your libXft to fix the issue.


SVG images are blurry #285

This is a limitation of imlib2, which wasn't designed to work with vector images. As such, it loads the svg as a raster and all scaling operations are done on the raster leading to blurry svg images when zoomed in/out.


Thumbnail caching is too slow on directories with large files in them. #218

This is an issue with the XPM loader of Imlib2 v1.7.5 to v1.8.0, and the WebP loader of v1.6.0 to v1.7.0. Upgrade your Imlib2 version for a proper fix.


Building from non-git source rebuilds options.o and version.h every time. #237

This mostly concerns packagers since running make install will rebuild options.o; you can remove the all prerequisite from the install target to solve this: sed -i -e '/^install: / s|: all|:|' Makefile.


Printing non-images with -o #413

See #413 (comment) for an explanation.

### Crashing on images with emojis in their name [#227](https://codeberg.org/nsxiv/nsxiv-record/issues/227) This is an issue with libXft older than version `2.3.5`. Upgrade your libXft to fix the issue. --- ### SVG images are blurry [#285](https://codeberg.org/nsxiv/nsxiv-record/issues/285) This is a limitation of imlib2, which wasn't designed to work with vector images. As such, it loads the svg as a raster and all scaling operations are done on the raster leading to blurry svg images when zoomed in/out. --- ### Thumbnail caching is too slow on directories with large files in them. [#218](https://codeberg.org/nsxiv/nsxiv-record/issues/218) This is an issue with the XPM loader of Imlib2 `v1.7.5` to `v1.8.0`, and the WebP loader of `v1.6.0` to `v1.7.0`. Upgrade your Imlib2 version for a proper fix. --- ### Building from non-git source rebuilds options.o and version.h every time. [#237](https://codeberg.org/nsxiv/nsxiv-record/issues/237) This mostly concerns packagers since running `make install` will rebuild `options.o`; you can remove the `all` prerequisite from the `install` target to solve this: `sed -i -e '/^install: / s|: all|:|' Makefile`. --- ### Printing non-images with -o #413 See https://codeberg.org/nsxiv/nsxiv/issues/413#issuecomment-784253 for an explanation.
NRK locked and limited conversation to collaborators 2022-06-15 10:52:21 +00:00
NRK reopened this issue 2022-06-15 13:50:26 +00:00
NRK added the
bug
wontfix
labels 2022-06-15 13:50:51 +00:00
NRK pinned this 2023-08-30 18:34:12 +00:00
NRK closed this issue 2023-08-30 18:34:36 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nsxiv/nsxiv#242
There is no content yet.