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

Constant coredump messages #320

Open
Ferlinuxdebian opened this issue Jan 5, 2025 · 8 comments
Open

Constant coredump messages #320

Ferlinuxdebian opened this issue Jan 5, 2025 · 8 comments
Labels

Comments

@Ferlinuxdebian
Copy link

systemd-coredump is flooded with messages about spotify flatpak.
Fedora 41 Gnome-shell

image
image

@Erick555
Copy link
Contributor

Erick555 commented Jan 5, 2025

It's not flatpak issue. See upstream thread

@murkl
Copy link

murkl commented Jan 19, 2025

Same here on Arch Linux

@Vitus-TL
Copy link

Vitus-TL commented Jan 20, 2025

This seems to be a general issue for Spotify after version 1.2.45.454 no matter the distributions method (apt/snap/flatpak). Can someone make v1.2.45.454 (August 30, 2024.) available on a flatpak hub? Since it doesn't seems Spotify could be bothered with this.. Better even to retract newer versions, because of the carbon footprint of filling the logs with these core dumps... Rolling back to a previous working version is a good ITIL practice..

@djpeebles
Copy link

This seems to be a general issue...

I think it's possible to do this yourself through the command line.

# Get details of a flatpak (including commits) and downgrade to a particular commit
flatpak remote-info --log flathub com.spotify.Client
sudo flatpak update --commit=d22ab2f6059cca52bc56754ca1860fb41b0d9c6333975bd8f2eb375fde5a4d84 com.spotify.Client

@djpeebles
Copy link

djpeebles commented Feb 7, 2025

This proposed solution has been posted on the Spotify community page about this problem. The flatpak command is

flatpak run com.spotify.Client --no-zygote

I've tried this and it works for me.

@djpeebles
Copy link

This proposed solution has been posted on the Spotify community page about this problem. The flatpak command is

flatpak run com.spotify.Client --no-zygote

I've tried this and it works for me.

I'm trying to add --no-zygote to the com.spotify.Client.desktop file that runs spotify when you click an icon but wherever I put it in the command below the application crashes as before (unlike the command above). Can anyone advise me how to do this?

Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client @@u %U @@

@guihkx
Copy link
Contributor

guihkx commented Feb 15, 2025

@djpeebles You don't have to do it like that. As per the README, you can make launch options permanent by adding them to ~/.var/app/com.spotify.Client/config/spotify-flags.conf.

@djpeebles
Copy link

@guihkx That has worked - thank you! I'm assuming the reason why it wasn't working previously is that I hadn't run the command to enable the flags to run on Wayland.

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

No branches or pull requests

7 participants