christophbeatty / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 1 forks source link

How to change the gtk3 *dark* theme used by default? #654

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I've upgraded to gnome-mplayer 1.0.7 recently on Archlinux, and I find it 
seems to use the gtk3 dark them by default. Is there any way to change this? 
thanks!

Original issue reported on code.google.com by silverzh...@gmail.com on 6 Nov 2012 at 12:22

GoogleCodeExporter commented 8 years ago
Other than modifying the code there is no way to change this. It is quite 
simple to do. as you only need to comment one line in main.c, line 1094

 g_object_set(G_OBJECT(gtk_settings), "gtk-application-prefer-dark-theme", TRUE, NULL);

just put a // in front of that line. If you would like to create a patch to 
disable this from a preference setting, I would be happy to include it.

Original comment by kdeko...@gmail.com on 6 Nov 2012 at 1:32

GoogleCodeExporter commented 8 years ago
OK, I got it. Thanks for your reply.

Original comment by silverzh...@gmail.com on 7 Nov 2012 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 8 Nov 2012 at 1:49