jellyfin / jellyfin-media-player

Jellyfin Desktop Client
GNU General Public License v2.0
2.88k stars 297 forks source link

Won't run on Ubuntu 24.04 (Noble) #611

Closed prascher closed 1 month ago

prascher commented 2 months ago

Describe the bug The Bug is that it won't run on Ubuntu 24.04, it appears to be because libmpv.so.1 doesn't seem to be in Ubuntu 24.04 or at least it can't find it.

To Reproduce Steps to reproduce the behavior:

  1. Either click Jellyfin icon, or use the command line which helps debug the issue
  2. See error jellyfinmediaplayer: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory

Expected behavior Application Launches and is able to be used.

Desktop (please complete the following information):

Additional context I did not see the error being logged which is why no log attached.

satmandu commented 2 months ago

FYI building master from source (with minor changes to handle the different packages of noble, such as no python package) appears to create binaries for noble that work just fine.