Skip to content

Conversation

bftanase
Copy link
Contributor

@bftanase bftanase commented Sep 4, 2025

When double clicking an image in Nautilus, my expectation is that I can navigate to the other images in the folder with the arrow keys.

This doesn't happen currently because the imv command receives only the filename as a parameter.

However, if we use:

imv -n /myfolder/image.jpg /myfolder

works becasue we're opening the folder starting at the image given by the -n parameter.

…navigation works

When double clicking an image in Nautilus, my expectation is that I can navigate to the other images in the folder with the arrow keys.

This doesn't happen currently because the imv command receives only the filename as a parameter.

However, if we use:

`imv -n /myfolder/image.jpg /myfolder`

works becasue we're opening  the folder starting at the image given by the -n parameter.
@dhh
Copy link
Member

dhh commented Sep 7, 2025

This needs a migration to update the existing imv.desktop files that have been copied into .local/share/applications.

@bftanase
Copy link
Contributor Author

bftanase commented Sep 7, 2025

@dhh thanks for the feedback. I think I understand how it works now. See my latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants