4

I just installed Unity Tweak Tool but haven't been able to use it due to the error it keeps giving, which is: com.canonical.notify-osd

I tried looking it up but haven't come up with anything so far. How can I fix this issue?

Seth
  • 59,332
user222280
  • 41
  • 1
  • 1
  • 2

4 Answers4

7

Go to a terminal by pressing Ctrl+Alt+T and type the following commands:

sudo apt-get install --reinstall notify-osd
sudo apt-get install --reinstall overlay-scrollbar

This will install 2 packages if you don't have them or re-install them if already present and broken.

Fabby
  • 35,017
5

use Synaptics and search for notify-osd .Install it .

Your Issue will be fixed.

Raja G
  • 105,327
  • 107
  • 262
  • 331
Sukupa91
  • 3,067
1

Simply updating the notify-osd may lead to you getting an additional error The following Schema is missing: com.canonical.desktop.interface.

The solution to this should be to:

sudo apt-get install unity-webapps-service

Though the background to this could be dependency issues. If so the command line could give a suggestion like try:

apt-get -f install

in which case you will want to:

sudo apt-get -f install

and this could well resolve the issue.

techraf
  • 3,316
0

I faced same issue. The following commands helped me,

sudo apt-get install overlay-scrollbar

and

sudo apt-get install notify-osd