更换test源后,软件中心无法打开,连试了几次还是不行。
Tofloor
poster avatar
alvinshi
deepin
2013-04-18 05:33
Author
更换test源后,软件中心无法打开,连试了几次还是不行。双击图标,只有黄色光环转了一下,软件没打开。求解决方法,谢谢!
Reply Favorite View the author
All Replies
nldzwl
deepin
2013-04-18 05:57
#1
遇到同样的问题,顶起。求解
Reply View the author
cxbii
deepin
2013-04-18 07:06
#2
  1. sudo rm -rf  ~/.config/deepin-software-center
Copy the Code

楼上两位执行一下这个命令,然后打开深度软件中心看看解决没有
如果还没有,请终端执行
  1. deepin-software-cente
Copy the Code
然后把所有输出贴上来看看
Reply View the author
woodee
deepin
2013-04-18 16:42
#3
root@deepin:/home/woodee/pro/ygopro# deepin-software-center
function get got error: No section: 'skin'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deepin_utils/config.py", line 96, in get
    return self.config_parser.get(section, option)
  File "/usr/lib/python2.7/ConfigParser.py", line 330, in get
    raise NoSectionError(section)
NoSectionError: No section: 'skin'
Section "skin" not exist. create...
data init

** (deepin-software-center:2793): WARNING **: 连接已关闭
Traceback (most recent call last):
  File "/usr/bin/deepin-software-center", line 35, in
    session_bus = dbus.SessionBus()
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 211, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/dist-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.
Exception KeyError: KeyError(44893360,) in ignored
Reply View the author
tuhaihe
deepin
2013-04-18 18:51
#4
奥,是以根用户身份启用的。
Reply View the author
deepin
2013-04-18 19:25
#5
root@deepin:/home/woodee/pro/ygopro# deepin-software-center
function get got error: No section: 'skin'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deepin_utils/config.py", line 96, in get
    return self.config_parser.get(section, option)
  File "/usr/lib/python2.7/ConfigParser.py", line 330, in get
    raise NoSectionError(section)
NoSectionError: No section: 'skin'
Section "skin" not exist. create...
data init

** (deepin-software-center:2793): WARNING **: 连接已关闭
Traceback (most recent call last):
  File "/usr/bin/deepin-software-center", line 35, in
    session_bus = dbus.SessionBus()
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 211, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/dist-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.
Exception KeyError: KeyError(44893360,) in ignored

应该是dbus连接挂掉了,卸载软件中心重新安装一下,或者sudo apt-get install --reinstall deepin-software-center试一下,如果还是不行的话,应该就你本机的dbus有问题了
Reply View the author