Posted by: Anonymous Coward
on January 24, 2006 05:20 AM
I don't run gnome or KDE, but openbox, and I use jpilot together with my Palm E. To avoid having to press the sync-button in jpilot I made this small script (called "jpilot-syncd") and placed it in ~/bin/:
#!/bin/bash
while [ 0 ]; do
jpilot-sync
done
Then I have the following in my ~/.xsession
~/bin/jpilot-syncd &
Now I simply have to press hotsync from the Palm to sync, even without jpilot running.
a deamon for syncing with jpilot
Posted by: Anonymous Coward on January 24, 2006 05:20 AMThen I have the following in my ~/.xsession
Now I simply have to press hotsync from the Palm to sync, even without jpilot running.
#