[GH-ISSUE #5130] [Bug] Fails to install via docker #2267

Closed
opened 2026-03-23 21:21:02 +00:00 by mirror · 1 comment
Owner

Originally created by @magicman3211 on GitHub (Apr 14, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5130

Bug Description

git cloned into ubuntu server vm
Installed with command
docker-compose build --build-arg uid=$(id -u) --build-arg gid=$(id -g)
get following error message in logs
./AppFlowy: error while loading shared libraries: libnotify.so.4: cannot open shared object file: No such file or directory
exit code 127

How to Reproduce

git cloned into ubuntu server vm
Installed with command
docker-compose build --build-arg uid=$(id -u) --build-arg gid=$(id -g)

Expected Behavior

app to run

Operating System

Ubuntu Server 22.04

AppFlowy Version(s)

0.5.4

Screenshots

No response

Additional Context

No response

Originally created by @magicman3211 on GitHub (Apr 14, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5130 ### Bug Description git cloned into ubuntu server vm Installed with command docker-compose build --build-arg uid=$(id -u) --build-arg gid=$(id -g) get following error message in logs ./AppFlowy: error while loading shared libraries: libnotify.so.4: cannot open shared object file: No such file or directory exit code 127 ### How to Reproduce git cloned into ubuntu server vm Installed with command docker-compose build --build-arg uid=$(id -u) --build-arg gid=$(id -g) ### Expected Behavior app to run ### Operating System Ubuntu Server 22.04 ### AppFlowy Version(s) 0.5.4 ### Screenshots _No response_ ### Additional Context _No response_
mirror 2026-03-23 21:21:02 +00:00
Author
Owner

@almereyda commented on GitHub (Feb 8, 2025):

This seems largely outdated.

The software has advanced a lot in the last year.

Would this work for you now?

<!-- gh-comment-id:2645877835 --> @almereyda commented on GitHub (Feb 8, 2025): This seems largely outdated. The software has advanced a lot in the last year. Would this work for you now?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2267
No description provided.