Running Unity on fresh install of 14.04. I installed Unity Tweak Tool through the Software Center, and on initial launch it said:
The following schema is missing
com.canonical.notify.osdIn order to work properly, Unity Tweak Tool recommends you install the necessary packages.
So in the terminal I used
sudo apt-get install notify-osdThen, when I tried to open Unity Tweak Tool again, I got the same message but instead of com.canonical.notify.osd, it's saying com.canonical.desktop.interface is missing. How do I get this to run?
3 Answers
I had the same issue, and I used the above solutions. Both were required to achieve a solution.
sudo apt-get install notify-osd
sudo apt-get install overlay-scrollbarNow it works perfectly.
1Used
sudo apt-get install overlay-scrollbarWorks now.
For what it's worth, I had this issue on 18.04 and it was solved only by running
sudo apt install notify-osdI didn't need to install overlay-scrollbar.