2

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

wjandrea
  • 14,236
  • 4
  • 48
  • 98
Shivam
  • 21
  • 1
  • 2

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.

  • 2
    In Ubuntu 18.04 there is no option "Windows Rules". Every manual or instruction about ccsm I find on the internet just states 'check Windows Rules' as if it's as natural as water. What has changed and how do I work around it? (side note, all search results about "Windows Rules" I find are at least a year old, verified with my Google-Fu) – Mark Jeronimus Sep 14 '18 at 08:38
  • same for me, @MarkJeronimus have you found a solution already? – M. Volf Apr 16 '20 at 19:09
-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,638