After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 123533 - Suggestion concerning picture comments.
Suggestion concerning picture comments.
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2003-09-30 05:00 UTC by crlb
Modified: 2005-08-07 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description crlb 2003-09-30 05:00:34 UTC
I would like to suggest a new gThumb preference that would allow picture
comments be saved in a directory other than
"$(HOME)/.gnome2/gthumb/comments". Specifically, I want to create CD's of
my pictures with their comments. However, because the comments are in my
home directory tree, I cannot create a cd with the comments, for anybody to
view on any machine.

I would suggest that an alternative location for comments could be
"./.comments/", i.e. the ".comments" subdirectory of the directory
containing the pictures.
Comment 1 crlb 2003-10-11 22:18:23 UTC
Have made a couple of simple updates, and gthumb does what I want.
Here are the diffs:

$ diff typedefs.h typedefs.h.20031011
54d53
< #define LOCAL_COMMENTS_DIR        ".gthumb_comments"
[crlb@ajgq422zy568i libgthumb]$ diff comments.c comments.c.20031006
191,200c191
<
<       path = g_strconcat (directory,
<                           "/",
<                           LOCAL_COMMENTS_DIR,
<                           "/",
<                           filename,
<                           COMMENT_EXT,
<                           NULL);
<
< /*    path = g_strconcat (g_get_home_dir(),
---
>       path = g_strconcat (g_get_home_dir(),
207c198
<                           NULL); */
---
>                           NULL);
255c246
<                           NULL);
---
>                           NULL);

It occurs to me that the thumbnails should also be cached in a local
directory if you want to create CDs. What do you think?
Comment 2 Alexander Kirillov 2004-01-22 22:44:42 UTC
I'd vote for such a feature, too. However, it may be not worth to add
an extra preference: probably a better choice is to save in directory
with figures by default, and if it is not possible (e.g., it is not
writable), then save comments in .gthumb/comments.

Changing  severity to  "enhancement". 
Comment 3 Paolo Bacchilega 2005-08-07 06:56:19 UTC
comments are saved in the .comments subdir since version 2.6.0, closing as FIXED...