After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 400744 - Opening tomboy's help when running as panel applet crashes
Opening tomboy's help when running as panel applet crashes
Status: RESOLVED DUPLICATE of bug 399490
Product: tomboy
Classification: Applications
Component: General
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-25 19:48 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-26 20:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2007-01-25 19:48:05 UTC
Hi,
with 0.5.4 tomboy crashes when running as panel applet and clicking on "Help". Running it in the notification area works fine though.


tomboy --panel-applet
[DEBUG]: NoteManager created with note path "/home/slomo/.tomboy".
Trying Plugin: Backlinks.dll ... BacklinksPlugin. [DEBUG]: Done.
Trying Plugin: Bugzilla.dll ... BugzillaPlugin. [DEBUG]: Done.
Trying Plugin: Evolution.dll ... EvolutionPlugin. [DEBUG]: Done.
Trying Plugin: ExportToHTML.dll ... ExportToHTMLPlugin. [DEBUG]: Done.
Trying Plugin: FixedWidth.dll ... FixedWidthPlugin. [DEBUG]: Done.
Trying Plugin: NoteOfTheDay.dll ... NoteOfTheDayPlugin. [DEBUG]: Done.
Trying Plugin: PrintNotes.dll ... PrintPlugin. [DEBUG]: Done.
Trying Plugin: StickyNoteImport.dll ... StickyNoteImporter. [DEBUG]: Done.
[DEBUG]: Tomboy remote control active.
[DEBUG]: Applet Created...
[DEBUG]: EnableDisable Called: enabling... False

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at Tomboy.Tomboy.OnShowHelpAction (object,System.EventArgs) <0x0000c>
at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object_EventArgs (object,System.EventArgs) <0x0004e>
at GLib.Signal.voidObjectCallback (intptr,intptr) <0x00093>
at (wrapper native-to-managed) GLib.Signal.voidObjectCallback (intptr,intptr) <0x00035>
in (unmanaged) 0xb69ef9c8
at (wrapper managed-to-native) Gtk.Action.gtk_action_activate (intptr) <0x00004>
at Gtk.Action.Activate () <0x0001a>
at Tomboy.TomboyApplet.ShowHelpVerb () <0x0002a>
at (wrapper native-to-managed) Tomboy.TomboyApplet.ShowHelpVerb () <0x00036>
in (unmanaged) 0xb66266b2
at (wrapper managed-to-native) _Gnome.PanelAppletFactory.panel_applet_factory_main (intptr,intptr,_GnomeSharp.PanelAppletFactoryCallbackNative,intptr) <0x00004>
at _Gnome.PanelAppletFactory.Register (System.Type) <0x00158>
at Tomboy.Tomboy.RegisterPanelAppletFactory () <0x0000c>
at Tomboy.Tomboy.Main (string[]) <0x00159>


Ubuntu Bug: https://launchpad.net/ubuntu/+source/tomboy/+bug/81228

Bye
Comment 1 Sebastian Dröge (slomo) 2007-01-25 19:50:08 UTC
Apparently is a dupe of #399490...

*** This bug has been marked as a duplicate of 399490 ***