Gemini is an internet communication protocol like http ( see https://en.wikipedia.org/wiki/Gemini_(protocol) )
Lagrange is a GUI client for browsing Geminispace ( links starting by gemini:// instead of http:// ) :
https://gmi.skyjake.fi/lagrange/
Lagrange is available as flatpak : https://flathub.org/apps/fi.skyjake.Lagrange and as AppImage : https://github.com/skyjake/lagrange/rel ... f.AppImage
In my PC neither the flatpak nor the AppImage work. Error message : "Window is too large" ( However the AppImage can start in a Xephyr window where graphics acceleration is disabled)
Test with LIBGL_ALWAYS_SOFTWARE=1 before the launch of the AppImage ( to disable grahics acceleration for lagrange). Very bad idea, X crashed and a physical reboot was needed (and some file in /root/.config/lagrange prevented the return to previous situation)
So I decided to try the compilation.
Not so easy for a me, It uses cmake instead of make. After using a simplified version of the first command cmake written in the Readme, I used make and new2dir make install
Curiously, no problem of "Window too large" in this version
1agrange-1.17.6-amd64.pet:
https://www.swisstransfer.com/d/2bfd85a ... e0c10fc4c9
PS : Other languages than English are available by Files/Preferences in the menu.