You are not logged in.

#1 2018-01-15 07:44:36

Sweenu
Member
Registered: 2016-12-08
Posts: 27

Spotify's process does not stop when closing the app

Hello!

The Spotify app works great but I still have the following errors:

/usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
/usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
/proc/self/exe: /usr/lib/libcurl.so.3: no version information available (required by /proc/self/exe)
[0115/082414.343673:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface:
ui::mojom::GpuMain

And the problem is that closing the app (with my keybinding to close the app) does not stop the process. So I have to kill it by hand with

kill spotify

.

This is a problem because, for each time I reopen the app, if not killed by me before, it creates another process; and this second process has no DBus connection, therefore, I can't use my usual play/pause and skip keys...

Does anyone know the solution to this problem?

$ curl --version
curl 7.57.0 (x86_64-pc-linux-gnu) libcurl/7.57.0 OpenSSL/1.1.0g zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.29.0
Release-Date: 2017-11-29
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL 

Offline

#2 2018-01-15 12:25:57

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Spotify's process does not stop when closing the app

/usr/lib/libcurl.so.3 is provided by libcurl-compat. See if it's installed on your system. If not, ask the maintainer of the spotify package to make it a dependency.

As for closing the app not stopping the process, if you do a web search, it seems to be a know  issue (at least it was a couple of years ago). Perhaps, try taking it upstream.

Offline

#3 2018-01-15 13:26:26

Sweenu
Member
Registered: 2016-12-08
Posts: 27

Re: Spotify's process does not stop when closing the app

I already have libcurl-compat installed but the error remains.

I'll try maybe talking to the developers but I think they don't give as much attention to their Linux version of the software.

Offline

#4 2018-01-15 13:51:13

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Spotify's process does not stop when closing the app

Ah, that package is compiled without versioned symbols. Try recompiling it with versioned symbols.

Here's the PKGBUILD, for your reference: https://git.archlinux.org/svntogit/comm … url-compat

Offline

Board footer

Powered by FluxBB