Closed GoogleCodeExporter closed 9 years ago
Does changing the Video Output change anything. I have seen this in the past
before but it has been solved for a long time. Can you give me a description of
your environment? Version of GTK, Window Manager, etc... also what version of
gmtk are you using?
Original comment by kdeko...@gmail.com
on 8 Apr 2012 at 3:19
GMTK r105 may contain a patch that will help you. Since I cannot duplicate your
issue, I'm guessing as to the cause.
Original comment by kdeko...@gmail.com
on 8 Apr 2012 at 7:01
I install gnome-mplayer and GMTK 1.0.6 and background is still gray.
GTK+ Version: 2.24.8 and 3.2.3. gnome-mplayer is compiled with 3.2.3.
Window Manager: metacity
Original comment by jeongsu...@gmail.com
on 9 Apr 2012 at 12:41
What theme in GTK are you using? And I know you said you installed gmtk 1.0.6
but the patch I provided was after 1.0.6 so did you try that as well? I have
gtk 3.2.4 here so they should be pretty close. BTW does this happen as well if
you compile against GTK2?
Original comment by kdeko...@gmail.com
on 9 Apr 2012 at 12:45
I think this may be a theme problem.
I use gnome 2.32.1 and metacity. And for gtk-3.0 applications, I use a symbolic
link like this.
~$ ls -l .config/gtk-3.0
lrwxrwxrwx 1 guava guava 33 4월 8 19:26 .config/gtk-3.0 ->
/usr/share/themes/Adwaita/gtk-3.0
With that symbolic link, background of gnome-mplayer is gray. But when I remove
that symbolic link, background is black.
Original comment by jeongsu...@gmail.com
on 9 Apr 2012 at 12:48
Sounds like it. I don't think that is the way you do that. I believe you have
to use the gtkrc file to set the theme or use gnome-tweak-tool.
Original comment by kdeko...@gmail.com
on 9 Apr 2012 at 12:53
Now I can see black background. Let me write what I did.
1. cp /usr/share/theme/Adwaita ~/.theme
2. ln -s ~/.theme/Adwaita/gtk-3.0 ~/.config
3. vi ~/.config/gtk-3.0/gnome-applications.css
4. Add this
GmtkMediaPlayer
{
background-color: #000000;
}
Original comment by jeongsu...@gmail.com
on 9 Apr 2012 at 2:09
I use the Adwaita theme on my machine and I don't have to do that. So I'm
guessing there is some quirk to your setup that requires this. Anyway, nice to
have it documented.
Original comment by kdeko...@gmail.com
on 9 Apr 2012 at 2:56
Original issue reported on code.google.com by
jeongsu...@gmail.com
on 8 Apr 2012 at 2:37Attachments: