更新后启动器无图标
Tofloor
poster avatar
destory
deepin
2018-06-22 00:23
Author
今天下午15.5升级15.6,重启后,启动器里面没有图标。
怎么解决?急急急!
Reply Favorite View the author
All Replies
avatar
Dracarys
deepin
2018-06-22 00:46
#1
试试删除 ~/.config/deepin/dde-launcher*.conf 配置文件
Reply View the author
avatar
destory
deepin
2018-06-22 00:51
#2
https://bbs.deepin.org/post/158764
试试删除 ~/.config/deepin/dde-launcher*.conf 配置文件

您好,谢谢!
我删除了,还是那样。
  1. -> % dde-launcher  --show                             

  2. No appenders registered with logger
  3. [Warning] <> QFileSystemWatcher::removePaths: list is empty
  4. [Warning] <> QFileSystemWatcher::removePaths: list is empty
Copy the Code
Reply View the author
avatar
Dracarys
deepin
2018-06-22 01:02
#3
https://bbs.deepin.org/post/158764
您好,谢谢!
我删除了,还是那样。

/usr/share/applications 下 desktop 文件还在吧
Reply View the author
avatar
destory
deepin
2018-06-22 01:04
#4
https://bbs.deepin.org/post/158764
/usr/share/applications 下 desktop 文件还在吧

desktop文件都还在
Reply View the author
avatar
Dracarys
deepin
2018-06-22 01:12
#5
https://bbs.deepin.org/post/158764
desktop文件都还在
  1. $ dde-launcher  --show
  2. load translate "/usr/share/dtkwidget/translations/dtkwidget2_zh_CN"
  3. load translate "/usr/share/dde-launcher/translations/dde-launcher_zh_CN"
  4. No appenders registered with logger
  5. [Warning] <> QFileSystemWatcher::removePaths: list is empty
  6. [Warning] <> QFileSystemWatcher::removePaths: list is empty
Copy the Code

执行结果不太一样,dde-launcher版本是 3.0 吗
Reply View the author
avatar
destory
deepin
2018-06-22 06:09
#6
已经解决,
  1. sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_old

  2. sudo mkdir /var/lib/dpkg/info

  3. sudo apt update
  4. sudo apt -f install
  5. sudo apt dist-upgrade
Copy the Code
Reply View the author