GNOME Bugzilla – Bug 745052
Icon theme code assumes directories with mtime 0 don't exist
Last modified: 2015-02-23 22:54:16 UTC
ostree systems deploy files and directories with an mtime of 0, background: https://mail.gnome.org/archives/ostree-list/2013-December/msg00001.html GTK+ icon theme code assumes that directories with mtime 0 don't exist, so no icons appear. Here's a patch to make it track directory existence in a more precise way.
Created attachment 297715 [details] [review] 0001-icontheme-allow-directories-with-mtime-0.patch
Review of attachment 297715 [details] [review]: sure, looks fine
Thanks for the fast review. https://git.gnome.org/browse/gtk+/commit/?id=aba2de34436035513b11faa2da4c7c56cc38ede9
I think this should also go in GTK2 if a similar problem exists in that version of the code.
good point. Please make it so
As the GTK2 patch was identical, just needed a trivial rediff, I pushed it directly after testing with GIMP: https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24&id=c5afe319ad87840dc579b75806121434f02dd14e Thanks!