You are not logged in.
Just installed tomboy on gnome but it crashes on startup
Here's the output:
$ tomboy
Trying Plugin: ExportToHTML.dll ... ExportToHTMLPlugin. Done.
Trying Plugin: PrintNotes.dll ... PrintPlugin. Done.
** (Tomboy:4160): WARNING **: The following assembly referenced from /opt/gnome/lib/tomboy/Tomboy.exe could not be loaded:
Assembly: dbus-sharp (assemblyref_index=4)
Version: 0.50.0.0
Public Key: 9eef2692033670f5
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/opt/gnome/lib/tomboy).
=================================================================
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.
=================================================================
Stacktrace:
in Tomboy.Tomboy:Main (string[]) <0xffffffff>
in Tomboy.Tomboy:Main (string[]) <0x12a>
in (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0x50c5f8d7>
Native stacktrace:
mono(mono_handle_native_sigsegv+0xc3) [0x8151763]
mono [0x811f030]
[0xffffe440]
mono(mono_assembly_load_reference+0x16a) [0x80d73ba]
mono(mono_class_from_typeref+0x26d) [0x80ecb4d]
mono(mono_class_get+0xf2) [0x80eb8e2]
mono [0x80ddc2e]
mono(mono_metadata_parse_type_full+0x138) [0x80dde98]
mono(mono_metadata_parse_mh_full+0x3bb) [0x80deafb]
mono(mono_method_get_header+0x14a) [0x80e5e4a]
mono [0x813b154]
mono [0x813ccb0]
mono(mono_magic_trampoline+0x1a) [0x8152aca]
[0xb7b87032]
[0xb74347c3]
mono(mono_runtime_exec_main+0x60) [0x8094070]
mono(mono_runtime_run_main+0x16d) [0x80973ed]
mono(mono_main+0x102a) [0x805cfda]
/lib/libc.so.6(__libc_start_main+0xd8) [0xb7d51808]
mono [0x805ba51]It seems like dbus-sharp is not in my path. Apparently I have dbus-sharp installed but I can't find it. Anyone know where its located? Or is there something else that's going on here?
Thanks
A
Offline
Try to re-install dbus-sharp with --force and recompile tomboy. I had problems with it too until I recompiled it for the newer mono version.
Offline
Ok. I downloaded the PKGBUILD from AUR but makepkg failed because tomboy.desktop didn't exist in the directory where the source is downloaded from. So here's what I did:
I downloaded tomboy.desktop from AUR and copied it in $startdir/src/tomboy.desktop and deleted tomboy.desktop from the PKGBUILD line:
source=(http://www.beatniksoftware.com/tomboy/releases/$pkgname-$pkgver.tar.gz tomboy.desktop)So the source line now says:
source=(http://www.beatniksoftware.com/tomboy/releases/$pkgname-$pkgver.tar.gz)And now I have a working Tomboy
A
Offline
I installed tomboy using pacman from current and I'm getting the same error. Could anybody please help with that. Donno even how to recompile
Offline