GNOME Bugzilla – Bug 660628
Cheese should use the new dark gtktheme
Last modified: 2011-10-16 05:41:06 UTC
Keeping in line with other photo/video apps using the new dark theme ( like totem and eog) Cheese should by default.
Created attachment 198202 [details] [review] prefer a dark GTK+ theme The attached patch sets the GtkSetting "gtk-application-prefer-dark-theme": http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-application-prefer-dark-theme to true, which enables the dark variant of the current theme, if it is available.
Hi and thanks for the patch. In order to make cheese build with 3.2.0 tarball I had to get the cheese-common.vapi from git and cp that into my build after patch. Buildlog available here if you like to take a look. https://build.opensuse.org/package/rawlog?arch=x86_64&package=cheese&project=home%3AZaitor%3Abranches%3AGNOME%3AFactory&repository=openSUSE_Factory Specfile here https://build.opensuse.org/package/files?package=cheese&project=home%3AZaitor%3Abranches%3AGNOME%3AFactory
David: is this patch going to be committed upstream? I wouldn't want to push it in openSUSE if upstream doesn't move to this in the end :-)
Vincent: I asked about this on cheese-list: http://mail.gnome.org/archives/cheese-list/2011-October/msg00000.html
Created attachment 198793 [details] cheese with normal theme variant
Created attachment 198794 [details] cheese with dark theme variant
that seems both ok to me. actually the dark one is a bit nicer to the eyes ;)
Comment on attachment 198202 [details] [review] prefer a dark GTK+ theme Pushed to master as commit a70c15c23536c9cde0b3b32e63bdf1beb17ba1bd.