[Bug 33494] Re: gthumb doesn't re-scan thumbnails when permissions change

2010-09-16 Thread Bug Watch Updater
** 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-

[Bug 33494] Re: gthumb doesn't re-scan thumbnails when permissions change

2007-03-08 Thread Bug Watch Updater
** 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

[Bug 33494] Re: gthumb doesn't re-scan thumbnails when permissions change

2007-03-08 Thread Daniel Holbach
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