The idea of this patch is to provide an alternative experience for passive notifications (aka without actions) in Plasma, while retaining the current interface for active notifications.
When “Lighter passive notifications” is enabled in the configuration of the system tray plasmoid, passive notifications appear in the top-right corner, and are queued: if three notifications come at the same time, they are displayed one after the other to reduce spamming. These notifications use the Plasma tooltip background so that they are well integrated in the desktop, while looking “lighter” than the regular notifications. The notifications smoothly fade in on start and fade out when done. They also fade out when moving the mouse over them.
2009.09.02: after some discussions with Celeste Lyn Paul, Kubuntu interaction architect, and other members of the Kubuntu community it was decided to go a bit further and turn active and passive notifications into Ayatana notifications if “Lighter notifications” is enabled.
To install:
cd /path/to/plasma_applet_systemtray-YYYYMMDD.so.bz2
bunzip2 plasma_applet_systemtray-YYYYMMDD.so.bz2
cd /usr/lib/kde4
sudo mv plasma_applet_systemtray.so plasma_applet_systemtray.so.old
sudo cp /path/to/plasma_applet_systemtray-YYYYMMDD.so plasma_applet_systemtray.so
To uninstall:
cd /usr/lib/kde4
sudo mv plasma_applet_systemtray.so.old plasma_applet_systemtray.so
In both case, if Plasma does not restart itself:
kquitapp plasma-desktop
plasma-desktop
Changes:
Karmic Binary: plasma_applet_systemtray-20090908.so.bz2
Changes:
Karmic Binary: plasma_applet_systemtray-20090907.so.bz2
Changes:
Karmic Binary: plasma_applet_systemtray-20090904-1.so.bz2
Changes:
Karmic Binary: plasma_applet_systemtray-20090904.so.bz2
Changes:
Changes