I did a bit more debugging and it seems that the function isn't even
called.

Brian: would you mind taking a look why it isn't called?

Thanks,
Tom.

On Sun, 2011-04-03 at 19:03 +0300, Tom Hacohen wrote:
> Oh, it works with totem and mplayer? If so, it's a problem with VLC.
> 
> regarding my script and temp file: you need to put it somewhere (no
> matter where), chmod +x sh.sh (or however you called it) and then right
> click a file -> open with -> sh.sh, and then you'll get the file.
> 
> I just checked and it does work when opening vlc using nautilus, but
> does not when using efm.
> 
> Anyhow, I'm 99% sure I found the problem, but I don't have the time to
> fix it. The problem is that VLC expects uris to be legal (a reasonable
> assumption), but we pass illegal ones (i.e we don't "uri-encode" the
> arabic part of the uri) so vlc fails. I guess totem/mplayer have
> different fallbacks than vlc and that's why it works with them.
> 
> It's an easy fix, really, just need to fix _e_fm2_uri_escape in
> e/src/bin/e_fm.c:4226 to work with utf8 instead of ascii (grr! there are
> other langs other than english!!!).
> 
> Brian, are you up for the job?
> 
> --
> Tom.
> 
> On Sun, 2011-04-03 at 18:28 +0300, المسالم المسالمة wrote:
> > hello tom
> > 
> > i did as you say like this
> > 
> > open txt file
> > 
> > put these commands in it
> > 
> >   #!/bin/sh
> >   FN="/tmp/tasn.txt"
> >   echo $1 > ${FN}
> >   echo "***************" >> ${FN}
> >   echo -n $1 | hexdump -C >> ${FN}
> > 
> > 
> > and rename it like this
> > 
> > sh.sh
> > 
> > after that i put it in /bin
> > 
> > i run one of those medias by totem and mplayer and it works
> > 
> > after that i tried to run another one by vlc from file manager
> > 
> > but the problem is still
> > 
> > so
> > 
> > i search this DIR /tmp
> > 
> > for your file
> > 
> > but i couldn't find the file there 
> > 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself; 
> WebMatrix provides all the features you need to develop and 
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to