-
Notifications
You must be signed in to change notification settings - Fork 79
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
Can't open my old collections sensibly. #1317
Comments
Before making this change I posted a question on freelists about this - but there was no response. It seems to me an easier way of handling Collections, because I have a bookmark to the default directory, and in icon view I see the montage thumbnails. You can open a Collection by navigating to the applicable directory and opening the collection file. Then Also if you have a terminal window open The Collection will appear in the This list is in The maximum length of the list is set in |
I see a problem in the way Geeqie handles mountable or network drives - and I think it has always been this way. If a Collection references files that are on a mountable drive that is not mounted when the Collection is opened, Geeqie assumes that the files have been deleted and will remove them from the Collection. I do not know how to handle this. Maybe look if Of course, storing the Collection .gqv on the mountable drive avoids the problem. |
There's also the use case of people working on projects that they want to archive, backup, transfer, ... as a whole. For me, this means all sorts of stuff including images and geeqie collections. It's a major nuisance to have files belonging to a project live outside the project directory. Having an option to save a collection either "internally" (i.e. to what now is the standard location) or another path would help hugely, as well as being able to open any gqv file as a collection. In my case, backup and transfer between machines that use the same folder structure are use cases that even work with the full file paths that are stored in a collection file, so my use cases aren't hypothetical. Thinking about this a bit more, however, one realizes that the combination of collections being stored anywhere on disk in combination with relative paths would be hugely more powerful, enabling people to move their image folders around using any tools while keeping collections intact. |
The environment variables XDG_DATA_HOME, XDG_CONFIG_HOME, XDG_CACHE_HOME are used by Geeqie. You can force Geeqie to store data in non-standard locations by starting Geeqie as: Paths are stored in Collection files are absolute, not relative. If you go to |
That would still give me one single (albeit different than the default) place for all collections during this invocation of geeqie. For the use case I described above, collections should be able to live (including their creation) anywhere in the file hierarchy so they can be stored, e.g., within projects. Also, having to invoke geeqie with custom environment variables per project isn't exactly good usability.
That's clear. Probably I should open a new feature request for being able to store relative paths.
Thanks, this helps a lot. For some reason, the class was "keywords and comments" after invoking geeqie 2.2 on a configuration created by 1.4 or something. |
Setup (please complete the following information):
Describe the bug
Geeqie no longer opens .gqv files. There's a menu item, "File>Open collection...", but it doesn't open .gqv files outside of some directory it wants to use.
To reproduce
Steps to reproduce the behavior:
Open geeqie. Try to open any of a decade's worth of curated collections.
Expected behavior
Collection opened, pictures browsed.
Additional context
If this turns out to be user error, that'd be good, right?
Cheers.
The text was updated successfully, but these errors were encountered: