[Dock] 系统升级至20.2后任务栏启动后退出
Tofloor
poster avatar
sudiaty
deepin
2021-06-21 16:46
Author

系统升级至20.2后,开机任务栏出现后自动消失。

执行dde-dock输出信息如下

2021-06-21, 08:35:38.117 [Warning] [                                                         0] QDBusAbstractInterface: type QByteArrayList must be registered with Qt D-Bus before it can be used to read property org.freedesktop.UDisks2.Filesystem.MountPoints
2021-06-21, 08:35:38.123 [Warning] [                                                         0] QDBusAbstractInterface: type QByteArrayList must be registered with Qt D-Bus before it can be used to read property org.freedesktop.UDisks2.Filesystem.MountPoints
2021-06-21, 08:35:38.125 [Warning] [                                                         0] QDBusAbstractInterface: type QByteArrayList must be registered with Qt D-Bus before it can be used to read property org.freedesktop.UDisks2.Filesystem.MountPoints
/usr/bin/proxychains4
2021-06-21, 08:35:38.197 [Warning] [                                                         0] QLayout: Cannot add a null widget to QVBoxLayout/
2021-06-21, 08:35:38.205 [Warning] [                                                         0] QLayout: Cannot add a null widget to QVBoxLayout/
2021-06-21, 08:35:38.207 [Warning] [                                                         0] QLayout: Cannot add a null widget to QVBoxLayout/

(process:14589): GLib-GIO-ERROR **: 08:35:38.433: Settings schema 'com.deepin.dde.dock.module.sound' does not contain a key named 'sound-output-slider'
追踪与中断点陷阱 (核心已转储)

 

Reply Favorite View the author
All Replies
sudiaty
deepin
2021-06-21 17:17
#1

由升级问题导致,参考下文可解决https://ywnz.com/linuxjc/9012.html

可执行以下命令进行修复

ps -ef | grep "deepin-anything" | grep -v grep | awk '{print $2}' | sudo  xargs -I {} kill -9 {} | sudo rmmod vfs_monitor

sudo dpkg --configure -a

sudo apt --fix-broken install

sudo apt update && sudo apt dist-upgrade
Reply View the author