Is there a way to hide the Messaging Tray in GNOME Shell?

6,035

Solution 1

I just managed to hide the messaging tray. Here are the steps I followed:

wget http://aur.archlinux.org/packages/gn/gnome-shell-extension-remove-bottom-bar/gnome-shell-extension-remove-bottom-bar.tar.gz
tar -zxf gnome-shell-extension-remove-bottom-bar.tar.gz
cd gnome-shell-extension-remove-bottom-bar/
mkdir -p .local/share/gnome-shell/extensions/[email protected]
cp extension.js .local/share/gnome-shell/extensions/[email protected]/
cp metadata.json .local/share/gnome-shell/extensions/[email protected]/

Now press Alt + F2 and enter r. After that, open gnome-tweak-tool Install gnome-tweak-tool and turn on the extension 'Remove bottom bar extension'.

enter image description here


There is an extension in the official GNOME extension website that lets you disable the messaging tray. You only have to download it from the site and turn it on in the gnome-tweak-tool to disable the corner.

Solution 2

Download the tar file and untar the file. It holds 3 files...

extension.js, metadata.json, PKGBUILD.

According to Gnome Shell extensions you need to put these files in 1 of the following directories:

Extension installation locations

Extensions can be installed per-user in ~/.local/share/gnome-shell/extensions, or systemwide in /usr/share/gnome-shell/extensions and /usr/local/share/gnome-shell/extensions.

Share:
6,035
Exeleration-G
Author by

Exeleration-G

I'm not a professional, I'm just trying to help other people with the knowledge I gained myself.

Updated on September 18, 2022

Comments

  • Exeleration-G
    Exeleration-G over 1 year

    I find the Messaging Tray (the bottom bar) in GNOME Shell rather inconvenient. I'm looking for a way to disable it. KRSNA 2 ZED seems to have written an extension for doing just that, but I don't know how to install it. Any help would be appreciated.

    I'm using Ubuntu 11.10 32-bit.

  • Exeleration-G
    Exeleration-G over 12 years
    Thanks, but doing that didn't help. The extension doesn't pop up in gnome-tweak-tool either.