Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
evdcush opened this issue Jun 8, 2024 · 6 comments
Open

Comments

@evdcush
Copy link

evdcush commented Jun 8, 2024

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

@evdcush
Copy link
Author

evdcush commented 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.

@chxp
Copy link

chxp commented Jun 8, 2024

sudo apt install libmpv1 works for me

@evdcush
Copy link
Author

evdcush commented Jun 8, 2024

sudo apt install libmpv1 works for me

This was mentioned.

@evdcush evdcush closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2024
@seanradford
Copy link

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

@ngirard
Copy link

ngirard commented Jun 15, 2024

@evdcush , could yo uplease reopen this issue ?

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

@evdcush evdcush reopened this Jun 16, 2024
@ngirard
Copy link

ngirard commented Jun 16, 2024

Thanks, @evdcush !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants