4

After installing LXDE to my Ubuntu 13.10 system, the notifications tooltip theme changed and it remains after uninstalling LXDE.

enter image description here

Also before that, pressing Fn + Arrow Keys in my laptop I could change the volume and brightness settings and a tooltip would show up indicating the current levels, but now that doesn't show anymore.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Prastt
  • 291

2 Answers2

7

Just remove xfce4-notifyd package and reinstall notify-osd if is not installed. Restart your desktop session.

sudo apt-get remove xfce4-notifyd && sudo apt-get install notify-osd
xangua
  • 7,217
0

Use this software to change the notifications. It seems a little heavy handed, but reseting doesn't seem to be working for you.

How to customize on screen notifications?

Paul Tanzini
  • 3,927