Page 1 of 1

Bug in tomboy ?

Posted: Sat Dec 08, 2012 8:15 am
by mark1mint
Whilst playing around with Easystroke and trying to add a new gesture for opening a new Tomboy note,I've discovered that the tomboy --new-note command only works if tomboy itself is not running yet,otherwise it brings up the main search window again (from the minimized state),the terminal output looks like that:

Code: Select all

tomboy --new-note

(Tomboy:6447): libtomboy-WARNING **: Binding '<Alt>F11' failed!


(Tomboy:6447): libtomboy-WARNING **: Binding '<Alt>F12' failed!

[INFO 13:13:07.401] Initializing Mono.Addins
[ERROR 13:13:07.750] Tomboy is already running.  Exiting...
whilst the output when successfully opening a new note (when Tomboy is not launched yet) gives the following warning :

Code: Select all

 tomboy --new-note
[INFO 13:13:25.084] Initializing Mono.Addins

(Tomboy:6452): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.
I may be wrong but that seems a buggy behavior to me,any idea on what is actually going on ?
Should I file a bug on Launchpad?

Re: Bug in tomboy ?

Posted: Sun Dec 09, 2012 4:58 am
by xenopeek
There's no point in submitting this bug on Launchpad, assuming you mean Linux Mint's Launchpad. Upstream bugs you should submit upstream. Please only use Linux Mint's Launchpad to submit bugs in Linux Mint developed software (though use GitHub for Cinnamon), not for software developed in other projects. Tomboy bugs go here: https://live.gnome.org/Tomboy/Bugs. Note that Tomboy also has an IRC and a mailing list (https://live.gnome.org/Tomboy), you might want try to those before submitting a bug. And of course search their bug database for existing similar bugs first.

Re: Bug in tomboy ?

Posted: Mon Dec 10, 2012 1:21 pm
by mark1mint
Ok,there was no bug reported for this,it is reproducible easily both on my LMDE installation and in a virtualbox,so I've filed one.
It looks a bit weird to submit a bug to Gnome for a bug actually happening in MATE,I don't know how well they will play along with a fork of a dismissed version of their own desktop,but I'm maybe overthinking this ;).

Re: Bug in tomboy ?

Posted: Thu Mar 14, 2013 11:09 am
by lunatico
Same issue happens when doing:
tomboy --open-note "Some Note"

Launch Tomboy from Panel.

Posted: Thu Mar 14, 2013 11:51 am
by GeneC
I am not sure if this is any help to anyone or not but I keep 'Tomboy' icon on my panel.
As you can see it will lauch notes, search, and create new ones.

Image

To get the icon on the panel. Set it to auto-launch. I am using XFCE so adjust for your particular DE.

The command is

Code: Select all

tomboy --icon
Image

Re: Bug in tomboy ?

Posted: Fri Mar 15, 2013 3:14 pm
by mark1mint
https://bugzilla.gnome.org/show_bug.cgi?id=689964

I see the same behavior in Mint 13 Mate,too.

Re: Bug in tomboy ?

Posted: Sun Jan 26, 2014 8:05 am
by jcoles
Has any solution been found? As GeneC illustrated, the Tomboy menu was available in Mint 14 (MATE), integrated into the Notification Area. It functioned exactly the same as it does in the Windows version of Tomboy. In 16, there is no Tomboy icon in the Notification Area. You can add Tomboy to a panel, of course. But this always opens the Search window, making access to existing notes less convenient. Has anyone figured out a hack that restores the functionality we have lost?

Re: Bug in tomboy ?

Posted: Mon Jan 27, 2014 10:19 am
by mark1mint
Exactly,that's really annoying-and,having also tried Debian stable with Mate,I can see that the exact same bug is still there.

Re: Bug in tomboy ?

Posted: Wed Feb 26, 2014 8:27 pm
by jcoles
Success! I added "Indicator Applet" to the panel. The tomboy pin icon appeared if Tomboy was running. The Dropbox icon also appears in this applet. Then I added tomboy to the Startup Applications list. Don't use the --panel-applet option, just "tomboy".

For me, the problem is likely due to me re-using my /home folder from Mint 14. Just today, I tried creating a new user account and found that the new user got the tomboy pin icon. The Indicator Applet is default but was not part of my old panel. In Mint 14, the Notification Area included tomboy.

Re: Bug in tomboy ?

Posted: Tue May 13, 2014 11:04 am
by mark1mint
Do you mean that after adding "tomboy" to Startup Applications,this issue is solved?
I mean,if you give the

Code: Select all

tomboy --new-note
command (either from terminal or by mouse gesture) when tomboy is already running,you don't get the

Code: Select all

Tomboy is already running.  Exiting...
error?

Re: Bug in tomboy ?

Posted: Wed Jun 18, 2014 9:26 am
by mark1mint
I've tried to add tomboy to startup applications,I don't think we're talking about the same issue,as this hasn't solved the bug I've originally reported.