Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2022 16:36:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267123] www/firefox-esr: segmentation fault (dumped core), when launched from Wayland
Message-ID:  <bug-267123-7788-V7uBjXo4MZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267123-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267123-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267123

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267123-7788-V7uBjXo4MZ>