File tomboy-disable-starthere.patch of Package tomboy
Index: tomboy-0.9.3/Tomboy/NoteManager.cs
===================================================================
--- tomboy-0.9.3.orig/Tomboy/NoteManager.cs
+++ tomboy-0.9.3/Tomboy/NoteManager.cs
@@ -175,7 +175,10 @@ public NoteManager (string directory) :
links_note_content);
links_note.QueueSave (true);
- start_note.Window.Show ();
+ /* Don't show the start note on first run
+ since Tomboy is started in the default
+ GNOME panel.
+ start_note.Window.Show ();*/
} catch (Exception e) {
Logger.Warn ("Error creating start notes: {0}\n{1}",
e.Message, e.StackTrace);