Colomban Wendling

Results 136 comments of Colomban Wendling

…or maybe there's a specific spellcheck configuration option that triggers a crash maybe?

> This will likely cause some confusion for people who have lost their menu and can't get it back, if it's not done carefully. The UI to bring the menu...

> But should probably have an "are you sure" dialog, keybindings get hit accidently. You think? If the user "frequently" toggles the menubar, it'll be annoying, and if it's a...

Doesn't look like a theme problem from @Skif-off's screenshots (I can't see the first one from the OP BTW), looks like incorrect widget packing with GTK3's defaults.

@Skif-off try: ```diff diff --git a/geanylua/glspi_dlg.c b/geanylua/glspi_dlg.c index f0553853..c7d9718a 100644 --- a/geanylua/glspi_dlg.c +++ b/geanylua/glspi_dlg.c @@ -163,10 +163,14 @@ static gint glspi_choose(lua_State* L) scroll=gtk_scrolled_window_new(NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scroll), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); +...

> Maybe problem [here](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_dlg.c#L14): `GTK_MESSAGE_OTHER` (without icon) replaced by `GTK_MESSAGE_INFO` (with icon)? Well, IIUC that just aliases `GTK_MESSAGE_OTHER` to `GTK_MESSAGE_INFO` on GTK < 2.10 (presumably because `GTK_MESSAGE_OTHER` is new in...

I'm on Debian Buster :) I'm not totally sure which dialog you're showing, but for me e.g. the dialog examples and a couple other that display this kind of dialogs...

Sounds like #1022 (and #1036). We didn't *really* figure out what's happening because on #1022 the user didn't see the problem after manually rebuilding the package, which doesn't make much...

FWIW I just tried to compile Geany master with Clang as well as with [what seem to be Fedora's hardening flags](https://fedoraproject.org/wiki/Changes/Harden_All_Packages), yet I still can't reproduce. I also tried to...