Author of this package is George Ruinelli (http://www.ruinelli.ch/harmattan/syncevolution-gui).
SyncEvolution-GUI is a very basic Graphical User Interface for the N9. It is basically only a GUI for the syncevolution command line tool.
I tested it with OwnCloud and syncevolution 1.3.
There is currently no configuration options available. All settings have still to be done in the config files as described here, http://www.nrtm.org/?s=VJOURNAL or http://talk.maemo.org/showthread.php?t=85868.
Available elements can be changed in the file MainPage.qml:
ListElement { name: "calendar"; value: "calendar" }
ListElement { name: "addressbook"; value: "addressbook"}
ListElement { name: "calendar + addressbook"; value: "calendar addressbook" }
ListElement { name: "memos"; value: "memo" }
ListElement { name: "todo"; value: "todo" }
ListElement { name: "all"; value: "calendar addressbook memo todo" }
User configuration can be changed in the file main.py
# USER CONFIGURATION #################
peer = "" #peer to be synced, keep empty to use default peer configured in /home/user/.config/syncevolution/config.ini
sources = "calendar" #default sources to be synced
syncmode = "two-way" #default sync mode
autostart_timeout = 5 #seconds
Attachment | Size | Date |
---|---|---|
syncevolution-gui_0.3.1_armel.deb | 64.92 KB | 22/10/2013 - 15:49 |
syncevolution-gui (0.3.1) unstable; urgency=low
Various improvements
Recent comments