AppFlowy-IO / AppFlowy-IO/AppFlowy

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

Ouverte
#9,013 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Dart
Étoiles
76.6k
Forks
6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### 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_

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.