为什么没有通知栏?
Tofloor
poster avatar
905443848
deepin
2013-07-15 06:29
Author
DeepinScreenshot20130714222755.png
时间 用户 网络呢?
怎么关机?现在都是sudo poweroff的
Reply Favorite View the author
All Replies
cxbii
deepin
2013-07-15 07:14
#1
这个可能是部分软件导致的问题
请终端执行:
代码: 全选
  1. kill $(ps aux | grep trayicon.py | awk '{print $2}')
  2. sudo apt-get install gdb -y
  3. cd /usr/share/deepin-system-tray/src/
  4. gdb python
  5. r ./trayicon.py
Copy the Code

然后前去bug管理上报(请贴上上面的终端输出,请不要用截图!)~
地址:http://www.linuxdeepin.com/manti ... bug_report_page.php
Reply View the author
905443848
deepin
2013-07-16 00:59
#2
bug弄不上去      该帐号设置为被保护状态,解除保护前你不能使用该账号。
yuanjiayun@deepin:~$ cd /usr/share/deepin-system-tray/src/
yuanjiayun@deepin:/usr/share/deepin-system-tray/src$ gdb python
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/python2.7...(no debugging symbols found)...done.
(gdb) r ./trayicon.py
Starting program: /usr/bin/python2.7 ./trayicon.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
load_image_path: ./image
Traceback (most recent call last):
  File "./trayicon.py", line 279, in
    tray_icon = TrayIcon()
  File "./trayicon.py", line 65, in __init__
    self.plugin_manage = PluginManage()
  File "/usr/share/deepin-system-tray/src/trayicon_plugin_manage.py", line 57, in __init__
    tray_path_list = self.config.get("tray", "ATH").split(",")
AttributeError: 'NoneType' object has no attribute 'split'
[Inferior 1 (process 4629) exited with code 01]
Reply View the author
905443848
deepin
2013-07-16 04:47
#3
有人吗?自挽。没时间没关机很郁闷的。
Reply View the author
cxbii
deepin
2013-07-16 05:04
#4
我会将你的输出上报bug管理的,请等待修复~


http://www.linuxdeepin.com/mantis/view.php?id=2142
请跟踪这个问题
Reply View the author
cxbii
deepin
2013-07-16 17:58
#5
请lz尝试重装
deepin-system-settings
deepin-system-tray
看能否解决此问题
:-)

by:phcole

执行的命令为
  1. sudo apt-get --reinstall install deepin-system-settings deepin-system-tray
Copy the Code
Reply View the author
snyh1010
deepin
2013-07-20 04:41
#6
请把 home目录下的~/.config/deepin-system-settings/tray/config.ini 内容贴上来。

然后删除这个文件再看看有问题没
Reply View the author
905443848
deepin
2013-07-23 20:06
#7
请把 home目录下的~/.config/deepin-system-settings/tray/config.ini 内容贴上来。

然后删除这个文件再看看有问题没

0字节大的 打不开
Reply View the author
905443848
deepin
2013-07-23 20:22
#8
请lz尝试重装
deepin-system-settings
deepin-system-tray
看能否解决此问题
:-)

by:phcole

执行的命令为
  1. sudo apt-get --reinstall install deepin-system-settings deepin-system-tray
Copy the Code
重装以后已经恢复正常了
Reply View the author