|
|
安装了rhythmbox后无法播放电台,后又无法播放mp3,于是用Wiki上的方法
pacman -Sy codecs `pacman -Ss gstreamer | grep -e '^extra/gstreamer0.10' | awk '{print $1}'`
直接安装所有的解码器,现在导入的mp3已经可以播放啦,但还是收听不了电台,出现下面的错误
(rhythmbox:3433): Rhythmbox-WARNING **: Unable to initialize mDNS: Daemon not running
(rhythmbox:3433): Rhythmbox-WARNING **: Unable to start mDNS browsing: MDNS service is not running
(rhythmbox:3433): Rhythmbox-WARNING **: Unable to grab media player keys: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
[WARN 3447] polkit-session.c:144:polkit_session_set_uid(): session != NULL
Not built with -rdynamic so unable to print a backtrace
** Message: don't know how to handle text/uri-list
Rhythmbox-Message: Missing plugin: gstreamer|0.10|rhythmbox|text/uri-list decoder|decoder-text/uri-list
Rhythmbox-Message: Automatic missing codec installation not supported (helper script missing)
** Message: don't know how to handle text/uri-list
Rhythmbox-Message: Missing plugin: gstreamer|0.10|rhythmbox|text/uri-list decoder|decoder-text/uri-list
Rhythmbox-Message: Automatic missing codec installation not supported (helper script missing)
(rhythmbox:3433): Rhythmbox-CRITICAL **: new_playing_stream_idle_cb: assertion `entry != NULL' failed |
|