Remove Default Lubuntu Notifications
To remove the notifications simply remove the culprit: the notification-daemon. Open the terminal and paste the following code.
sudo apt-get remove notification-daemon
It may prompt you with something scary about removing the lubuntu-desktop. That didn't happen to me, but you shouldn't worry because it's part of a meta package. Your desktop will be fine. I promise!Add a New Notification System
XFCE uses an excellent, minimal notify system. It's called xfce4-notifyd. The popups are a bit smaller, have a smokier look to them, and don't prompt you to clear the old notifications. What more can you ask for? Oh, and did I mention it's configurable? Yeah, you can chose where they appear, what they look like, and how long they stay on the screen. Want it? Make sure you've removed the notification-daemon first. Then paste into the terminal:
sudo apt-get install xfce4-notifyd
To open the configuration manager:
xfce4-notifyd-config
Restart. Enjoy.
0 comments:
Post a Comment