Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
打不开显示设置
Experiences and Insight
597
views ·
2
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2013-04-02 18:56
#1
http://www.linuxdeepin.com/forum/6/11908
看看这个?
Reply
Like 0
View the author
mafan
deepin
2013-04-02 19:05
#2
是,谢谢cxbii,我也刚发现这个帖子,谢谢zhaxiang提供的方法。已经解决了。
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
deepin eighth Bi-Weekly Technical Report is online
Popular Events
More
昨天莫名其妙发现“显示设置”一片灰色背景,什么项目也没有。其实也有反应,点击“显示设置”的时候,有一竖行的黑线闪过,然后就是灰色背景了。
在终端运行
$ 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选项的错误提示,和打不开“显示设置”无关。
但显然我已经无法提供其他信息了。