Announcement

Collapse
No announcement yet.

how to add adept_notifier on KDE4

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to add adept_notifier on KDE4

    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:
    Code:
    [Desktop Entry]
    Exec=adept_notifier &
    Name=Adept Notifier
    Type=Service
    X-KDE-StartupNotify=false
    OnlyShowIn=KDE;
    X-KDE-autostart-phase=2

    #2
    Re: how to add adept_notifier on KDE4

    Thats a good tip thanks
    "The problem with reality is that it leaves a lot to the Imagination" - John Lenon.

    Comment

    Working...
    X