Rhythmbox 未启动

Sla*_*aci 3 rhythmbox segmentation-fault 13.10

我在 Ubuntu 13.10 中使用 Rhythmbox 2.99,当我第一次启动该应用程序时,它会搜索音乐并且工作起来就像一个魅力,但如果我稍后尝试再次启动它,则什么也没有发生。当我在终端中运行它时,我得到以下信息:

$ rhythmbox
(rhythmbox:8860): GLib-GObject-CRITICAL **: Custom constructor for class SoupServer returned NULL (which is invalid).  Unable to remove object from construction_objects list, so memory was probably just leaked.  Please use GInitable instead. 

Segmentation fault
Run Code Online (Sandbox Code Playgroud)

有什么想法如何让它再次发挥作用吗?

的输出sudo dpkg -l | grep rhythmbox

ii  gir1.2-rb-3.0                          2.99.1-0ubuntu1                         amd64        GObject introspection data for the rhythmbox music player
ii  librhythmbox-core7                     2.99.1-0ubuntu1                         amd64        support library for the rhythmbox music player
ii  rhythmbox                              2.99.1-0ubuntu1                         amd64   music player and organizer for GNOME
ii  rhythmbox-data                         2.99.1-0ubuntu1                         all           data files for rhythmbox
ii  rhythmbox-mozilla                      2.99.1-0ubuntu1                         amd64         Rhythmbox Mozilla plugin
ii  rhythmbox-plugin-cdrecorder            2.99.1-0ubuntu1                         amd64        burning plugin for rhythmbox music player
ii  rhythmbox-plugin-equalizer             0.3-2                                   all          rhythmbox sound equalizer
ii  rhythmbox-plugin-zeitgeist             2.99.1-0ubuntu1                         all          zeitgeist plugin for rhythmbox music player
ii  rhythmbox-plugins                      2.99.1-0ubuntu1                         amd64        plugins for rhythmbox music player
Run Code Online (Sandbox Code Playgroud)

小智 5

只需删除数据库文件 .local/share/rhythmbox/rhythmdb.xml 。它可能已损坏并导致 Rhythmbox 无法启动。它将自动重新创建,您只会丢失一些数据,例如歌曲评级(主要不包含在文件元数据中的数据)。您不会丢失播放列表。给 Rhythmbox 几秒钟的时间来开始扫描音乐文件夹并重新填充数据库。