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 502992 - allow user to specify background color
allow user to specify background color
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.20.x
Other All
: Normal enhancement
: GNOME3.0
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks: 616450
 
 
Reported: 2007-12-11 07:57 UTC by Vladimír Kotal
Modified: 2010-06-06 20:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
eog displaying default (grey) borders next to image (804.86 KB, image/png)
2007-12-11 07:59 UTC, Vladimír Kotal
Details

Description Vladimír Kotal 2007-12-11 07:57:40 UTC
Please describe the problem:
When eog displays image which is oriented so that there is free space on its sides eog chooses default color. It should let users to select the color (via color chooser in Preferences)

Steps to reproduce:
N/A

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Vladimír Kotal 2007-12-11 07:59:20 UTC
Created attachment 100744 [details]
eog displaying default (grey) borders next to image
Comment 2 Felix Riemann 2010-06-03 19:00:58 UTC
Pushed preliminary support for this into the image viewing widget today.
We still need the UI elements (preferences dialog) and need to wire up
the required handlers. But, I'd like to postpone this until after the GSettings
migration as it is likely a lot less work by then.

commit c42a931817a07554379d90c44d5923b358a9998b
Author: Felix Riemann <>
Date:   Thu Jun 3 16:52:27 2010 +0200

    Add fallback background color support to EogScrollView
    
    This allows to temporarily set the view's background color and fallback
    to a predetermined default or the theme's color. Necessary to make the
    color user settable and still allowing us to override it, e.g. for the
    fullscreen mode.
Comment 3 Felix Riemann 2010-06-06 20:13:41 UTC
Done. As the description says below it doesn't show until you load an image. But that's a different bug.

commit caf81e8f9e27419dd8ec96ebaaf616b669e04977
Author: Felix Riemann <>
Date:   Sun Jun 6 22:07:08 2010 +0200

    Allow setting a user-defined background color
    
    This allows the user to have another color instead of the theme defined
    color as background. For now requires a loaded image until we can
    finally fix bug 538279. Fixes bug 502992.


This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.