I've found in this http://morolandia.wordpress.com/2008...-giornalmente/ how to add adept_notifier to start at kde4 session.
You need to create a file on ~/.kde4/Autostart/ (i.e.: ~/.kde4/Autostart/adept_autostart.desktop)
And add this info on the file created:
You need to create a file on ~/.kde4/Autostart/ (i.e.: ~/.kde4/Autostart/adept_autostart.desktop)
And add this info on the file created:
Code:
[Desktop Entry] Exec=adept_notifier & Name=Adept Notifier Type=Service X-KDE-StartupNotify=false OnlyShowIn=KDE; X-KDE-autostart-phase=2
Comment