** Changed in: gthumb
Importance: Unknown => Medium
--
gthumb doesn't re-scan thumbnails when permissions change
https://bugs.launchpad.net/bugs/33494
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-
** Changed in: gthumb (upstream)
Status: Unconfirmed => Rejected
--
gthumb doesn't re-scan thumbnails when permissions change
https://launchpad.net/bugs/33494
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
From: http://bugzilla.gnome.org/show_bug.cgi?id=335496#c1
The thumbnailing code determines the thumbnail "freshness" based on the file
mtime. chmod doesn't change the mtime, but touch does.
It isn't worth the added complexity to track the ctime too (which changes when
permissions are changed). We