PDA

View Full Version : [ubuntu] Tomboy trouble after upgrading to 10.10



shaagerup
October 10th, 2010, 11:00 PM
After upgrading to Ubuntu 10.10 my Tomboy will not start.

I tried to backup and remove the /home/soren/.local/share/tomboy directory, but it didn't solve it.

I have attached a dump of this:

$ tomboy --debug &> tomboy.txt

It ends with


================================================== ===============
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
================================================== ===============
so it certainly looks like something is wrong.

Any suggestions on how I might solve this issue?

sharm
October 11th, 2010, 05:18 PM
rm -rf ~/.config/tomboy/addin*
tomboy --debug

Then you should be fine. This is a random Mono.Addins bug that I've seen from time to time.

shaagerup
October 11th, 2010, 06:46 PM
Thanks a lot for your answer! It works nicely now!