GNOME Bugzilla – Bug 702523
Eog crashes deleting removed photo
Last modified: 2013-06-18 16:59:01 UTC
Overview -------- Eog crashes deleting a removed image file. Steps to Reproduce ------------------ 1. Open any image file on eog. 2. Remove the file by other means than eog (e.g. using rm command). 3. Select [Edit] -> [Delete Image] on the menu bar. 4. Press [Delete] on the following prompt dialog. Backtrace ---------
+ Trace 232086
Build Version ------------- $ jhbuild run eog --version GNOME Image Viewer 3.9.2 It is builded on commit aeb71f90a684375a9d7b9ff43d86bca2ab2f74d6.
Okay, eog didn't check whether there was anything left to delete. Changed it to be more careful. The resulting UI feels a bit odd in this case now as the menu entry does nothing, but it's analogous to the "Move to Trash" case. Will check later if this can be improved. commit d8131568a9129dd8a322fa9b328fb0a9cb0953d8 Author: Felix Riemann <> Date: Tue Jun 18 18:52:27 2013 +0200 When deleting images make sure there's is actually something to delete Fixes crashes when one tries to delete an image that was already deleted outside of eog. The result is not nice, but it is analogous to what "Move to Trash" does in that case. https://bugzilla.gnome.org/show_bug.cgi?id=702523 --- This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.