目测手贱把deepin的消息推送卸了= =
Tofloor
poster avatar
L56675
deepin
2013-12-14 18:02
Author
现在的推送方式变成这样了,怎么办= =
Reply Favorite View the author
All Replies
186******98
deepin
2013-12-14 18:15
#1
sudo apt-get install deepin-notifications
Reply View the author
L56675
deepin
2013-12-14 23:36
#2
sudo apt-get install deepin-notifications
运行后发现它原来是存在的,但是却无法使用(试过重启、注销、重启dock、托盘图标的操作)(之前我安装了xfce4然后卸载了)
Reply View the author
186******98
deepin
2013-12-15 00:03
#3
应该是其他桌面环境的 notification 进程加载进来了, 尝试做一下:
dpkg -l | grep '^rc' | awk '{print $2}' | xargs sudo aptitude -y purge
Reply View the author