7

I've tried the following shell extensions:

  • pixel-saver
  • Unite
  • No Title bar
  • Gnome Global Application Menu (HUD Gnome)

but none of them work on Ubuntu 19.04 and the title bar is really annoying. Are there any solutions that i could remove it or merge it with top bar?

I've looked through

and more with no luck.

enter image description here

guntbert
  • 13,134
  • This works for me (not removed but tiny): https://unix.stackexchange.com/questions/257163/reduce-title-bar-height-in-gnome-3-gtk-3 – Leto Sep 23 '19 at 14:49

1 Answers1

1

There are two kinds of titlebars, the "classical" title bar provided as a Windows decoration and, for GTK3 applications only, the new "Client side decorations" (CSD), where the title bar is provided by the application itself, and as such can contain other functional elements such as buttons etc.

All solutions you tried remove the "classical" title bar. They will work on 19.04 provided you run xorg, and may not necessarily work on Wayland. So first check whether you are running xorg or wayland. If you are running Wayland, you can switch to xorg by logging out, then before logging back in, you can select a session on xorg after clicking the cog wheel.

If your application uses a CSD titlebar, then it cannot be removed.

vanadium
  • 88,010
  • So following this comment i get x11 output and follwing this comment returns empty.. so I would assume i'm running xorg

    And the title bar i am trying to remove exists on almost all the applications that i open and it's quite chunky therefor i don't think it CSD (E.g. it exist on Telegram and Termianl)

    also i don't have cog wheel when i log out

    Thanks for response

    – Amir Heshmati May 25 '19 at 17:38
  • 3
    At least the Unite extension is very well maintained, works up to Gnome Shell 3.32 (Ubuntu 19.04). It requires xorg, which is the standard display server in 18.04 and up (only 17.10 shipped with Wayland as default). – vanadium May 26 '19 at 01:32
  • @vanadium I would say that your comment should be an answer as Unite does everything one might need. Works with 19.10 as well for me – ThunderBiggi Dec 02 '19 at 10:09
  • @ThunderBiggi the OP used Unite, but additionally, the OP did not specify whether he wants to get rid of the title bar on maximized apps or on any window. – vanadium Dec 02 '19 at 13:09
  • @vanadium is the latter even possible? I still think Unite is the closest they can get to an anwer, but ok. – ThunderBiggi Dec 02 '19 at 13:18
  • @ThunderBiggi Yes, see link provided on comment on question – vanadium Dec 02 '19 at 14:20
  • For those who wonder: Unite (which works for me too), can be installed simply by going there : https://extensions.gnome.org/extension/1287/unite/ and activating the button. Thanks @vanadium – nicobo Jun 19 '20 at 19:34