On Wed, Feb 17, 2016 at 5:30 PM, Boruch Baum <boruch_b...@gmx.com> wrote:

> One distro I'm using is Manjaro, and they've set $BROWSER in
> /etc/skel/.bashrc to xdg-open. In that situation, when a command line
> program tries to open a port on localhost, xdg-open tries and fails.
> fossil ui seems to persistly retry forever, causing a fork bomb.
>

That's a new one. Fossil's probably trying each port in succession.


> So, the easy patch is to tell me to change my $BROWSER value, right?
> Done. But if my diagnosis of the situation is correct, fossil ui should
> be patched to fail gracefully.
>

Try:

[odroid@host:~/fossil/cwal/s2/mod/termbox]$ f help set | grep browser
   web-browser      A shell command used to launch your preferred
                    web browser when given a URL as an argument.

fossil set web-browser /your/browser

Pass the -global flag to set it globally (can be overridden per repo, if
you like).

That ought to do it, i think.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to