Announcement

Collapse
No announcement yet.

How do I Autostart GCALDaemon?

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

    How do I Autostart GCALDaemon?

    Hi all, I've installed GCALDaemon and all works well when I run the "sync-now.sh" from CLI which sync's my google calendar w/ kde-pim.

    What I'd like to be able to do is is start "standalone-start.sh" at startup (which periodically syncs the calendars).

    I've looked at Kmenu>system settings>Advanced>Service Manager
    but there doesn't seem to be a way of adding a startup script.

    I'm on HH 8.04 KDE4.

    Thoughts / advice welcome. Thanks in advance.

    Cheers
    LB
    (L_inux noo_B)


    #2
    Re: How do I Autostart GCALDaemon?

    assuming the script is named standalone-start.sh, try this in konsole:
    Code:
     sudo update-rc.d standalone-start.sh defaults
    and see what it does

    Comment

    Working...
    X