Description
The v0.1.12 release currently has two issues affecting usability on Linux:
- The provided
.deb package does not run on Ubuntu 25.10 due to a glibc version mismatch
- The release is missing an AppImage artifact, which would otherwise provide a portable fallback
🧩 Issue : GLIBC incompatibility
The bundled libghostty.so requires GLIBC_2.43, while Ubuntu 25.10 provides glibc 2.42.
And the v0.1.12 release does not include an AppImage.
System information
- OS: Ubuntu 25.10 (questing)
- Architecture: amd64
- glibc: 2.42 (
libc-bin 2.42-0ubuntu3.1)
Steps to reproduce
sudo dpkg -i ./limux_0.1.12_amd64.deb
limux
Actual result
limux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.43' not found (required by /usr/lib/limux/libghostty.so)
Verification
ldd --version
# → glibc 2.42
strings /usr/lib/limux/libghostty.so | grep GLIBC_
# includes GLIBC_2.43
Additional context
- All runtime dependencies are installed:
- libgtk-4-1
- libadwaita-1-0
- libwebkitgtk-6.0-4
- The issue appears to stem from
libghostty.so being built against a newer glibc than what is available on Ubuntu.
Description
The v0.1.12 release currently has two issues affecting usability on Linux:
.debpackage does not run on Ubuntu 25.10 due to a glibc version mismatch🧩 Issue : GLIBC incompatibility
The bundled
libghostty.sorequires GLIBC_2.43, while Ubuntu 25.10 provides glibc 2.42.And the v0.1.12 release does not include an AppImage.
System information
libc-bin 2.42-0ubuntu3.1)Steps to reproduce
Actual result
limux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.43' not found (required by /usr/lib/limux/libghostty.so)Verification
ldd --version # → glibc 2.42Additional context
libghostty.sobeing built against a newer glibc than what is available on Ubuntu.