[Mplayer-dev-eng] GUI preview
André Dahlqvist
andre.dahlqvist at telia.com
Sun Aug 26 22:22:24 CEST 2001
Arpi <arpi at thot.banki.hu> wrote:
> > [skin] file ( /home/andre/.mplayer!/Skin/default/skin ) not found.
> ^
> strange. is this char ('!') really there or it's a mailer bug?
It's really there, at least in the cvs checkout I did. I have had serious
problems with my ISP today, but I doubt it would corrupt the cvs checkout
like that. I did a quick hack like this to see if I could get it running:
--- skin.c~ Sun Aug 26 17:21:25 2001
+++ skin.c Sun Aug 26 17:21:00 2001
@@ -632,7 +632,8 @@
int c,i;
setname( skinMPlayerDir,dname );
- if ( ( skinFile = fopen( fn,"rt" ) ) == NULL )
+ if ( ( skinFile = fopen( "/home/andre/.mplayer/Skin/default/skin","rt" ) ) == NULL )
{
setname( skinDirInHome,dname );
if ( ( skinFile = fopen( fn,"rt" ) ) == NULL )
Then when I run ./gmplayer it continues further than before, but it then
stops at:
[skin] file: /usr/local/share/mplayer/Skin/default/skin
[skin] sectionname: movieplayer
[skin] window: main
[skin] base: main x: -2 y: -2
[skin] error in skin config file on line 10: file not found ( /usr/local/share/mplayer/Skin/default/main )
[app] skin configfile read error.
The file 'main' is not in the skin I downloaded.
--
André Dahlqvist <andre.dahlqvist at telia.com>
_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list