mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Give option to honor system theme #705

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I really like gnome-mplayer but I find it very bad etiquette to override the 
gtk3 system theme to a dark one without giving any option to turn off this 
intrusive behavior. I use adwaita and even qt apps look less alien to my 
desktop than gnome-mplayer.

Original issue reported on code.google.com by carlosjo...@gmail.com on 3 Dec 2013 at 9:46

GoogleCodeExporter commented 8 years ago
Just following the example of Totem for this behavior. If you are willing to 
recompile the code, you just need to removed the following line from main.c

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

Original comment by kdeko...@gmail.com on 13 Dec 2013 at 5:54