打不开显示设置
Tofloor
poster avatar
mafan
deepin
2013-04-02 18:25
Author
刚装上的时候可以显示的。
昨天莫名其妙发现“显示设置”一片灰色背景,什么项目也没有。其实也有反应,点击“显示设置”的时候,有一竖行的黑线闪过,然后就是灰色背景了。

在终端运行
$ deepin-system-settings --debug或者$ deepin-system-settings --help
发现:
Traceback (most recent call last):
  File "/usr/bin/deepin-system-settings", line 344, in
    ops, args = getopt.getopt(sys.argv[1:], '')
  File "/usr/lib/python2.7/getopt.py", line 88, in getopt
    opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
  File "/usr/lib/python2.7/getopt.py", line 152, in do_longs
    has_arg, opt = long_has_args(opt, longopts)
  File "/usr/lib/python2.7/getopt.py", line 169, in long_has_args
    raise GetoptError('option --%s not recognized' % opt, opt)
getopt.GetoptError: option --debug not recognized

看起来这是不支持--debug选项和--help选项的错误提示,和打不开“显示设置”无关。
但显然我已经无法提供其他信息了。
Reply Favorite View the author
All Replies
cxbii
deepin
2013-04-02 18:56
#1
Reply View the author
mafan
deepin
2013-04-02 19:05
#2
是,谢谢cxbii,我也刚发现这个帖子,谢谢zhaxiang提供的方法。已经解决了。
Reply View the author