|
INSTALL
How to install tomboy2googlenotebook
IntroductionModify Compile Copy DetailsModifyYou'll need to create an entry in gconf at /apps/tomboy/google_notebook_userid with your numeric Google ID. You can find this by going to http://google.com/notebook, clicking on Sharing Options at the top right, and selecting "Yes" to "Publish this Notebook". You should see a ~20 digit number in the URL. That's your numeric Google ID. CompileMake sure you have both of the Google.GData.dll's in your ~/.tomboy/addins folder. Then, simply run make. The make file should compile the source. CopyYou'll need to copy the resulting dll in to your ~/.tomboy/addins folder. Restart tomboy, and everything should work. Currently, the Addin is a Note Addin, which means that it only shows up under Notes. So open a note, and click Tools -> Sync To Google Notebook. If everything works as expected, you should end up with a Tomboy note for each note in Google Notebook. If it didn't work as expected, please file a bug here. |
Tomboy crashes while syncing.
Ubuntu Intrepid 8.10 64bit uname: Linux babol 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux
WARN?: Error fetching atom feed: Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/notebook/feeds ---> System.Net.WebException?: The remote server returned an error: (400) Bad Request.
Erro!
chico@chico-desktop:~/.config/tomboy/addins$ make gmcs -debug -out:GoogleNoteBookSync?.dll -target:library -pkg:tomboy-addins -r:Mono.Posix -r:Google.GData.Client -r:Google.GData.Extensions GoogleNoteBookSync?.cs -resource:GoogleNoteBookSync?.addin.xml GoogleNoteBookSync?.cs(3,7): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 1 error(s), 0 warnings make: all? Erro 1 chico@chico-desktop:~/.config/tomboy/addins$