Score:5

How to hide active program from top bar in Ubuntu

af flag

I was wondering could I hide running application from the top bar in Ubuntu.

This is the screenshot

enter image description here

Phil Wardon avatar
af flag
the active program i mean is that firefox web browser name on top
Score:6
br flag

The below command can hide it on call;

gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval string:'Main.panel.statusArea.appMenu.hide();'

to show it back, use below command.

gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval string:'Main.panel.statusArea.appMenu.show();'
Mast avatar
us flag
Would this persist through reboot?
br flag
Yes if the command added to startup applications
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.