深度音乐打不开。已经安装python-gstreamer

附上报错信息

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
GConf 错误:Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/deepin-music-player", line 270, in <module>
    DeepinMusicApp()
  File "/usr/bin/deepin-music-player", line 48, in __init__
    self.check_result = dbus_manager.check_exit(self.options, self.args)
  File "/usr/share/deepin-music-player/src/dbus_manager.py", line 47, in check_exit
    bus = dbus.SessionBus()
  File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 211, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

非 root 下报错
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
INFO Loading settings…
Attempt to unlock mutex that was not locked
已放弃

@艾斯比比 用户端程序用 root 打开是没用的。肯定没法做 dbus call。

@hillwood

Attempt to unlock mutex that was not locked

这个问题可以把 gtk.gdk .threads_init() 替换成 gobject .threads_init()

正在想办法修。深度的东西很烂,遇到各种千奇百怪的问题应该有个心理准备。

GTK2 的 bug ,运行一次 sudo zypper up 就可以修复。

我测试了,还是不行啊。

你是从 13.1 升级上来的还是全新安装的?

全新安装的。

不管是全新安装还是升级安装,我都无法重现你的问题。请再确认是否有未安装的升级补丁。