我在 13.1 官方仓库里找到了 deepin-music-player,然后安装了
可是启动不了
于是我在终端里启动了,出现如下问题:
没学过 python,不太懂什么问题?
python-gstreamer
来自 Galaxy Note 2 上的 Tapatalk 4
的确解决了那个问题。但是还是无法播放音乐。新的错误。
ERROR got error from bus <GError at 0x4ac1010>, ‘gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstBin:bin24/GstDecodeBin2:decodebin212:\nno suitable plugins found’]:
WARNING Error emit from stream “file:///home/lag/音乐/光辉岁月.mp3” <built-in method error of StreamBin object at 0x46ccb90>
gstreamer-0_10-fluendo-mp3
来自 Galaxy Note 2 上的 Tapatalk 4
苏姐是怎样分析这样的问题的呢?
靠经验吗?
还是什么?
读输出 + google。熟悉了可以直接推出。
比如第一个问题,那个输出是 python 的,好,没有 gst,于是你 google 去搜「opensuse python gst」,就会告诉你软件包叫 python-gstreamer。
第二个问题,gstdecodebin2.c,这很明显不再是 python 而是 gstreamer 本身了,「no suitable plugins found」,缺插件,你又看到他放的是 mp3,那你搜「opensuse gstreamer mp3」。
学习了!