Re: [Zim-wiki] Tray Icon plugin on Windows

2015-02-13 Thread Net1
Thank you so much! I have found the plugin for Windows under Edit>Preferences>Plugins>Tray Icon Now I am wondering how can I start Zim wiki on a Windows start but already minimized. Any ideas? Thanks! 2015-02-10 21:08 GMT+01:00 Jaap Karssenberg : > Yes it is, have you tried it ? > > The manual

Re: [Zim-wiki] Change input

2015-02-13 Thread Jaap Karssenberg
Hi Nikolaus, Afraid this will not be an easy thing to hack. The code you need to look at is the method "do_key_press_event" in the file zim/gui/pageview.py . Be warned that this is a part of the code that is high on my list for re-factoring to iron out bugs and hacks. So not easy to modify, and h

Re: [Zim-wiki] Startup- and shutdown-code

2015-02-13 Thread Jaap Karssenberg
Well, we have a "quit" signal already. Maybe you can patch the "start" signal in and add a small plugin that allows you to hook up scripts to those signals ? -- Jaap On Mon, Feb 9, 2015 at 9:08 PM, Udo Weik wrote: > Hello Jaap, > > I always forget to mention that I'm using Windows 7 Professio

Re: [Zim-wiki] error at starting up zim 0.62

2015-02-13 Thread Jaap Karssenberg
Have seen this error before, but usually it goes away again - try restarting / killing all zim processes. If all else fails, try starting zim with the "--standalone" option. ( All errors related to the "ipc" code I will try to address by refactoring the startup sequence in the Gtk3 branch ) Regar

Re: [Zim-wiki] Tray Icon plugin on Windows

2015-02-13 Thread hansbkk
Not a Zim issue, just like starting any app at Windows startup, google is your friend. Just make sure to include the "trayicon only" flag to the command if that's what you want. On Fri, Feb 13, 2015 at 3:23 AM, Net1 wrote: > Thank you so much! I have found the plugin for Windows under > Edit>Pr