Skip to content

v0.1.12 requires GLIBC_2.43 and is missing AppImage artifact #49

@jimisola

Description

@jimisola

Description

The v0.1.12 release currently has two issues affecting usability on Linux:

  1. The provided .deb package does not run on Ubuntu 25.10 due to a glibc version mismatch
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions