Rhythmbox 無法啟動 Ubuntu 15.10

Rhythmbox 無法啟動 Ubuntu 15.10

我最近升級到 Ubuntu 15.10,每當我嘗試開啟 Rhythmbox 時,它都會立即崩潰。

從終端嘗試了同樣的事情,得到了這個。

Rhythmbox:ERROR:rb-ext-db.c:362:impl_constructor: code should not be reached
Aborted (core dumped)

使用了 apt-get purge ,但沒用;剛剛得到同樣的錯誤。我該如何補救?

答案1

這可能是由於尚未正確升級的依賴項造成的。

在這些情況下,我會在重新安裝之前先嘗試清除 Rhythmbox 及其相依性。

清除:

sudo apt-get purge rhythmbox rhythmbox-plugins gir1.2-rb-3.0 librhythmbox-core9 rhythmbox-data

重新安裝:

sudo apt-get update
sudo apt-get install rhythmbox

相關內容