firefox-gnome-theme
firefox-gnome-theme copied to clipboard
`gnomeTheme.hideSingleTab` doesn't hide the tab bar if hidden tabs are present
Environment
- OS: Fedora 36
- Firefox: 103.0.1, 104.0.1 (RPM-based installation)
- Activated firefox-gnome-theme features
-
gnomeTheme.activeTabContrast=true
-
gnomeTheme.bookmarksToolbarUnderTabs=true
-
gnomeTheme.hideSingleTab=true
-
- Simple Tab Groups extension is used to hide tabs
Screenshots
Are you sure you're on 103? That's supposed to be the tabs manager bar, it was turned on by default for Nightly builds today https://hg.mozilla.org/mozilla-central/rev/a47784ff266f
Try turning off browser.tabs.tabmanager.enabled
in about:config
and restart the browser. At the moment its position cannot be changed by going to "Customize" but there's an open bug to implement that.
I don't know if that extension somehow affects this, since I don't use it.
hello @bbhtt !
Are you sure you're on 103?
yep. I guess this bug heavily depends on the hidden tabs functionality. Btw, now I'm in 104, same thing
Try turning off browser.tabs.tabmanager.enabled in about:config and restart the browser
the option has already been disabled, I've rechecked -- no luck
I don't know if that extension somehow affects this, since I don't use it.
I mentored that extension as a part of this bug report -- just to provide reproduction steps
This can be solved with my new code snippet in #442! (at least I think so...)
Apparently there was some structural change in Firefox that affected the function that exists in the FGT.
This isn't the same as #462 as I have no hidden tabs. This behavior effects 106 no matter waht
This isn't the same as https://github.com/rafaelmardojai/firefox-gnome-theme/issues/462 as I have no hidden tabs. This behavior effects 106 no matter waht
The reporter's title was a bit misleading, but is the same thing.
This isn't the same as #462 as I have no hidden tabs. This behavior effects 106 no matter waht
The reporter's title was a bit misleading, but is the same thing.
i had the same issue after the recent firefox update but now its resolved.
Turning off the tab manager (browser.tabs.tabmanager.enabled -> false) works in normal windows. But in private windows there's this thing that won't go away (Edit: browser.privatebrowsing.enable-new-indicator -> false fixes it)
browser.tabs.tabmanager.enabled
was documented in the README.
Found a better approach that removes the button by default and brings it back when there are overflowing tabs. Similar to GNOME Web.
https://user-images.githubusercontent.com/6210397/197075634-fbd07b6f-adfe-4227-9052-674c11e50575.mp4
So no longer is needed to set browser.tabs.tabmanager.enabled
to false
unless you want to remove the menu for all cases.