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

RPM won't install on Fedora 40 #1580

Open
1 of 2 tasks
DrReD opened this issue Jun 6, 2024 · 11 comments
Open
1 of 2 tasks

RPM won't install on Fedora 40 #1580

DrReD opened this issue Jun 6, 2024 · 11 comments
Labels
bug Something isn't working

Comments

@DrReD
Copy link

DrReD commented Jun 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

(The RPM was downloaded from your site)

# dnf install ./Spotube-linux-x86_64.rpm 
Last metadata expiration check: 0:21:28 ago on Thu Jun  6 17:01:11 2024.
Error: 
 Problem: conflicting requests
  - nothing provides libmpv.so.1()(64bit) needed by spotube-3.7.1+32-32.x86_64 from @commandline

Expected Behavior

Steps to reproduce

Operating System

Fedora Linux 40

Spotube version

3.7.1+32-32.x86_64

Installation source

Website (spotube.netlify.app) or (spotube.krtirtho.dev)

Additional information

mpv-libs-0.37.0-4.fc40.x86_64 provides libmpv.so.2, so it should be a matter of fixinig the rpm specfile.

Self grab

  • I'm ready to work on this issue!
@DrReD DrReD added the bug Something isn't working label Jun 6, 2024
@S4tyendra
Copy link

Here is detailed Video including steps to reproduce and The issue in clear

Screencast.from.2024-06-07.09-51-21.mp4
 Problem: conflicting requests
  - nothing provides libmpv.so.1()(64bit) needed by spotube-3.7.1+32-32.x86_64 from @commandline

@EiselMusings
Copy link

I have the same issue; same Fedora version. Would be nice to find out a resolution to this

@Aksanya
Copy link

Aksanya commented Jun 20, 2024

Try using the flatpack:
flatpak install com.github.KRTirtho.Spotube

@S4tyendra
Copy link

Try using the flatpack: flatpak install com.github.KRTirtho.Spotube

Flatpak?
Tray icon has no image,
no Music controls in notification panel :(

@KRTirtho
Copy link
Owner

Does it work with 3.8.0?

@KGriss
Copy link

KGriss commented Aug 31, 2024

Doesn't work in 3.8.0, the same issue happens (nothing provides libmpv.so.1()(64bit) needed by spotube-3.8.0+33-33.x86_64 from @commandline)

@RedBoardDev
Copy link

same problem here, and the flatpack package give me a white screen when I want to connect with spotify. It seems a bit broken. Has anyone had success with the RPM ?

@johnvanham
Copy link

johnvanham commented Oct 7, 2024

While we wait for Flatpak to be updated (which is still on 3.7.1), I got the RPM for version v3.8.2 to install on Fedora 40 with the help of #1931 (comment)

I had to also install libappindicator-gtk3

So all together I did:

sudo dnf install -y mpv-devel libappindicator-gtk3
sudo rpm -ivh Spotube-linux-x86_64.rpm --nodeps

@universish
Copy link

universish commented Oct 7, 2024

Sorry, I opened a new issue about the same problem. @DrReD , The reason is that you did not provide enough information about the details of the problem. Please edit the issue and add more details about the problem. Also, please update the title and add details about the problem. Then I will close the issue and it will be discussed in this thread.
#1931

@fabiuz
Copy link

fabiuz commented Oct 7, 2024

I use Fedora 38, this problem occurred here too.
After several analyses, I discovered how to work around this problem, see: #1931 (comment)

@universish
Copy link

The solution links are in this link:
#1931 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

10 participants