Known Issues #242
Labels
No Label
bug
can't reproduce
cleanup
discussion
documentation
don't squash
duplicate
enhancement
extra
good first issue
help wanted
invalid
multiframe
needs more info
needs testing
not our issue
notabug
question
up for grabs
wontfix
workflow
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nsxiv/nsxiv#242
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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
tov1.8.0
, and the WebP loader ofv1.6.0
tov1.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 rebuildoptions.o
; you can remove theall
prerequisite from theinstall
target to solve this:sed -i -e '/^install: / s|: all|:|' Makefile
.Printing non-images with -o #413
See #413 (comment) for an explanation.