为了消除wps乱码我下了wps官网的字体包解压在了.font
Tofloor
poster avatar
luyunfei330
deepin
2013-06-03 15:34
Author
然后wps不会出现乱码了,可是我关机了之后,再开就发现右下角只剩下输入法的图标,并且关机也关不了,也无法上网
Reply Favorite View the author
All Replies
cxbii
deepin
2013-06-03 19:01
#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
luyunfei330
deepin
2013-06-03 20:45
#2
不行啊
Reply View the author
cxbii
deepin
2013-06-04 01:06
#3
不行啊
先去上报bug才知道能不能解决
Reply View the author