-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[meta-oe][scarthgap] openbox crashes on alt+tab with fullscreen app probably caused by newer glib-2.0 #837
Labels
Comments
Thanks for report @FederAndInk if this fixes the problem, it would be good to send a patch to openbox recipe to apply this patch |
Tried it, the patch fixes this issue, unfortunately I don't have the time to send the patch for now |
@kraj @FederAndInk We will handle it from here and send a patch :) |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jul 11, 2024
Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: openembedded#837 Signed-off-by: Alexandre Videgrain <alexandre.videgrain@smile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeau@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jul 14, 2024
Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: openembedded#837 Signed-off-by: Alexandre Videgrain <alexandre.videgrain@smile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeau@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
Jul 15, 2024
Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: openembedded/meta-openembedded#837 Signed-off-by: Alexandre Videgrain <alexandre.videgrainsmile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeausmile.fr> Signed-off-by: Yoann Congal <yoann.congalsmile.fr> Signed-off-by: Khem Raj <raj.khemgmail.com>
Thanks @ycongal-smile we can close this issue. Please re-open if something more is needed on this. |
github-actions bot
pushed a commit
to Boeing/meta-openembedded-contrib
that referenced
this issue
Jul 18, 2024
Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: openembedded/meta-openembedded#837 Signed-off-by: Alexandre Videgrain <alexandre.videgrain@smile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeau@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 85132c1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
Aug 1, 2024
Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: openembedded/meta-openembedded#837 Signed-off-by: Alexandre Videgrain <alexandre.videgrainsmile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeausmile.fr> Signed-off-by: Yoann Congal <yoann.congalsmile.fr> Signed-off-by: Khem Raj <raj.khemgmail.com>
jpuhlman
pushed a commit
to MontaVista-OpenSourceTechnology/meta-openembedded
that referenced
this issue
Aug 5, 2024
Source: meta-openembedded MR: 158406 Type: Integration Disposition: Merged from meta-openembedded ChangeID: c336a58 Description: Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: openembedded#837 Signed-off-by: Alexandre Videgrain <alexandre.videgrain@smile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeau@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 85132c1) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (openembedded#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (openembedded#841) - Add amqp_literal_bytes macro (openembedded#844) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (openembedded#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (openembedded#841) - Add amqp_literal_bytes macro (openembedded#844) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When alt tabbing from a fullscreen app (chromium), openbox crashes, this is apparently due to glib-2.0 upgrade (>= 2.76)
found related bug on arch: https://bugs.archlinux.org/task/77853
the commit on the openbox repo: Mikachu/openbox@9ed6fdd
I haven't tried the patch yet, will report back when tried
The text was updated successfully, but these errors were encountered: