Summary: | Add Gemini support | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Côme Chilliet <come> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | cyber+kde, jurajoravec |
Priority: | NOR | ||
Version: | 23.08.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Côme Chilliet
2021-02-18 16:38:49 UTC
One would just need to write a KIO worker (formerly known as kioslave) for Gemini like the existing kio_gopher for Gopher. (Yes, Gopher already works in Falkon if one has kio_gopher installed! I am surprised that Juraj appears not to be aware of that, at least judging from his mailing list reply. The only known issue is that the URLs do not end up in the browser history, see bug #406375, which sadly has not even been acknowledged by a maintainer for more than 4 years now. Support for Gemini could be implemented the same way, though I am not aware of any implementation at this time.) See https://userbase.kde.org/Kio_gopher and https://invent.kde.org/network/kio-gopher . Hello Kevin, > Yes, Gopher already works in Falkon if one has kio_gopher installed! And if KDE integration plugin is enabled. > I am surprised that Juraj appears not to be aware of that, > at least judging from his mailing list reply. Yes, I was not aware of that, I use "KDE programs" mostly standalone. So, yes, I was totally unaware and totally forgot about the KIO thing. (honestly, there are too many things under KDE label) > The only known issue is that the URLs do not end up in the browser history As mentioned above, I do not use it, so it is not bugging me and I was not interested. But OK, I will take a closer look at it. Such plugins already exist: https://gitlab.com/tobiasrautenkranz/kio-gemini https://gitlab.com/tobiasrautenkranz/geminipart But Falkon doesn't support KPart framework and so unable to render proper Gemtext. |