Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2021-10-13 Thread Skif-off
Win10, 1.37 GTK**2** vs. 1.38 GTK**3**: ![gtk2vs3](https://user-images.githubusercontent.com/6333198/137074307-ba00b4f8-c071-46f9-b53f-a41ae9adbbb6.png) Simple script: ```lua geany.choose('Test:', {"one", "two", "three"}) ``` Xubuntu, GTK3 with vs. without @b4n 's patch:

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-09 Thread Skif-off
I think `message-dialog-restore-traditional-look-on-unity.patch` creates a problem, because only this patch contains the words `GtkMessageDialog`, `GtkWidget`, `icon` and `image`. (By the way this bug exists in `geany.input()`'s window too.) @b4n, will you add your patch to upstream? -- You

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-08 Thread Colomban Wendling
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 all come without an image at all. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-08 Thread Skif-off
What OS are you using? If it Debian or any non Ubuntu-based distribution then maybe this problem was born here https://salsa.debian.org/gnome-team/gtk3/-/tree/ubuntu/focal/debian/patches ? Rebuilding for all GTK 3 packages only with patchs from Debian will stay last way of checking :) -- You

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-08 Thread Colomban Wendling
> 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

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-08 Thread Skif-off
@b4n , thanks, looks better: ![2020-11-08_14-40-13](https://user-images.githubusercontent.com/6333198/98463049-01ae9700-21d2-11eb-8986-3b42ae9d4999.png) > However, I don't understand why you see a "missing image" image under GTK3. Maybe problem

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-07 Thread Colomban Wendling
@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);

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-07 Thread Colomban Wendling
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. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2020-11-07 Thread Skif-off
GTK2 vs. GTK3: ![geany choose](https://user-images.githubusercontent.com/6333198/98442970-c5236280-2121-11eb-995b-c6a2065680bf.png) Xubuntu 20.04, Geany 1.37, GTK 3.24.20, GLib 2.64.3. Is this the same problem? I tried Adwaita, Greybird (my default theme), Numix, but with the same result. Is

Re: [Github-comments] [geany/geany-plugins] Problem with "Lua Script" after upgrade (GTK 3) (#690)

2018-02-09 Thread Matthew Brush
GTK+ 3.22 broke all themes again, try an up to date theme like Adwaita or other popular one that has been fixed since. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: