commit: 12cc87951547635e36c4c13aa3ab53b1183b76f9 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Feb 10 17:14:49 2025 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 17:14:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cc8795
media-sound/spotify: add --no-zygote to default launcher Closes: https://bugs.gentoo.org/944923 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> media-sound/spotify/files/spotify-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/spotify/files/spotify-wrapper b/media-sound/spotify/files/spotify-wrapper index 0d7295af5ca1..1909df6ae199 100644 --- a/media-sound/spotify/files/spotify-wrapper +++ b/media-sound/spotify/files/spotify-wrapper @@ -22,6 +22,6 @@ else else echo "Neither gnome-integration-spotify nor spotify-tray are installed." echo "Launching spotify without systray integration." - exec "$SPOTIFY_HOME/spotify" "$@" + exec "$SPOTIFY_HOME/spotify" --no-zygote "$@" fi fi
