How can I hide a running program icon from the notification bar and Launcher?

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

5

2 Answers

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.

2

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like