【求助】【deepin beta20】【firefox】firefox如何去掉顶栏
Tofloor
poster avatar
xuanyuan100
deepin
2020-05-01 00:06
Author
就是最上面  “发表帖子-应用软件”那一栏
如何去掉那一条?


真的丑爆了,而且浪费百分之十的页面,就为了放这么个东西。我真的无法理解啊。有没有人说下为什么会有这一栏??????????

真的不知道开发者想的啥?????????????????





因为用的是自己下载的版本,需要自己创建图标
[Desktop Entry]
Encoding=UTF-8
Version=77.0
Type=Application
Terminal=false
Exec="/media/hulhut/Data/linux/FirefoxLinux/firefox72/firefox/firefox"
Name=Firefox
Comment=The Best Web Browser
Categories=Network;
Icon=/media/hulhut/Data/linux/App/ico/firefox.png
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
X-Deepin-AppID=firefox

如何更改,才能去掉那一栏

谢谢大家




Reply Favorite View the author
All Replies
avatar
ygq8988
deepin
2020-05-01 00:12
#1
压缩包应用需要自己创建图标确实很累,不知道有没有什么快捷方法
Reply View the author
avatar
pencildraw
deepin
2020-05-01 02:35
#2
论坛里有改desktop文件可以去掉最大化时显示的系统标题栏。不过就像你这张图上的,火狐的这个标题栏右上角的三个图标挨得这么近你受得了吗?反正我受不了,相比之下我更接受系统的标题栏,等后续看有办法解决没。
Reply View the author
avatar
枯燥生活来点依达拉奉
deepin
2020-05-01 02:44
#3
窗口化标题栏会消失,我都习惯了用Alt+F8拉到最大了。。。
Reply View the author
avatar
weibo666
deepin
2020-05-01 03:01
#4
定制-去掉标题栏的勾就好了
Reply View the author
Comments
qd-974
2020-05-01 05:19
avatar
wubozh
deepin
2020-05-01 03:06
#5
firefox去掉最大化里的标题栏,要在.desktop文件中Exec=这里加个环境变量:
1、 右上角菜单 -》 定制 -》 左下角 “标题栏” 取消打钩
2、 如果上面无法解决,在firefox的启动前插入一个环境变量,具体修改 /usr/share/applications/firefox-zh.desktop 文件,将中间的Exec行中间添加env MOZ_GTK_TITLEBAR_DECORATION=client 如下
Exec=env MOZ_GTK_TITLEBAR_DECORATION=client /usr/bin/firefox-zh %U

发贴之前学会搜索
Reply View the author
avatar
lenke
deepin
2020-05-01 05:05
#6
wubozh 发表于 2020-4-30 19:06
firefox去掉最大化里的标题栏,要在.desktop文件中Exec=这里加个环境变量:
1、 右上角菜单 -》 定制 -》  ...

deepin v20可以直接去标题栏,不用这样额外操作
Reply View the author
avatar
WangZhongyun
deepin
2020-05-01 05:42
#7
https://bbs.deepin.org/post/193370
deepin v20可以直接去标题栏,不用这样额外操作

怎么操作呢
Reply View the author
avatar
xuanyuan100
deepin
2020-05-06 19:18
#8
https://bbs.deepin.org/post/193370
定制-去掉标题栏的勾就好了

这个试过了,没用啊
Reply View the author
avatar
xuanyuan100
deepin
2020-05-12 21:46
#9
https://bbs.deepin.org/post/193370
firefox去掉最大化里的标题栏,要在.desktop文件中Exec=这里加个环境变量:
1、 右上角菜单 -》 定制 -》  ...

感谢。生效了
附上我的图标

[Desktop Entry]
Encoding=UTF-8
Version=77.0
Type=Application
Terminal=false
Exec=env MOZ_GTK_TITLEBAR_DECORATION=client /media/hulhut/Data/linux/FirefoxLinux/firefox72/firefox/firefox
Name=Firefox
Comment=Firefox
Categories=Network;
Icon=/media/hulhut/Data/linux/App/ico/firefox.png
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
X-Deepin-AppID=firefox
Reply View the author
avatar
minidick
deepin
2020-09-18 17:50
#10
https://bbs.deepin.org/post/193370
firefox去掉最大化里的标题栏,要在.desktop文件中Exec=这里加个环境变量:
1、 右上角菜单 -》 定制 -》  ...

设置成功
Reply View the author
avatar
woolgather
deepin
2020-10-04 03:50
#11
https://bbs.deepin.org/post/193370
deepin v20可以直接去标题栏,不用这样额外操作

你属于典型的键盘侠。
Reply View the author
avatar
woolgather
deepin
2020-10-04 03:52
#12
https://bbs.deepin.org/post/193370
firefox去掉最大化里的标题栏,要在.desktop文件中Exec=这里加个环境变量:
1、 右上角菜单 -》 定制 -》  ...

即使可以解决了,但这不应该系统里默认设置好吗~为什么要让使用者这么费事去实现一个这么基础的功能
Reply View the author