[e-users] xdg-open can't open directory

2013-01-09 Thread Ray Chen
ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/'' ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122 it's strange manner, so when I click the dropbox icon to open my Dropbox folder nothing happens! In xdg-open code, the

Re: [e-users] xdg-open can't open directory

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen wrote: > ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ > EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/'' > ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122 > > it's strange manner, > so when I click the dropbox icon to

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Ray Chen
2013-1-10 上午12:15 於 "Gustavo Sverzut Barbieri" 寫道: > > On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen wrote: > > > ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ > > EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/'' > > ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Gustavo Sverzut Barbieri
trying again as txt On Thu, Jan 10, 2013 at 11:32 AM, Ray Chen wrote: > 2013-1-10 上午12:15 於 "Gustavo Sverzut Barbieri" > 寫道: > > > > On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen wrote: > > > > > ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ > > > EXE: 'enlightenment_filemanager 'file:///home/ray1

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Ray Chen
Thanks you , Gustavo, try to use the patch to compile e17 got errors as below: [ 242s] gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src/bin -I../.. -I../../src/bin -DUSE_E_CONFIG_H -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/incl

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Gustavo Sverzut Barbieri
I'm not able to compile e17 right now. It's a matter of replacing ERR() with fprintf(stderr) and #include . Hopefully discomfitor will get to this patch, review, fix, apply & backport :-) On Fri, Jan 11, 2013 at 1:17 AM, Ray Chen wrote: > Thanks you , Gustavo, > try to use the patch to compile

Re: [e-users] xdg-open can't open directory

2013-01-12 Thread The Rasterman
On Fri, 11 Jan 2013 01:30:18 -0200 Gustavo Sverzut Barbieri said: i've put this in svn - needed tolink toefreet too. fixed. > I'm not able to compile e17 right now. It's a matter of replacing ERR() > with fprintf(stderr) and #include . > > Hopefully discomfitor will get to this patch, review, f