Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-13 Thread nomadbyte
Which Geany version are you using? How did you install it? GeanyVC plugin is dependent on `libgtkspell`, which in its turn depends on `libenchant`. The spellcheck is used for the commit message/comment (when language is configured in the plugin's Preferences). -- You are receiving this

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2021-01-13 Thread elextr
@L--U--P--U--S ummm, ahh, Windows, I missed that, yeah well the windows downloads are gtk2 up to 1.37, the intention is to switch to gtk3 before 1.38 release, but it depends on peoples time availability which is unknown in these "interesting" times. So you would have to build it yourself at

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2021-01-13 Thread Thomas Wolf
> Can you time some of the differences with a stopwatch? ### Procedure 1. randomly opened 15 files (ranging from one to some hundreds of lines in size) and save those files as project 2. closed Geany 3. opened Geany (empty editor/file) 4. opened project while looking on stopwatch Repeated steps

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2021-01-13 Thread Thomas Wolf
> could you please do comparisons using versions built with gtk3. As 1.37 is > the last release that will officially support gtk2, any issues it causes are > likely not going to be fixed. Are there windows installers with gtk3 available for download or do I have do compile it myself following

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2021-01-13 Thread Andy Alt
I was curious and built pango from git, installed it, rebuilt geany.. appears to be linked properly, but I still get the slowdown ``` $ ldd `which geany` linux-vdso.so.1 (0x7fff31b61000) libgeany.so.0 => /home/andy/.local/lib/libgeany.so.0 (0x7fcae186a000)