AppFlowy-IO / AppFlowy-IO/AppFlowy

[Bug] AppImage fails to start on Fedora 44: libmount.so.1: version 'MOUNT_2_40' not found

Abierto
#9,013 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Dart
Estrellas
76.6k
Forks
6k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Bug Description

The AppImage bundles an outdated libmount.so.1 in usr/lib/x86_64-linux-gnu/. On systems with a newer system libglib-2.0.so.0 (which requires MOUNT_2_40), this causes the bundled libmount.so.1 to be loaded instead of the system one (due to LD_LIBRARY_PATH prioritizing the AppImage's bundled libs), and the app fails to start.

### How to Reproduce

Download the latest AppFlowy AppImage
2. chmod +x AppFlowy*.AppImage
3. Run ./AppFlowy*.AppImage from a terminal
4. See error
5. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
/tmp/.mount_AppFlozd5Wdx/AppFlowy: /tmp/.mount_AppFlozd5Wdx/usr/lib/x86_64-linux-gnu/libmount.so.1: version `MOUNT_2_40' not found (required by /lib64/libgio-2.0.so.0)
/tmp/.mount_AppFlozd5Wdx/AppFlowy: /tmp/.mount_AppFlozd5Wdx/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0: no version information available (required by /lib64/libglib-2.0.so.0)

### Expected Behavior

The AppImage should start normally, using the system's libmount/libpcre2 where they're newer, or bundle a version compatible with current glib releases.

### Operating System

OS: Fedora 44 (Workstation, GNOME/Wayland) • AppFlowy Version: (latest AppImage as of Sept 2026)

### AppFlowy Version(s)

AppFlowy Version: (latest AppImage as of Sept 2026)

### Screenshots

_No response_

### Additional Context

_No response_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.