-
Notifications
You must be signed in to change notification settings - Fork 83
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
--get-sidecars
prints get-sidecars
literally (and nothing else)
#1644
Comments
This repros for me. In particular, I see this behavior regardless of the filename I attempt to pass in (even if it's one that doesn't exist). Relevant code is here: geeqie/src/command-line-handling.cc Line 809 in 9f73b6c
Running in a debugger, it's clear that |
One thing I'm noticing is that That said, it's not clear yet whether that's what's happening here. |
Okay, it looks like the
geeqie/src/command-line-handling.cc Line 988 in 9f73b6c
And because I'm guessing this was originally a copy-paste error, but also, it would be good to check the return value for that function and to return before attempting to access I'll try to put together a fix for this in the next day or two if Colin doesn't get to it (he undoubtedly understands how this is supposed to work better than I do) |
@xsdg thank you for detailed investigation at the moment. I hope it will be useful for fixing and tried at least partially understand what happens (not being familiar, in practice, with C/C++ and GTK library). |
Setup (please complete the following information):
Describe the bug
As in the title. It does not depend on if grouping is enabled. I have set
sidecar.ext = ".jpg;%raw;.mp4;.ufraw;.xmp;%unknown"
, tried also on empty value with the same output.To reproduce
Like in the description, assuming that Geeqie is already running.
Expected behavior
Make it working as previously.
I haven't made bisection. Can you reproduce this bug?
The text was updated successfully, but these errors were encountered: