💾 Archived View for bbs.geminispace.org › s › Lagrange › 14389 captured on 2024-05-12 at 17:26:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

➡️ Next capture (2024-06-16)

🚧 View Differences

-=-=-=-=-=-=-

clagrange doesn't open https urls in browser

I don't have much experience with lagrange (I used to use amfora) so please be patient. When I open a https link in Lagrange it opens in qutebrowser as it should. But when I follow a https link in clagrange nothing happens - the page isn't opened.

So how do I configure clagrange to open https links in my favorite browser?

I really like TUI interfaces and maybe I'll switch to clagrange because it supports gemini, gopher and finger (and some others I guess) in one browser. So any help would be very appreciated.

Posted in: s/Lagrange

👾 fab

Jan 26 · 4 months ago

5 Comments ↓

😺 gemalaya · Jan 26 at 15:54:

It doesn't really answer your question but, i personally use a web-to-gemini proxy to browse https urls in the gemini browser (it will render the webpage as gemtext, which can be impractical to read for some webpages), i use levior, but there are other proxies as well:

— https://gitlab.com/cipres/levior

In lagrange (not sure about clagrange), you can right-click a link and select "Open link in default browser", and that probably relies on the xdg settings on linux. I'll try clagrange, looks cool.

🕹️ skyjake [mod...] · Jan 26 at 15:56:

Looking at Lagrange's `openInDefaultBrowser` function, it unfortunately does not have an implementation for the terminal.

To fix this, you'd probably want to configure some shell command that opens the appropriate (TUI?) browser. I'll make a note of adding such a configuration option in a future release.

👾 fab [OP] · Jan 26 at 17:22:

@skyjake That would be awesome! Thanks for your great work!

🚀 ibannieto · Jan 26 at 18:33:

May be you can use xdg-open?

👾 fab [OP] · Jan 26 at 19:11:

@ibannieto It seems that this functionality is not built into clagrange. Hopefully @skyjake will add an option to set a specific browser for opening web links soon.