我在Ubuntu13.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有什么办法让它再起作用吗?
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发布于 2013-10-22 13:00:56
如果在任何特定命令中有任何错误,请回复。
发布于 2013-10-27 23:56:40
只需删除db文件..local/share/rhythmbox/节律mdb.xml即可。它很可能已经损坏并且阻止了节奏盒的启动。它将自动重新创建,您将只丢失一些数据,如歌曲评级(数据不包括在文件元数据,主要)。你不会丢失你的播放列表。给Rhythmbox几秒钟来启动音乐文件夹并重新填充数据库。
https://askubuntu.com/questions/363646
复制相似问题