cxbii
deepin
2013-05-20 07:20 - sudo killall deepin-software-center
这样应该可以.
或者 xkill
然后鼠标变成一个X,然后去点击软件中心的窗口
Reply Like 0 View the author
好的,谢谢,我发现更新的时候未正常更新,用更新管理器重新更新软件中心了
[quote]好的,谢谢,我发现更新的时候未正常更新,用更新管理器重新更新软件中心了
你换到最新的官方测试源,还是会有问题,只不过出错信息不一样,目前的错误有解决方法.
在终端用命令行先卸载软件中心,然后从测试源安装最新的软件中心 (如果你刚刚卸载再安装过就不用进行了)之后再在终端输入命令 (如果没有按着 gvim编辑器 ,用命令行安装 sudo apt-get install gvim)Copy the Code
- sudo apt-get remove deepin-software-center
- sudo apt-get update
- sudo apt-get install deepin-software-center
在mirror-test.ini文件中写入:Copy the Code
- sudo mkdir /usr/share/deepin-software-center/mirrors
- gksu gvim mirror-test.ini
[color=#FF0000:yg5i62mp]注意root下不能使用输入法,只能复制粘贴了[/color:yg5i62mp]Copy the Code
- [mirror]
- name = 官方测试
- url = http://test.packages.linuxdeepin.com/deepin
保存之后就可以单击软件中心的图标启动了
如果你不懂什么命令行,也不想去理会它,可以暂时不使用软件中心,做些其他事情,等待官方的更新,也许今天下午就会修复这个问题.不好意思前两天是周末.
之后再终端敲上这一小段命令就够重启软件中心的了.Copy the Code
- sudo apt-get update
- sudo apt-get upgrade
我建议官方在系统中加入远程修复的功能.这样就不怕吓跑小白了.
我的仍然无法启动啊,终端输出信息为:
zhao@zhao-J50:~$ deepin-software-center
data init
function get got error: No section: 'newest'
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: 'newest'
Traceback (most recent call last):
File "/usr/bin/deepin-software-center", line 23, in
from software_center import DeepinSoftwareCenter
File "/usr/share/deepin-software-center/ui/software_center.py", line 28, in
from icon_window import IconWindow
File "/usr/share/deepin-software-center/ui/icon_window.py", line 27, in
from item_render import get_icon_pixbuf_path
File "/usr/share/deepin-software-center/ui/item_render.py", line 27, in
from constant import ICON_DIR
File "/usr/share/deepin-software-center/ui/constant.py", line 35, in
ICON_DIR = os.path.join(get_parent_dir(__file__, 2), "data", "update", DATA_ID, "app_icon")
File "/usr/lib/python2.7/posixpath.py", line 66, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'
zhao@zhao-J50:~$
不知道为什么啊!
Popular Events
More
深度截图20130519225314.png