On Wed, 4 Mar 2015 09:54:17 -0600 "Edward K. Ream" <[email protected]> wrote:
> On Tue, Mar 3, 2015 at 12:09 PM, SegundoBob <[email protected]> > wrote: > > > The Firefox developers intentionally removed the Firefox command > > line option -remote. This is probably the cause of the Leo-Editor > > and KeepassX problems. > > > > Afaik, Leo's url-related logic does not use -remote, whatever that > is. However, the logic is complicated (it's in the node g.Urls and > descendants) and g.handleUrl calls urlparse.urlparse(url)... Might be upstream breakage of webbrowser.open() or xdg-open or some such. Probably webbrowser.open(). Try >>> import webbrowser >>> webbrowser.open("http://altavista.com/") SegundoBob - if that works, the Leo should be using that approach, if it doesn't, then it's upstream breakage. You could try IceWeasel or Chromium Browser (which is not Chrome). Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
