Re: [gentoo-user] {OT} Copy the full path to clipboard from Thunar

2009-02-26 Thread Grant
>> I'm trying to copy the full path of a file from xfce4's file manager >> Thunar so I can paste it into a command line program.  The way I found >> to do this was with the "Configure custom actions..." option like >> this: >> >> echo %f | xcopy -selection c >> >> I can then paste the path, but the

Re: [gentoo-user] {OT} Copy the full path to clipboard from Thunar

2009-02-26 Thread Daniel Pielmeier
2009/2/26 Grant : > I'm trying to copy the full path of a file from xfce4's file manager > Thunar so I can paste it into a command line program.  The way I found > to do this was with the "Configure custom actions..." option like > this: > > echo %f | xcopy -selection c > > I can then paste the pat

Re: [gentoo-user] {OT} Copy the full path to clipboard from Thunar

2009-02-26 Thread Jesús Guerrero
El Jue, 26 de Febrero de 2009, 17:47, Grant escribió: > I'm trying to copy the full path of a file from xfce4's file manager > Thunar so I can paste it into a command line program. The way I found > to do this was with the "Configure custom actions..." option like this: > > > echo %f | xcopy -sel

[gentoo-user] {OT} Copy the full path to clipboard from Thunar

2009-02-26 Thread Grant
I'm trying to copy the full path of a file from xfce4's file manager Thunar so I can paste it into a command line program. The way I found to do this was with the "Configure custom actions..." option like this: echo %f | xcopy -selection c I can then paste the path, but there is a newline charac