v20有没有dde-dock全透明插件
Tofloor
poster avatar
s73102
deepin
2020-07-23 03:59
Author
有没有可以让dock透明的插件,或者方法。
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2020-07-23 04:12
#1
https://bbs.deepin.org/post/149493 不知道20 是否适用
Reply View the author
avatar
s73102
deepin
2020-07-23 04:14
#2
https://bbs.deepin.org/post/197551
https://bbs.deepin.org/post/149493 不知道20 是否适用

这个试过了,很遗憾不能用,装上后任务栏没了
Reply View the author
avatar
Rubbish
deepin
2020-07-23 05:04
#3
https://github.com/linuxdeepin/d ... ndow/mainwindow.cpp
应该把里面的
  1. 479: connect(&DockSettings::Instance(), &DockSettings::opacityChanged, this, &MainWindow::setMaskAlpha);
Copy the Code
去掉,把
  1. MainWindow::setEffectEnabled
Copy the Code
里的setMaskAlpha改成固定数值0就可以吧。不过dde的项目我总是编译不过,环境没配置好。
Reply View the author