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 749874 - on't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set
on't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not...
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: ux
0.22.x
Other Linux
: Normal normal
: ---
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-26 06:32 UTC by Robert Ancell
Modified: 2016-04-16 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set (10.86 KB, patch)
2015-05-26 06:32 UTC, Robert Ancell
committed Details | Review

Description Robert Ancell 2015-05-26 06:32:24 UTC
Created attachment 303968 [details] [review]
Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set

The Shotwell dialogs use GtkHeaderBar. Not all desktops support this well. There is a GTK+ setting that can be used to indicate if GtkHeaderBar can be used on dialogs. The attached patch detects this and disables them if requested.

This issue was previously discussed on the mailing list:
https://mail.gnome.org/archives/shotwell-list/2015-February/msg00000.html
Comment 1 Robert Ancell 2015-05-26 06:32:57 UTC
Ubuntu bug: https://bugs.launchpad.net/bugs/1456965
Comment 2 Jens Georg 2016-04-16 16:30:56 UTC
Attachment 303968 [details] pushed as ed6397c - Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set