2011/7/9 Jamie Paul Griffin <[email protected]>: > On Sat, Jul 09, 2011 at 08:48:08AM -0400, Patrick Shanahan wrote: >> * Jostein Berntsen <[email protected]> [07-09-11 07:13]: >> > >> > Try adding "/home/user/bin/extract_url.pl" in the macro instead of just >> > the script name. >> > >> > Also double-check that the script is in the local bin folder with: >> > >> > "ls ~/bin | grep ^extr" >> >> possibly "/home/user/bin" is not in $PATH > > check to make sure you have it executable. >
:~$ ls ~/bin | grep ^extr extract_url.pl :~$ :~$ locate extract_url.pl /home/user/bin/extract_url.pl :~$ :~$ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/games:/home/user/bin :~$ in a shell, if I type "extract" abd press tab, I got: :~$ extract extractbb extractres extract_url.pl :~$ extract $ ls -al | grep 'extr*' -rwx--x--x 1 user user 26147 Mai 26 07:19 extract_url.pl :~/bin$ If I adding "/home/user/bin/extract_url.pl" in the macro instead of the script name it work partially. I got this windows http://dl.dropbox.com/u/34009642/screen_01.png When I choose OK, any think is did and I got this message on the shell windows: Press any key to continue .... I don't got that url opened! My ~/.extract_urlview is like this: SHORTCUT COMMAND /usr/bin/iceweasel -remote "openURL(%s,new-window)" #HTML_TAGS a,iframe,link HTML_TAGS a, applet, area, blockquote, embed, form, frame, iframe, input, ins, isindex, head, layer, link, object, q, script, and xmp ALTSELECT Q DEFAULT_VIEW context I already try 'COMMAND iceweasel -remote "openURL(%s,new-window)"' and nothing was opened! Have you any tips? Thank you very much! -- Marcelo Luiz de Laia
