[tomboy-list] svn tomboy & gnome-panel
Matt Price
matt.price at utoronto.ca
Sat Dec 22 11:43:14 PST 2007
On Sat, 2007-12-22 at 09:02 -0800, Sandy Armstrong wrote:
> On Dec 22, 2007 8:43 AM, Matt Price <matt.price at utoronto.ca> wrote:
> > hi folks,
> >
> > i'm trying to get svn tomboy to show up on my panel and have two issues:
> >
> > 1) tomboy doesn't show up on my list of gnome applets when i right-click
> > "add to panel" this is under ubuntu gutsy, and is true even though
> > tomboy has been installed to /usr/local/bin. is there a way to register
> > it with gnome?
> >
> > 2) when i run tomboy from the command line ( $ tomboy), tomboy runs but
> > the icon does not appear in the panel. any way to tell what's causingt
> > hat?
>
> Could you post the output you get when running Tomboy from the command
> line? Also, could you run `which tomboy` to make sure you're running
> the version out of /usr/lib (Ubuntu installs its version to /usr).
>
thanks for the quick response sandy!
which tomboy gives:
matt at gont:~$ which tomboy
/usr/local/bin/tomboy
this is on a tomboy made with no parameters passed to autogen.sh:
./autogen.sh
make
sudo make install
and below is the output from running tomboy:
matt at gont:~$ tomboy
[DEBUG]: NoteManager created with note path "/home/matt/.tomboy".
[INFO]: Initializing Mono.Addins
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.Tomboy
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.PrintNotesAddin
[DEBUG]: Name: Printing Support
[DEBUG]: Description: Allows you to print a note.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/PrintNotes.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.TasksAddin
[DEBUG]: Name: Tasks
[DEBUG]: Description: Add-in to enable tasks support for Tomboy
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/Tasks.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.FixedWidthAddin
[DEBUG]: Name: Fixed Width
[DEBUG]: Description: Adds fixed-width font style.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/FixedWidth.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.StickyNoteImportAddin
[DEBUG]: Name: Sticky Notes Importer
[DEBUG]: Description: Import your notes from the Sticky Notes
applet.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/StickyNoteImport.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.BacklinksAddin
[DEBUG]: Name: Backlinks
[DEBUG]: Description: See which notes link to the one you're
currently viewing.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/Backlinks.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.ExportToHtmlAddin
[DEBUG]: Name: Export to HTML
[DEBUG]: Description: Exports individual notes to HTML.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/ExportToHtml.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.InsertTimestampAddin
[DEBUG]: Name: Insert Timestamp
[DEBUG]: Description: Inserts current date and time at the cursor
position.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/InsertTimestamp.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.EvolutionAddin
[DEBUG]: Name: Evolution Mail Integration
[DEBUG]: Description: Allows you to drag an email from Evolution
into a tomboy note. The message subject is added as a link in the note.
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/Evolution.dll
[DEBUG]: Creating Buffer for 'New Note 52'...
[DEBUG]: New Note 52 tags:
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.WebDavSyncServiceAddin
[DEBUG]: Name: WebDav Sync Service Add-in
[DEBUG]: Description: Synchronize Tomboy Notes to a WebDav URL
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/WebDavSyncService.dll
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.FileSystemSyncServiceAddin
[DEBUG]: Name: Local Directory Sync Service Add-in
[DEBUG]: Description: Synchronize Tomboy Notes to a local file
system path
[DEBUG]: Namespace: Tomboy
[DEBUG]: Enabled: True
[DEBUG]:
File: /home/matt/stage/tomboy/lib/tomboy/addins/FileSystemSyncService.dll
[DEBUG]: Unable to locate 'gnomesu' in your PATH
[DEBUG]: Using '/usr/bin/gksu' as GUI 'su' tool
[DEBUG]: Successfully found all system tools
[DEBUG]: Unable to locate 'wdfs' in your PATH
[DEBUG]: Tomboy remote control active.
[DEBUG]: TasksApplicationAddin.Initialize ()
[DEBUG]: TaskManager created with path "/home/matt/.tomboy/Tasks".
[DEBUG]: 1 tasks loaded
[DEBUG]: EnableDisable Called: enabling... True
[DEBUG]: Binding key '<Alt>F12' for
'/apps/tomboy/global_keybindings/show_note_menu'
(Tomboy:19480): libtomboy-WARNING **: Binding '<Alt>F12' failed!
[DEBUG]: Binding key '<Alt>F11' for
'/apps/tomboy/global_keybindings/open_start_here'
[DEBUG]: Binding key '<Alt><Shift>F10' for
'/apps/tomboy/global_keybindings/open_recent_changes'
(Tomboy:19480): Gtk-CRITICAL **: gtk_box_pack_start: assertion
`child->parent == NULL' failed
[DEBUG]: Saving 'New Note 52'...
----
and on quit....
------
[DEBUG]: Quitting Tomboy. Ciao!
[DEBUG]: TasksApplicationAddin.Shutdown ()
[DEBUG]: Saving unsaved tasks...
[DEBUG]: Saving unsaved notes...
[DEBUG]: Saving 'New Note 52'...
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to
handle the exception.
System.InvalidOperationException: Collection was modified;enumeration
operation may not execute.
at System.Collections.Generic.List`1+Enumerator[Tomboy.Note].MoveNext
() [0x00000]
at Tomboy.NoteManager.OnExitingEvent (System.Object sender,
System.EventArgs args) [0x00000]
at Tomboy.Application.OnExitSignal (Int32 signal) [0x00000]
at Tomboy.Application.Exit (Int32 exitcode) [0x00000]
at Tomboy.Tomboy.OnQuitTomboyAction (System.Object sender,
System.EventArgs args) [0x00000]
at (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs)
at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr gch)
[0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e,
Boolean is_terminal)
at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr gch)
at GLib.Signal.voidObjectCallback(IntPtr , IntPtr )
at Gtk.Application.gtk_main()
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at Gnome.Program.Run()
at Tomboy.Application.StartMainLoop()
at Tomboy.Tomboy.StartTrayIcon()
at Tomboy.Tomboy.Main(System.String[] args)
---
thanks again, hope that tells you something (doesn't say much to me
unfortunately...)
matt
> Thanks,
> Sandy
--
Matt Price
matt.price at utoronto.ca
More information about the Tomboy-list
mailing list