GNOME Bugzilla – Bug 677200
Race condition: misbehaves when launched twice in quick succession
Last modified: 2012-06-04 20:03:42 UTC
To duplicate: 1) eog image1.jpg & eog image2.jpg & Expected behavior: - 2 eog instances open, once with each image -- or -- - 1 eog instance opens, with both images open Observed behavior: - 1 eog instance opens, with 1 image open. Workaround that indicates it's a race condition: eog image1.jpg & sleep 5 & eog image2.jpg &
*** Bug 677201 has been marked as a duplicate of this bug. ***
Hmm, this will be hard to debug.
Or not. :) commit 92c37ff6b34a2866ba2d03be7f6e1e973c707419 Author: Felix Riemann <> Date: Mon Jun 4 21:55:29 2012 +0200 Make sure to only reuse an empty window if it is done initializing This avoids a race condition when opening images through multiple instances. The second instance could then override the already loading (hidden) window's image resulting in only one image window showing. https://bugzilla.gnome.org/show_bug.cgi?id=677200 --- This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.