We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
卸载dde-dock 之后 dde-top-panel 没有图标了 比如输入法指示器、蓝牙、音量之类的,直接复制到plugin 目录也不显示 安装的第三方应用 比如QQ、clash 、remmina啥的 也没有托盘图标,考虑下能不能兼容
The text was updated successfully, but these errors were encountered:
不能直接卸掉 dde-dock 的。虽然托盘插件是 libtray.so,但其实它还需要再加载其他的插件才能够正常工作,那些插件是和系统的 libtray.so 都在 /usr/lib/dde-dock/plugins,里面还有个文件夹放着音量啥的 so 文件,libtray.so 需要读取这些才行。
/usr/lib/dde-dock/plugins
如果只是想关掉 dde-dock,可以把 dde-dock 的可执行文件删掉就好了。
Sorry, something went wrong.
No branches or pull requests
卸载dde-dock 之后 dde-top-panel 没有图标了
比如输入法指示器、蓝牙、音量之类的,直接复制到plugin 目录也不显示
安装的第三方应用 比如QQ、clash 、remmina啥的 也没有托盘图标,考虑下能不能兼容
The text was updated successfully, but these errors were encountered: