2

Screen Recorder............. What can I do for hiding a program icon from the notification bar and Unity Launcher?

wjandrea
  • 14,504
Shivam
  • 21

2 Answers2

1

You can hide icon of running program from Launcher using CompizConfig Settings Manager.
To install it run:
sudo apt-get install compizconfig-settings-manager
To launch run:
ccsm
Then go to section Windows Management, enable Windows Rules. Then choose it, and add this line into "Skip Taskbar": title=nameofwindow
Replace nameofwindow with the title of the window you want to hide.

-1

To remove an entry from the launcher, right-click on the icon and select "Unlock from Launcher". To remove items from notification bar, see handy tips from this post.

Ron
  • 20,938