Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Hide or show system window title bar

  • 5 respostas
  • 2 têm este problema
  • 1 visualização
  • Última resposta por th.pauwels

more options

I have a new PC running Kubuntu 22.04, with Mozilla Firefox 120.0.1 (64 bit) installed. Standard, the system window title bar was hidden. But I wanted access to the "Move to desktop" menu and wanted the title in the title bar. So, in "Customize toolbar" I checked "Title bar". The title bar reappeared, but a complete border along the Firefox window became inaccessible, and when clicking in that zone, it effectively clicked in the window behind. In particular, the complete menu bar is inaccessible, as well as the scroll bar on the left and in the bookmarks sidebar the fold/unfold. And Mozilla Thunderbird 115.5.0 has the same annoying behaviour. Even when hovering over some menus in the Mozilla window, you can sometimes see reactions from the window under the Mozilla window. On older Kubuntu computers (up to 18.04) with older versions of Firefox (up to 113.0.2) and Thunderbird (up to 102.11.0) I do not have that problem. How can I get at the same time access to both the system title bar and the menu bar ?

I have a new PC running Kubuntu 22.04, with Mozilla Firefox 120.0.1 (64 bit) installed. Standard, the system window title bar was hidden. But I wanted access to the "Move to desktop" menu and wanted the title in the title bar. So, in "Customize toolbar" I checked "Title bar". The title bar reappeared, but a complete border along the Firefox window became inaccessible, and when clicking in that zone, it effectively clicked in the window behind. In particular, the complete menu bar is inaccessible, as well as the scroll bar on the left and in the bookmarks sidebar the fold/unfold. And Mozilla Thunderbird 115.5.0 has the same annoying behaviour. Even when hovering over some menus in the Mozilla window, you can sometimes see reactions from the window under the Mozilla window. On older Kubuntu computers (up to 18.04) with older versions of Firefox (up to 113.0.2) and Thunderbird (up to 102.11.0) I do not have that problem. How can I get at the same time access to both the system title bar and the menu bar ?

Solução escolhida

widget.titlebar-x11-use-shape-mask = true had no effect, but starting Firefox with MOZ_GTK_TITLEBAR_DECORATION = system solved the problem. I did not try GTK_CSD = 0/1.

Ler esta resposta no contexto 👍 0

Todas as respostas (5)

more options

You could try running in native Wayland with the environment variable MOZ_ENABLE_WAYLAND=1.

more options

zeroknight said

You could try running in native Wayland with the environment variable MOZ_ENABLE_WAYLAND=1.

When I read https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277, I am not really tempted to try this proposal.

more options

You can get access to the system menu commands without the title bar with alt + f3.

more options

X11 is dead so compatibility is only going to get worse.

th.pauwels said

But I wanted access to the "Move to desktop" menu

You can right-click the titlebar a second time to show the native application menu.

Some titlebar-related settings you can try:

MOZ_GTK_TITLEBAR_DECORATION = none/client/system
GTK_CSD = 0/1
widget.titlebar-x11-use-shape-mask = true
more options

Solução escolhida

widget.titlebar-x11-use-shape-mask = true had no effect, but starting Firefox with MOZ_GTK_TITLEBAR_DECORATION = system solved the problem. I did not try GTK_CSD = 0/1.