I suspect this problem lies outside of audacity, but I have only seen it with audacity. I have a near-fresh install of AV Linux with 1.3.10 beta out of debian testing repositories.
When I click on any of the llinks on the "How to get help" startup screen nothing appears to happen, though when I start audacity from the shell and try clicking those same links I see the following errors:
grep: write error: Bad file descriptor
egrep: write error: Bad file descriptor
Those two lines repeat each time I click one of the links on that page. I checked and /etc/alternatives/x-www-browser is set.
I installed the same setup on a second computer at the same time and it works fine, though I installed a lot more on that machine, including konqueror, and it uses konqueror to display the links.
I'd like to fix this because I'm setting up the one that doesn't display the help for a friend who will want to use the manuals locally.
Thanks for any help or suggestions!
SOLVED: help installed but audacity can't launch browser
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
SOLVED: help installed but audacity can't launch browser
Last edited by fitzhugh on Sat Feb 27, 2010 7:52 pm, edited 1 time in total.
Re: help installed but audacity can't launch browser
Do you have a web browser installed on the first machine? The second machine has Konqueror configured as the default application for web links so it works. Whether using on-line or local help files the files are in html format and require a browser to view. I think the default browser for LXDE is Firefox.fitzhugh wrote:I installed the same setup on a second computer at the same time and it works fine, though I installed a lot more on that machine, including konqueror, and it uses konqueror to display the links.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: help installed but audacity can't launch browser
Thanks for replying - I posted that late at night and wasn't clear: I have firefox and set as default via debian's
but that was not sufficient.
I hadn't thought to google for how lxde and openbox set defaults instead of the underlying debian, so thanks to the above suggestions I did so and learned about xdg-mime
But... tuned out I just needed to
in ~/.bashrc
Code: Select all
ln -s /usr/bin/firefox /etc/alternatives/x-www-browserI hadn't thought to google for how lxde and openbox set defaults instead of the underlying debian, so thanks to the above suggestions I did so and learned about xdg-mime
But... tuned out I just needed to
Code: Select all
export BROWSER='firefox'