Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Downgrade glib2 to 2.74.6 until the stuff it breaks is fixed (Read 673 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Downgrade glib2 to 2.74.6 until the stuff it breaks is fixed

Search the Arch forums for glib2. Start with https://bbs.archlinux.org/viewtopic.php?id=284268.
glib2-2.75.4 also has the bug (technically it's not a bug in glib2 but a laziness in prgramming that it no longer permits; and of course they didn't warn anybody of the change).

As it turns out, I can trigger the bug in openbox with glib2-2.74.6 by starting it with
Code: [Select]
Exec=sh -c "G_SLICE=always-malloc openbox"
in ~/.config/autostart/openbox.desktop. It seems that with glib2-2.76.0 G_SLICE defaults to always-malloc.

Re: Downgrade glib2 to 2.74.6 until the stuff it breaks is fixed

Reply #1
A patch is available that fixes it for me (opening windows on top of fullscreen windows).
openbox-fix-glib2-2.76.0.patch by pldubouilh:
https://bugzilla.icculus.org/show_bug.cgi?id=6669
Thanks, pldubouilh!