After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 538279 - Always show image area box/outline
Always show image area box/outline
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.22.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-14 09:22 UTC by Michael Monreal
Modified: 2015-05-22 22:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Screenshot with and without image loaded (42.14 KB, image/png)
2008-06-14 09:23 UTC, Michael Monreal
Details

Description Michael Monreal 2008-06-14 09:22:42 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.
Comment 1 Michael Monreal 2008-06-14 09:23:08 UTC
Created attachment 112721 [details]
Screenshot with and without image loaded
Comment 2 Felix Riemann 2010-11-20 17:40:31 UTC
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?
Comment 3 Michael Monreal 2010-11-20 18:40:04 UTC
(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"
Comment 4 Felix Riemann 2015-05-22 22:45:38 UTC
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.