Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #34674
| From | Ralf Fassel <ralfixx@gmx.de> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: xdg-open script question |
| Date | 2022-05-25 12:20 +0200 |
| Message-ID | <ygasfoxncbu.fsf@akutech.de> (permalink) |
| References | <jf4vkjF2bidU1@mid.individual.net> |
* Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid>
| kirk@shuttle:~$ /usr/bin/git-annex webapp
| /usr/bin/git-annex: Relink `/usr/lib/i386-linux-gnu/libmagic.so.1' with `/lib/i386-linux-gnu/libpthread.so.0' for IFUNC symbol `vfork'
| Launching web browser on file:///home/kirk/annex/.git/annex/webapp.html
| /usr/bin/xdg-open: line 811: : command not found
>
| Where do I start to trouble shoot this, at line 811 of the xdg-open script?
I would run
sh -x /usr/bin/xdg-open file:///home/kirk/annex/.git/annex/webapp.html
from the command line and see whether it gives the same error.
If it does, the outpout (which is plenty and probably should be
redirected to a file) should give a hint what the problem is.
I suspect that the problem is a lookup on a command which is not found,
and thus the shell tries to execute "":
$ ""
sh: : command not found
HTH
R'
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
xdg-open script question Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> - 2022-05-24 21:05 +0000
Re: xdg-open script question Dan Espen <dan1espen@gmail.com> - 2022-05-24 17:15 -0400
Re: xdg-open script question Ralf Fassel <ralfixx@gmx.de> - 2022-05-25 12:20 +0200
Re: xdg-open script question Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> - 2022-05-25 13:11 +0000
csiph-web