Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncls isn't picking up jpeg in image-sparse directory #2063

Closed
dankamongmen opened this issue Aug 16, 2021 · 2 comments
Closed

ncls isn't picking up jpeg in image-sparse directory #2063

dankamongmen opened this issue Aug 16, 2021 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dankamongmen
Copy link
Owner

This is an odd one. I'm running ncls (same behavior from current master and 2.3.13) on my home directory, and getting no visual output. There's a single .jpeg in said directory, and several dozen other files. When I run ncls XXX where XXX is the JPEG in question, it is displayed as expected.

The file name does show up in the output:

.gitignore
.face.png
.gdbinit
.wbar
.git
.dput.cf
E8xEuMAUcAECXrC.jpeg  <------------------------------------
.MakeMKV
.keychain
.docker
.brz.log

there's just no picture =. changing the blitter and/or scaling has no effect.

@dankamongmen dankamongmen added the bug Something isn't working label Aug 16, 2021
@dankamongmen dankamongmen added this to the 3.0.0 milestone Aug 16, 2021
@dankamongmen dankamongmen self-assigned this Aug 16, 2021
@dankamongmen
Copy link
Owner Author

oh shit, i see what's going on. ~ translates to /home/dank, not /home/dank/, and it looks like we're broken for specification of a directory without a trailing delimiter, lol.

@dankamongmen
Copy link
Owner Author

yeah path_join() needs a delimiter, dumbass

@dankamongmen dankamongmen modified the milestones: 3.0.0, 2.4.0 Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant