19

This is for all programs not just Firefox. I would like 18.04 to behave a bit more like Unity.

Terry
  • 473
  • 2
  • 4
  • 14

1 Answers1

11

The supported way to achieve such effect would be to install the Gnome Shell extension Pixelsaver straight from the software center. You can install it with the following command:

sudo apt install gnome-shell-extension-pixelsaver

You may need to enable the extension using the tool "Extensions" (only in Ubuntu 20.04 and higher) or using "Gnome Tweaks". You can install Gnome Tweaks from the software center, or install it with the command:

sudo apt install gnome-tweaks

An unsupported way to install gnome Shell extensions is by using the Gnome Extensions website. To enable this, you need some preparations. You will also find Pixel Saver there, but the extension Unite appears to be better maintained.

Caveat: these extensions may only work when your desktop is running on the Xorg graphics system. Ubuntu 18.04 by default will run on Xorg. However, by default, Ubuntu 17.10 used Wayland. You can switch between using Xorg or Wayland using the cog on the log in screen.

vanadium
  • 88,010
  • 4
    sudo apt install gnome-shell-extension-pixelsaver didn't work, it seem to install OK but no change to the title bar. Thanks.

    Installing via the software center worked perfectly and gave me back some screen real estate.

    – Terry Sep 16 '18 at 09:28
  • If anyone else wants to do the same thing, then I would recommend you also install gnome tweaks from the Ubuntu Software center; as it then gives you a convenient way to turn extensions on and off. – Terry Sep 16 '18 at 10:00
  • @Terry Installing via software center is equivalent to the install command. However, through Software center the extension is perhaps enabled automatically, but not when using the command line. I will add the advice to have Tweaks installed, thanks! – vanadium Sep 16 '18 at 11:06
  • sound right to me, in fact that was the conclusion I came to. – Terry Sep 17 '18 at 07:34
  • 1
    In addition, I had to restart the machine for the change to take effect.(Ubuntu 20.04) – Binod Kalathil Sep 05 '20 at 23:19
  • @BinodKalathil no need. At most, you need to log out and back in (or restart Gnome Shell). – vanadium Sep 06 '20 at 09:46