Zim

Comment 5 for bug 782692

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote : Re: [Bug 782692] Re: Quick Note opens notebook when "open new page" is unselected

On Tue, May 31, 2011 at 8:53 PM, dotancohen <email address hidden>wrote:

> 0) The Quick Note dialogue is set to save in notebook Foo, page Bar. Zim is
> configured to use the system tray plugin. Zim is not running in the
> background.
> 1) Open Zim from the DE main menu, Open notebook SomeNotebook (where
> SomeNotebook != Foo).
> 2) Click the X button in the window chrome to close the SomeNotebook
> notebook.
> 3) Right click the system tray icon, select Quick Note.
> 4) Enter a note. Be sure the "open new page" checkbox is unchecked.
> 5) Click OK.
>
> What happens:
> The notebook Foo opens.
>

I'm sorry but that is not what happens on my system. I tried it again and
absolutely positive the window stays hidden. I also double checked the code
and it clearly says:

            if self.open_page.get_active():
                ui.present(path) # also works with proxy

So the ui will not be presented if the open_page checkbox is not set.

As far as I can tell from the revision history it did so before but this has
already been fixed with release 0.50 .

Could you double check the version of zim that is being run in the tray icon
process ? Or kill it and run the full thing in debug output ?

-- Jaap