[Bug 267123] www/firefox-esr: segmentation fault (dumped core), when launched from Wayland

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 16 Oct 2022 16:36:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267123

--- Comment #3 from Alain De Vos <devosalain@ymail.com> ---
This is how i start wayland,
```
#!/usr/local/bin/zsh
export BEMENU_BACKEND=wayland
export CLUTTER_BACKEND=wayland
export GDK_BACKEND=wayland
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_WAYLAND_DISABLE_WINDOWDECORATION=0
export SDL_VIDEODRIVER=wayland
export WM=labwc
export XDG_RUNTIME_DIR=/home/TMP
export XDG_SESSION_TYPE=wayland
export XKB_DEFAULT_LAYOUT="be(nodeadkeys)"
export XKB_DEFAULT_RULES=evdev
exec labwc
```
Can i dump some info when firefox dies ?

-- 
You are receiving this mail because:
You are the assignee for the bug.