My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
INSTALL  
How to install tomboy2googlenotebook
Updated Feb 4, 2010 by gms8...@gmail.com

Introduction

Modify Compile Copy

Details

Modify

You'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.

Compile

Make 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.

Copy

You'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.

Comment by Mikolaj....@gmail.com, Apr 6, 2009

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.

at System.Net.HttpWebRequest?.CheckFinalStatus? (System.Net.WebAsyncResult? result) 0x00000? at System.Net.HttpWebRequest?.SetResponseData? (System.Net.WebConnectionData? data) 0x00000? --- End of inner exception stack trace ---

at Google.GData.Client.GDataRequest.Execute () 0x00000? at Google.GData.Client.GDataGAuthRequest.Execute (Int32 retryCounter) 0x00000?
Comment by suporte....@gmail.com, Aug 31, 2010

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?

Try using -pkg:gtk-sharp
Compilation failed: 1 error(s), 0 warnings make: all? Erro 1 chico@chico-desktop:~/.config/tomboy/addins$

Powered by Google Project Hosting