[GH-ISSUE #5492] [Bug] Ubuntu: 'AppFlowy: error while loading shared libraries: libmpv.so.1' #2444

Closed
opened 2026-03-23 21:22:24 +00:00 by mirror · 6 comments
Owner

Originally created by @evdcush on GitHub (Jun 8, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5492

Bug Description

I recently upgraded my AppFlowy from 0.5.8 to 0.5.9, using the AppFlowy-0.5.9-linux-x86_64.deb file published in Releases.

When I attempted to open the application from the desktop, nothing happened.

I then attempted to launch the app through the CLI, and received the following error:

AppFlowy: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory

It seems 0.5.9 has a new dependency on libmpv1 package.

I installed the package through apt:

sudo apt install libmpv1

I then was able to launch AppFlowy without problem.

How to Reproduce

From the CLI:

sudo dpkg -i AppFlowy-0.5.9-linux-x86_64.deb

AppFlowy

Expected Behavior

Application launches without issue, because the .deb installation also installs any new dependencies currently unavailable on the system.

Operating System

Ubuntu 22.04; 6.5.0-35-generic

AppFlowy Version(s)

0.5.9

Screenshots

No response

Additional Context

No response

Originally created by @evdcush on GitHub (Jun 8, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5492 ### Bug Description I recently upgraded my AppFlowy from `0.5.8` to `0.5.9`, using the `AppFlowy-0.5.9-linux-x86_64.deb` file published in Releases. When I attempted to open the application from the desktop, nothing happened. I then attempted to launch the app through the CLI, and received the following error: ``` AppFlowy: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory ``` **It seems `0.5.9` has a new dependency on `libmpv1` package.** I installed the package through apt: ```sh sudo apt install libmpv1 ``` I then was able to launch AppFlowy without problem. ### How to Reproduce From the CLI: ``` sudo dpkg -i AppFlowy-0.5.9-linux-x86_64.deb AppFlowy ``` ### Expected Behavior Application launches without issue, because the `.deb` installation also installs any new dependencies currently unavailable on the system. ### Operating System `Ubuntu 22.04; 6.5.0-35-generic` ### AppFlowy Version(s) 0.5.9 ### Screenshots _No response_ ### Additional Context _No response_
mirror 2026-03-23 21:22:24 +00:00
Author
Owner

@evdcush commented on GitHub (Jun 8, 2024):

There are too many bugs with this version (0.5.9) 🤕

The GUI glitches or goes black randomly.
I cannot use the GUI-based (AppFlowy.desktop) launcher--the app is black.
I can launch it through the terminal, but still views bug out and flicker black.

I clean installed 0.5.8.
Had to recover/import the backed-up data dir for AppFlowy, reorganize my workspace from the nested appflowy_import_*. The recovery process itself "failed" many times because I suppose I selected the incorrect level of directory hierarchy for what AppFlowy needed.

<!-- gh-comment-id:2156042898 --> @evdcush commented on GitHub (Jun 8, 2024): There are too many bugs with this version (`0.5.9`) 🤕 The GUI glitches or goes black randomly. I cannot use the GUI-based (`AppFlowy.desktop`) launcher--the app is black. I can launch it through the terminal, but still views bug out and flicker black. I clean installed `0.5.8`. Had to recover/import the backed-up data dir for AppFlowy, reorganize my workspace from the nested `appflowy_import_*`. The recovery process itself `"failed"` many times because I suppose I selected the incorrect level of directory hierarchy for what AppFlowy needed.
Author
Owner

@chxp commented on GitHub (Jun 8, 2024):

sudo apt install libmpv1 works for me

<!-- gh-comment-id:2156043595 --> @chxp commented on GitHub (Jun 8, 2024): `sudo apt install libmpv1` works for me
Author
Owner

@evdcush commented on GitHub (Jun 8, 2024):

sudo apt install libmpv1 works for me

This was mentioned.

<!-- gh-comment-id:2156153982 --> @evdcush commented on GitHub (Jun 8, 2024): > `sudo apt install libmpv1` works for me This was mentioned.
Author
Owner

@seanradford commented on GitHub (Jun 10, 2024):

libmpv1 is not available for Ubuntu 23.10 as superseded by libmpv2...

<!-- gh-comment-id:2157688622 --> @seanradford commented on GitHub (Jun 10, 2024): libmpv1 is not available for Ubuntu 23.10 as superseded by libmpv2...
Author
Owner

@ngirard commented on GitHub (Jun 15, 2024):

@evdcush , could yo uplease reopen this issue ?

As @seanradford said, libmpv1 is not available any longer in recent Ubuntu versions.

<!-- gh-comment-id:2169344005 --> @ngirard commented on GitHub (Jun 15, 2024): @evdcush , could yo uplease reopen this issue ? As @seanradford said, libmpv1 is not available any longer in recent Ubuntu versions.
Author
Owner

@ngirard commented on GitHub (Jun 16, 2024):

Thanks, @evdcush !

<!-- gh-comment-id:2171091858 --> @ngirard commented on GitHub (Jun 16, 2024): Thanks, @evdcush !
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#2444
No description provided.