Hi, this crash happens because the binary of the NoteOfTheDay plugin was compiled against gtk#1 and not like Debian's tomboy against gtk#2.
You either have to compile it yourself by getting the sources from http://www.beatniksoftware.com/blog/index.php?p=27 and use (after installing mono-mcs, libgtk2.0-cil and libgnome2.0-cil): mcs -out:NoteOfTheDay.dll -target:library NoteOfTheDay.cs -pkg:gtk-sharp-2.0 -r:Mono.Posix -r:/usr/lib/tomboy/Tomboy.exe -pkg:gconf-sharp-2.0 or you could get it from here as a binary: http://slomosnail.de/~slomo/temp/NoteOfTheDay.dll (but I won't keep the file there forever) Bye -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

