I have been a happy user of Geany for several years now, I love its speed. Recently I'm experiencing regular crashes, with this message:
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
geany: ../../src/xcb_io.c:259: poll_for_event: Controletest '!xcb_xlib_threads_sequence_lost' faalt.
Version: Geany 1.36 Using GTK+ v2.24.32 and GLib v2.56.4 runtime libraries
System: linux Mint 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2547
As discussed in #2602, make GTK+3 the default of the build system, leading up to the eventual removal of GTK+2 support.
The `--enable-gtk3` configuration option is replaced with `--enable-gtk2`. If `--enable-gtk2` is specified, the GTK+2 development libraries/headers must be available via `pkg-config` or else configuration will fail. If `--enable-gtk2` is _not_ specified, the GTK+3 development libraries/headers must be available or else configuration will fail. It intentionally does not fall back to GTK+2 automatically.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2610
-- Commit Summary --
* Make GTK3 build default, and GTK2 build optional
-- File Changes --
M configure.ac (28)
-- Patch Links --
https://github.com/geany/geany/pull/2610.patchhttps://github.com/geany/geany/pull/2610.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2610
As pointed out in #1218, currently the Windows nightly builds are not really compabitle with the release installers (line end character detection, strange warnings about image loading, maybe more).
Currently, the nightly builds are created with a very old toolchain (gcc 3.x) and probably outdated GTK stack.
Ideally, we use https://github.com/geany/geany/blob/master/scripts/cross-build-mingw.sh also for the nightly builds with newer Mingw toolchain and maybe even use NSIS to create full installers.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1241
When using geany with freebasic I find that it does not recognize that 'boolean' is a key word. Other variable types appear in blue, but 'boolean' appears as normal type.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2583
Hi,
i switched completely to geany on all my platforms because geany is available for windows, Linux Mint and Raspberry OS and is active in development. On Windows i used pspad and there was a color picker which had predefined colors.
I use the color picker often for html and i try to find every time the same color with the sliders, the result is mostly similar but not the same ... is there a better color picker ?
Thank you
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2595
I am using the latest version 1.36 of geany and I am using custom build commands to format my files, `rustfmt "%f"`. I have enabled all the file saving options on reload available under preference>various except file.show_keep_edit_history_on_reload_msg.
The problem is after formatting my codes in order to see the changes to the file I have to interact with geany by clicking some random tab or menu items. The files are not reloaded instantaneously. Another problem is this reload doesn't work 100 percentage every time. Some times nothing changes in the files despite the file changing in the disk itself.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2603