On Mon, 9 Jan 2017 14:13:05 -0500 Toan Pham <[email protected]> said:

> Benoit,
> 
> >> dunno if it's already in a bug report, right clicking to copy a path that
> contains a space copies it up to the space
> 
> it works for me; however opening a file from relative path does not work.
> So for example, if you do the following
> 
> 1.  cd /etc && find .
> 2.  click on a file, ie:  ./strongswan.d/charon/dnskey.conf
> 3.  Terminology tries to open this file:
> /home/toan/strongswan.d/charon/resolve.conf, to be exact, terminology opens
> this URI: file:///home/toan/./strongswan.d/charon/resolve.conf ;  which is
> not a valid file.

because we don't know what the relative dir is... there is no way to reliably
know because the CWd of the child shell can change. we can inspect it
in /proc but if you then run another child shell ... or CWd changed sinc then
we don't know.

e.g.:

cd /etc; find .
cd /home; find .
cd /usr/local; find .

and you have a whole lot of relative paths spewed out. at this point the child
shell - if there is only one child shell, is in /usr/local. all the relative
paths that were in /home or /etc we have no idea came from there.

> 4.  Terminology should try to solve the file using absolute path first.
> 5.  If the file does not exist in step #4; try to resolve it using relative
> path to $(PWD) and not from user home directory.  ie)
> $(PWD)/strongswan.d/charon/dnskey.conf

we do use PWD - of terminology itself.

> This is a like-to-have feature, please consider it in the near future.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> On Mon, Jan 9, 2017 at 1:51 PM, Benoit Barthelet <[email protected]
> > wrote:
> 
> > dunno if it's already in a bug report, right clicking to copy a path that
> > contains a space copies it up to the space
> >
> > On Mon, Jan 9, 2017 at 11:33 AM, Boris Faure <[email protected]> wrote:
> >
> > > On 17-01-09 10:47, Anisse Astier wrote:
> > > > I confirm that keyboard shortcut font resizing only affects the first
> > > tab.
> > > >
> > > > If you do it from the menu, it affects current tab.
> > > >
> > > > Regards,
> > > >
> > > > Anisse
> > > >
> > > > Le 6 janv. 2017 5:08 PM, "Toan Pham" <[email protected]> a écrit :
> > > >
> > > > Boris or anyone else,
> > > >
> > > >
> > > > Please review the issue @ https://phab.enlightenment.org/T5012, and
> > make
> > > > sure that it is not a bug.
> > > > thanks,
> > > >
> > > >
> > > > TP
> > >
> > >
> > > I've reproduced the issue. I have decided that the issue, even though it
> > > is an important one, should not be blocking the release. The fix is not
> > > trivial (something wrong with the way the configuration is shared across
> > > splits/tabs) and thus trying to fix it just before the release was
> > > deemed too dangerous.
> > >
> > > Regards,
> > > --
> > > Boris Faure
> > > Pointer Arithmetician
> > >
> > > ------------------------------------------------------------
> > > ------------------
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > > _______________________________________________
> > > enlightenment-users mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> > >
> >
> >
> > --
> > benoit barthelet
> > http://pgp.mit.edu/pks/lookup?op=get&search=0xF150E01A72F6D2EE
> > ------------------------------------------------------------
> > ------------------
> > Developer Access Program for Intel Xeon Phi Processors
> > Access to Intel Xeon Phi processor-based developer platforms.
> > With one year of Intel Parallel Studio XE.
> > Training and support from Colfax.
> > Order your platform today. http://sdm.link/xeonphi
> > _______________________________________________
> > enlightenment-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> ------------------------------------------------------------------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to