On Fri, 17 Aug 2012 23:39:12 +0100 Stefano <[email protected]> said:

> On Wed, 15 Aug 2012 13:39:43 +0900
> Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> 
> > 
> > you need a url or a full path for it to be underlined. just a filename wont
> > be. e.g.
> > 
> > file.jpg
> > vs.
> > /home/user/file.jpg
> > 
> > the 2nd will be, the first will not. the first cant be as there is no clue
> > WHERE the file is (what directory on your system), thus it's not
> > highlighted.
> > 
> 
> Hi Raster,
> 
> thanks for the reply.
> 
> I see that the full path indeed works (I don't get to see videos with either
> vlc or mplayer, but the video controls inside Terminology do open). Too bad
> that it does not work with relative paths! Could one leverage the $PWD
> variable to extract the full path by concatenating it
> with ./relative/path/to/file.jpg?

example:

ls ~/Videos

blah.jpg

it'll never even know blah.jpg is a path.. and if so.. relative TO where? u
were not in ~/Videos are the time. it'd have to start interpreting everything u
type and thats going too far. the solution is a modified ls or find or tools
that add escape metadata to filenames they output to provide full paths to the
actual file so this can work. that hasnt been done yet.

> I have also noticed that terminology has problems with spaces in file names.
> If I have something like:
> 
> /home/user/file with spaces.jpg
> 
> or
> 
> /home/user/file\ with\ spaces.jpg
> 
> It underlines everything up to the first space (i.e. /home/user/file), even
> when the spaces are escaped with back slashes.

yup. it doesn't understand \'s :)

> Regards,
> 
> -- 
> Stefano
> 
> Fortune of the day: "You dialed 5483."


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to