Spotify вызывает систему (UI) замораживание

Обычно Ваш работают обычно над Ubuntu 14.04 / 16.04 с установленным Spotify (хотя это может относиться к другим программам также), и внезапно UI замораживается.

1
задан 24 July 2016 в 17:02

1 ответ

Перейдите к терминалу:

ctrl + alt + f1 (f1 -> f6 will get a terminal)

Находят pid Spotify:

ps -ef | grep spotify | more

получающийся в чем-то как:

sergio   19510  1962  2 15:43 ?        00:00:02 /usr/share/spotify/spotify
sergio   19515 19510  0 15:43 ?        00:00:00 /usr/share/spotify/spotify --type=zygote --no-sandbox --lang=en-US --log-file=/usr/share/spotify/debug.log --log-severity=disable --product-version=Spotify/1.0.28.89
sergio   19533 19510  0 15:43 ?        00:00:01 /usr/share/spotify/spotify --type=gpu-process --channel=19510.0.1439192124 --no-sandbox --lang=en-US --log-file=/usr/share/spotify/debug.log --log-severity=disable --product-version=Spotify/1.0.28
.89 --supports-dual-gpus=false --gpu-driver-bug-workarounds=2,51,63 --disable-gl-extensions=GL_ARB_occlusion_query GL_ARB_occlusion_query2 --disable-accelerated-video-decode --gpu-vendor-id=0x8086 --gpu-device-id=0x0a16 --gpu-driver-vendor --gp
u-driver-version --lang=en-US --log-file=/usr/share/spotify/debug.log --log-severity=disable --product-version=Spotify/1.0.28.89 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
sergio   19548 19515  4 15:43 ?        00:00:06 /usr/share/spotify/spotify --type=renderer --disable-pinch --no-sandbox --lang=en-US --lang=en-US --log-file=/usr/share/spotify/debug.log --log-severity=disable --product-version=Spotify/1.0.28.89
 --disable-extensions --disable-spell-checking --num-raster-threads=2 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553 --disable-accelerated-video-decode --channel
=19510.1.1432446137 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
sergio   20233  7137  0 15:46 pts/1    00:00:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn spotify

там у Вас будет идентификатор процесса для уничтожения его:

kill -9 19510

И возвращаются к UI:

ctrl + alt + f7
1
ответ дан 7 December 2019 в 15:51

Другие вопросы по тегам:

Похожие вопросы: