GNOME Bugzilla – Bug 538279
Always show image area box/outline
Last modified: 2015-05-22 22:45:38 UTC
I use a theme which makes use of Clearlook's option to not draw toolbar separators. In EOG, this leads to a very unpleasant effect if no image is loaded (see screenshot). If an image is displayed, there's a box around it which separates toolbar and image area. Could this box be displayed also if no image is shown? Evince for example does just this.
Created attachment 112721 [details] Screenshot with and without image loaded
I don't have such a theme handy. But the the 2.91 developer versions don't feature the frame around the image anymore. So I think you shouldn't see any difference now anymore with these. Can you possibly confirm this?
(In reply to comment #2) > Can you possibly confirm this? No... well, see for yourself: a) start eog from the command line with the default GNOME theme (Clearlooks) b) add the following to .gtkrc and restart eog: style "no-lines" { GtkToolbar::shadow-type = GTK_SHADOW_NONE GtkMenuBar::shadow-type = GTK_SHADOW_NONE } class "GtkWidget" style "no-lines"
commit c80dcda164a2fad9f7f66ea8083b795ad26bdb09 Author: Felix Riemann < Date: Sat May 23 00:42:03 2015 +0200 EogWindow: Always show image area and enabled bars This might become necessary if the infobars are relayouted. The collection bar stays hidden since it doesn't have a nice appearance if empty. https://bugzilla.gnome.org/show_bug.cgi?id=538279 --- This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.