Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
切换主题后深度终端两个标题栏是怎么情况
Experiences and Insight
280
views ·
2
replies ·
To
floor
Go
xian_qx
deepin
2019-05-23 22:38
Author
之前看到一篇美化主题的贴子,尝试安装了
systemsettings,的确有些效果很漂亮。但是安装以后深度终端变成了两个标题栏,超级难看。并且安装方法安装
kwin-effects-yet-another-magic-lamp没有成功,安装说明用
On Ubuntu
sudo apt install cmake extra-cmake-modules kwin-dev libdbus-1-dev \ libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev \ libkf5windowsystem-dev qtbase5-dev
这个方法显示安装成功,但是后面,一直没看懂如何安装?哪位大神给指导指导。
After you installed all the required dependencies, you can build the effect:
git clone https://github.com/zzag/kwin-effects-yet-another-magic-lamp.gitmkdir build
&&
cd
buildcmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usrmakesudo make install
Reply
Like 0
Favorite
View the author
All Replies
BLumia
deepin
2019-05-23 22:55
#1
本帖最后由 blumia 于 2019-5-23 15:16 编辑
请注意,(DDE 下)使用 systemsettings 调整 kwin 的配置是【不受到官方支持的】。
至于这个问题,去systemsettings里找到【KWin 脚本】,然后关闭【强制对 GTK+ 窗口使用修饰】选项就行了。
Reply
Like 0
View the author
Comments
xian_qx
2019-05-23 23:02
多谢,已经解决了,可能在设置的时候点上了。
古一
deepin
2019-05-23 23:11
#2
哈哈,我也踩过这个坑,这个问题楼上正解,到Window Management > Kwin Script里去掉那个勾
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
之前看到一篇美化主题的贴子,尝试安装了systemsettings,的确有些效果很漂亮。但是安装以后深度终端变成了两个标题栏,超级难看。并且安装方法安装kwin-effects-yet-another-magic-lamp没有成功,安装说明用
这个方法显示安装成功,但是后面,一直没看懂如何安装?哪位大神给指导指导。