Bobby Rong

Results 49 comments of Bobby Rong

We also experience this on NixOS with GLib 2.82 (https://hydra.nixos.org/build/274413637/nixlog/1), it looks like `g_utf8_next_char` no longer includes a cast to `char*` since https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4016.

Ugh, now crashes with a different backtrace: ```gdb #0 0x00007fabf5484442 in gala_drag_drop_action_release_actor (self=0x19c2460, actor=0x19c1d90) at ../lib/DragDropAction.vala:150 _tmp0_ = _tmp5_ = __func__ = "gala_drag_drop_action_release_actor" #1 0x00007fabf52c0faf in weak_refs_notify (data=0x19c2590) at ../gobject/gobject.c:3646...

Hmmm, on 72ee7e1d751370779675a86258b5a764b363142a it crashes at the original place. ![](https://github.com/user-attachments/assets/eb71fcab-230f-4b0a-bc01-b1682b73d076)

It's Vala 0.56.17, GLib 2.80.3, Mutter 46.3.1

I pushed my build dir here: https://github.com/bobby285271/gala-pr-1990/blob/e7dc0f83bea3e1442f1d23d5ad8b7f1c7c7c1a0f/build/src/gala.p/Widgets/IconGroupContainer.c#L617

Ugh, bisected to 18621b90ef3c1ab31d0d4ac7fd8603826d4d824b (?)

It looks like I can't reproduce this issue with `glib_debug` option off when building glib, the option previously defaults to `auto` in < 2.82 and we have `-Dauto_features=enabled` in our...

I used the following script to generate 2746947354473d0a651ab6d9b4f82536259b8bfd, which brings back support for old libcamel (edit: it looks like the commit is gone after the rebase below, feel free to...

@lenemter I started looking this since I plan to [drop X11 session in NixOS](https://github.com/elementary/session-settings/issues/91) very soon. I believe my case is not a duplicate of https://github.com/elementary/gala/issues/2505 since I cannot reproduce...