💾 Archived View for rawtext.club › ~sloum › geminilist › 006336.gmi captured on 2023-09-08 at 17:01:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

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

<-- back to the mailing list

[ANN] Gemini Client for KDE

Tobias Rautenkranz tobias at rautenkranz.ch

Tue Apr 13 14:24:12 BST 2021

- - - - - - - - - - - - - - - - - - - 

Hi. There is now a Gemini client integration for KDE. It allows you to fetch (kio-gemini) and view (geminipart) Gemini documents in Konqueror. Using kio-gemini all KDE applications using kio are able to access the Gemini Protocol. (e.g.: fetch atom feeds with Akregator)

The two necessary plugins are available as source code:https://invent.kde.org/tobias/geminiparthttps://invent.kde.org/tobias/kio-gemini

Given the necessary KDE & Qt development files, you should be able to install them with the usual cmake and make commands:cmake .; make; sudo make installNow you can use Konqueror to browse the Gemini Space.

tobias