"without" title bar > Firefox

Get help with MATE specific problems
User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

"without" title bar > Firefox

Post#1 by SEMERENDO.cr » 03 Feb 2025, 21:29

It's a great little detail, but even if I disable it, I still get that redundancy of buttons; it's not so much ugly, but it steals screen height.
It must be that something is not incorporated into the mate-marco-caja. ANY SOLUTION?

Image

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

"without" title bar > Firefox

Post#2 by vinnie » 03 Feb 2025, 23:38

is not a solution but when you want to navigate with a little extra space press the F11 key.
As for the title bar, I think somehow it also depends on the desktop manager that has to handle the lack of the decorator.

User avatar
Ed_P
Contributor
Contributor
Posts: 8956
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

"without" title bar > Firefox

Post#3 by Ed_P » 03 Feb 2025, 23:46

vinnie wrote:
03 Feb 2025, 23:38
press the F11 key.
:shock: Thank you vinnie. :beer: On my keyboard I have to press & hold the fn key also. :happy62:

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 4290
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

"without" title bar > Firefox

Post#4 by ncmprhnsbl » 04 Feb 2025, 00:38

SEMERENDO.cr wrote:
03 Feb 2025, 21:29
ANY SOLUTION?
if you use firefox built or fetched via the "Browser Selection & Update Tool" , this doesn't occur.
the "trick" is that firefox is started via a script that runs:

Code: Select all

exec env GTK_CSD=1 /usr/lib64/firefox-currrent/firefox "$@"
this simply re-enables client side decoration for firefox(if you want to use it), that is disabled by gtk3-classic.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

"without" title bar > Firefox

Post#5 by SEMERENDO.cr » 04 Feb 2025, 00:43

Ja ja ja... oh no, I doesn't like wide screen or 4K. I prefer ↕️HD📀!
vinnie wrote:
03 Feb 2025, 23:38
Image
is not a solution but when you want to navigate with a little extra space press the F11 key.
As for the title bar, I think somehow it also depends on the desktop manager that has to handle the lack of the decorator.

User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

"without" title bar > Firefox

Post#6 by SEMERENDO.cr » 04 Feb 2025, 00:51


MMM is not more easy if I use "about:config" in the adress bar, is there any setting to change!

ncmprhnsbl wrote:
04 Feb 2025, 00:38
ANY SOLUTION?
if you use firefox built or fetched via the "Browser Selection & Update Tool" , this doesn't occur.
the "trick" is that firefox is started via a script that runs:

Code: Select all

exec env GTK_CSD=1 /usr/lib64/firefox-currrent/firefox "$@"
this simply re-enables client side decoration for firefox(if you want to use it), that is disabled by gtk3-classic.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 4290
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

"without" title bar > Firefox

Post#7 by ncmprhnsbl » 04 Feb 2025, 01:01

SEMERENDO.cr wrote:
04 Feb 2025, 00:51
MMM is not more easy if I use "about:config" in the adress bar, is there any setting to change!
well, no, because it's things outside of firefox that cause the issue.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
Ed_P
Contributor
Contributor
Posts: 8956
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

"without" title bar > Firefox

Post#8 by Ed_P » 04 Feb 2025, 01:29

Ed_P wrote:
03 Feb 2025, 23:46
vinnie wrote:
03 Feb 2025, 23:38
press the F11 key.
:shock: Thank you vinnie. :beer: On my keyboard I have to press & hold the fn key also. :happy62:
Works in PorteuX but not Porteus. :o

User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

"without" title bar > Firefox

Post#9 by SEMERENDO.cr » 04 Feb 2025, 01:36

I execute that command and is closed terminal... when I enable or disable again (title bar), only hide the bottons in the tab, same before!
ncmprhnsbl wrote:
04 Feb 2025, 01:01
MMM is not more easy if I use "about:config" in the adress bar, is there any setting to change!
well, no, because it's things outside of firefox that cause the issue.

User avatar
Ed_P
Contributor
Contributor
Posts: 8956
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

"without" title bar > Firefox

Post#10 by Ed_P » 04 Feb 2025, 06:12

In Porteus 5.01 if I start Firefox via terminal command:

Code: Select all

guest@porteus:~$ /usr/lib64/f*c*/firefox
then fn + f11 works. But not if Firefox started via it's panel icon.

User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

"without" title bar > Firefox

Post#11 by SEMERENDO.cr » 04 Feb 2025, 10:14

OK done✌🏾, thanks! But the following:
> The path is different because I downloaded it manually (mozilla.org)
> I can only run it from the terminal without a launcher⁉️
Image
//AFTER
Image
//BEFORE
Image

Code: Select all

exec env GTK_CSD=1 /mnt/sda2/vini/Programas/firefox/firefox "$@"
Ed_P wrote:
04 Feb 2025, 06:12
In Porteus 5.01 if I start Firefox via terminal command:

Code: Select all

guest@porteus:~$ /usr/lib64/f*c*/firefox
then fn + f11 works. But not if Firefox started via it's panel icon.

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

"without" title bar > Firefox

Post#12 by vinnie » 04 Feb 2025, 15:25

Ed_P wrote:
04 Feb 2025, 01:29
Works in PorteuX but not Porteus.
I don't know, as you can guess I use an appimage for the browser :P
the truth is that I like portable programs because I can carry them around with all the configurations (using firejail)

User avatar
Ed_P
Contributor
Contributor
Posts: 8956
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

"without" title bar > Firefox

Post#13 by Ed_P » 04 Feb 2025, 17:39

vinnie wrote:
04 Feb 2025, 15:25
the truth is that I like portable programs
That's why I like Porteus and its modules. :happy62:

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 4290
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

"without" title bar > Firefox

Post#14 by ncmprhnsbl » 05 Feb 2025, 01:43

SEMERENDO.cr wrote:
04 Feb 2025, 10:14
I can only run it from the terminal without a launcher⁉️
1. turn the command into a script:

Code: Select all

#! /bin/bash
exec env GTK_CSD=1 /mnt/sda2/vini/Programas/firefox/firefox "$@"
2. save the script as name "firefox" some where in your $PATH, ie. /bin /usr/bin or /usr/local/bin (or anywhere really)
3. make it executable: chmod +x /path/to/firefox

4. have your launcher's Exec= line point to it .. eg. if in $PATH, simply Exec=firefox %u or anywhere else: Exec=/path/to/somewhere/firefox
Ed_P wrote:
04 Feb 2025, 06:12
then fn + f11 works. But not if Firefox started via it's panel icon.
cannot reproduce here
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
SEMERENDO.cr
Black ninja
Black ninja
Posts: 90
Joined: 08 Nov 2023, 20:36
Distribution: alt, Porteus 5 mixed + x0.9

"without" title bar > Firefox

Post#15 by SEMERENDO.cr » 05 Feb 2025, 04:30

Yeah thanks OR in:

Code: Select all

.config/caja/scripts
ncmprhnsbl wrote:
05 Feb 2025, 01:43

Post Reply