桌面右下角的图标不见了
Tofloor
poster avatar
Hibosky
deepin
2013-07-17 18:49
Author
DeepinScreenshot20130717104646.png今天早晨电脑开机,然后发现右下角的图标就剩两个了,原来记得是一排(肯定不止两个),怎么调出来?我昨天有更新。
Reply Favorite View the author
All Replies
cxbii
deepin
2013-07-17 18:53
#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/mantis/login_select_proj_page.php?ref=bug_report_page.php
Reply View the author