Firefox标题栏bug
Tofloor
poster avatar
kt286
deepin
2019-06-06 22:17
Author
本帖最后由 kt286 于 2019-6-6 14:20 编辑

勾选Firefox中的隐藏标题栏

dde-kwin下:
两套 最大化关闭按钮


非dde-kwin下:
没有最上边的标题栏  但是关闭按钮很小,弹出的窗口(例如 关于Firefox)按钮大小正常


PS:ubuntu下按钮大小都正常

@aida






Reply Favorite View the author
All Replies
avatar
aida
deepin
2019-06-06 22:36
#1
此问题已确认为bug,正在处理中

https://bbs.deepin.org/user/33072    https://bbs.deepin.org/user/27275   https://bbs.deepin.org/user/33250   https://bbs.deepin.org/user/5284 https://bbs.deepin.org/user/31012  https://bbs.deepin.org/user/114126  https://bbs.deepin.org/user/13250 @zhangjide    @ListenerRi   @yanbowen   @electricface @WangYaohua  @blumia  @kirigaya
Reply View the author
avatar
kevinlong
deepin
2019-06-08 06:04
#2
我也喜欢用火狐, 有个临时的方法
1. 安装 systemsettings, 主要是为了打开 kwin设置窗口, 15.10.2 默认禁用了

2. 配置firefox的 kwin设置
3. 设置 firefox的title bar(不要选中)
这样设置后, 基本能用, 也有一些小问题, 窗口没有毛玻璃效果, 调整窗口大小时只能 alt+f8



Reply View the author
avatar
海天鹰
deepin
2019-06-08 07:08
#3
这个问题很久了,我都发到火狐论坛了
Reply View the author
avatar
kt286
deepin
2019-06-10 17:07
#4
https://bbs.deepin.org/post/178936
我也喜欢用火狐, 有个临时的方法
1. 安装 systemsettings, 主要是为了打开 kwin设置窗口, 15.10.2 默认禁用 ...

这个方法只解决了双标题的问题  没解决按钮小的问题
Reply View the author
avatar
kevinlong
deepin
2019-06-10 18:43
#5
https://bbs.deepin.org/post/178936
这个方法只解决了双标题的问题  没解决按钮小的问题

按钮的问题应该是firefox自己的问题, 这个应该去firefox论坛反馈
Reply View the author
avatar
kt286
deepin
2019-06-10 18:55
#6
https://bbs.deepin.org/post/178936
按钮的问题应该是firefox自己的问题, 这个应该去firefox论坛反馈

好的                 
Reply View the author
avatar
yuan-deepin
deepin
2019-08-07 23:32
#7
这里汇总一下

Firefox双标题的问题

可以靠三楼的方法解决,但是三楼讲的有点模糊,这里贴一个详细的https://ywnz.com/linuxjc/5436.html
另外,上面贴的那个方法中,要注意在设置Windowclass时可以靠进程名来确定要修改的窗口的名字,而且貌似选Substing Match更好。

Firefox自带的标题栏看不到(修改了customize里的title bar不见效)

  1. sudo vim /usr/share/applications/firefox-esr.desktop
Copy the Code

修改这个启动文件,把下面的这一行内容成下面的样子
  1. Exec=env XDG_CURRENT_DESKTOP=GNOME /usr/lib/firefox-esr/firefox-esr %u
Copy the Code

(Firefox-esr是我安的Firefox ESR,如果安得不是这个,要酌情去/usr/lib确认你安装的版本,这个一定要去具体目录了看具体文件喔)
保存后重启浏览器应该就可以了。
Reply View the author