dde-kwin下去除火狐(Firefox)浏览器双标题栏
Tofloor
poster avatar
文刀
deepin
2019-06-30 00:50
Author
dde-kwin下去除火狐(Firefox)浏览器双标题栏
1.首先通过打开火狐浏览器》设置》定制》去掉标题栏

但是你会发现最大化下标题栏依旧存在,出现了双标题栏的bug
2.安装systemsettings
原来可以通过右键窗口菜单设置去掉标题栏解决火狐浏览器双标题栏的问题
但是新版已经将右键菜单屏蔽,因此通过安装systemsettings来设置
以下代码安装

  1. sudo apt-get install systemsettings
Copy the Code
3.设置规则仅消除火狐浏览器的标题
3.1打开软件》窗口管理》窗口规则》new,添加新的规则



3.2设置新的规则(核心)
设置匹配软件填写:Navigator Firefox
保证仅对火狐浏览器去除标题栏



去除标题栏设置


点击ok后Apply应用规则即可生效

4.效果





Reply Favorite View the author
All Replies
1 / 2
To page
kukei
deepin
2019-07-07 22:23
#1
按此方法设置过了,去掉标题栏了。
Reply View the author
dx789
deepin
2019-07-14 03:49
#2
我的连最小化最大化关闭按钮都干掉了……
PS:我火狐定制页面 现在看不到 标题栏选项了
Reply View the author
a2788328
deepin
2019-07-21 06:39
#3
从mozilla官网下载的firefox,按这个方法消除了标题栏
Reply View the author
豆浆包子
deepin
2019-07-31 07:28
#4
按照楼主的方法去掉了。谢谢。
Reply View the author
为天下式
deepin
2019-07-31 18:22
#5
官方deepin升级了几次了,这个bug还是没人管。
Reply View the author
Alex
deepin
2019-08-08 08:44
#6
You can also add a statement in the Firefox execution shortcut:

sudo deepin-editor /usr/share/applications/firefox.desktop

Line 7:

env MOZ_GTK_TITLEBAR_DECORATION=client /usr/bin/firefox %U

https://github.com/linuxdeepin/developer-center/issues/1460


Reply View the author
文刀
deepin
2019-08-08 17:31
#7
https://bbs.deepin.org/post/180020
You can also add a statement in the Firefox execution shortcut:

sudo deepin-editor /usr/share/appli ...

Your method is mush simpler, thank you.
Reply View the author
为天下式
deepin
2019-08-08 17:48
#8
感谢楼上的朋友,一行代码搞定了。
Reply View the author
stainsun
deepin
2019-08-09 05:49
#9
本帖最后由 stain 于 2019-8-8 21:54 编辑

火狐,永远被折腾……从未被抛弃
Reply View the author
海天鹰
deepin
2019-11-24 06:47
#10
本帖最后由 sonichy 于 2019-11-24 12:30 编辑

env MOZ_GTK_TITLEBAR_DECORATION=client, 定制标题栏要去勾,不然无法启动。
systemsettings 去标题,窗口化后无法改变窗口大小,定制显示标题栏才能改变。
所以加启动参数的方法更好。

Reply View the author
^9星守辰^
deepin
2019-11-24 07:09
#11
设置变量可以的,需要在火狐个性化设置把标题栏勾掉,在左下角
Reply View the author
152******80
Advanced Packager
2020-03-10 18:06
#12
最新的方法 env MOZ_GTK_TITLEBAR_DECORATION=client /home/dyl/firefox/firefox %U
Reply View the author
蒙笛
deepin
2020-03-24 17:32
#13
https://bbs.deepin.org/post/180020
You can also add a statement in the Firefox execution shortcut:

sudo deepin-editor /usr/share/appli ...

这个方法好,补充一下火狐中国版修改后exec行为
  1. Exec=env MOZ_GTK_TITLEBAR_DECORATION=client /usr/bin/firefox-zh %u
Copy the Code
Reply View the author
liumingming
deepin
2020-03-24 18:01
#14
https://bbs.deepin.org/post/180020
我的连最小化最大化关闭按钮都干掉了……
PS:我火狐定制页面 现在看不到 标题栏选项了 ...

有最大最小化插件,可以找到
Reply View the author
deepin2020cn
deepin
2020-04-06 02:02
#15
env MOZ_GTK_TITLEBAR_DECORATION=client 完全没有效果。。。
Reply View the author
leader
deepin
2020-04-06 06:29
#16
非常感谢,终于解决困扰我很久的问题了
Reply View the author
落魄魂师
deepin
2020-04-15 17:41
#17
666,真的去掉了。之前在论坛一个帖子去设置,把我系统直接搞崩了。楼主牛逼
Reply View the author
八十六万二千五百六十光年
deepin
2020-08-27 22:08
#18
太好了,这个双标题很占地方啊
Reply View the author
罗小黑
deepin
2020-08-27 23:56
#19
https://bbs.deepin.org/post/180020
太好了,这个双标题很占地方啊

用环境变量更好,这个去掉了小窗状态就不能调整大小
Reply View the author
罗小黑
deepin
2020-08-27 23:57
#20
https://bbs.deepin.org/post/180020
用环境变量更好,这个去掉了小窗状态就不能调整大小

我有发过帖子
Reply View the author
1 / 2
To page