fedora-silverblue / issue-tracker

Fedora Silverblue issue tracker
https://fedoraproject.org/atomic-desktops/silverblue/
123 stars 3 forks source link

Missing libcurl.so.4 package? #556

Closed OptimoSupreme closed 5 months ago

OptimoSupreme commented 5 months ago

Describe the bug After Silverblue updated from 40 beta to 40 stable, the Spotify flatpak will not open.

To Reproduce Please describe the steps needed to reproduce the bug:

  1. Click spotify icon
  2. Or, launch from terminal

Expected behavior Spotify launches.

OS version:

BootedDeployment:
● fedora:fedora/40/x86_64/silverblue
                  Version: 40.20240425.0 (2024-04-25T00:38:57Z)
               BaseCommit: b115d43a18950f23fa6fe1e2a1b76727837e4cd0bee8d6ab1e6dc1ee81ee26cc
             GPGSignature: Valid signature by 115DF9AEF857853EE8445D0A0727707EA15B79CC
      RemovedBasePackages: noopenh264 0.1.0~openh264_2.4.0-1.fc40
          LayeredPackages: corectrl mozilla-openh264 openh264

Additional context

justin@glados:~$ flatpak run com.spotify.Client
justin@glados:~$ /app/extra/bin/spotify: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by /app/extra/bin/spotify)
[spotifywm] attached to spotify
/app/extra/share/spotify/spotify: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by /app/extra/share/spotify/spotify)
/app/extra/share/spotify/spotify: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by /app/extra/share/spotify/spotify)
[spotifywm] attached to spotify
[spotifywm] attached to spotify
chrisawi commented 5 months ago

This likely has nothing to do with Silverblue. /usr is the flatpak runtime (and that message isn't the problem anyway).

This is https://github.com/flathub/com.spotify.Client/issues/277. See that issue for workarounds.

OptimoSupreme commented 5 months ago

Ah, so it is. Thanks for checking it out.