Firefox Flatpak - ERROR viaduct::backend::ffi] Missing HTTP status
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: o2q2tcedsh0, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
My System: Debian Stable with Firefox 109 Flatpak native Wayland.
Start Firefox Flatpak with "env MOZ_ENABLE_WAYLAND=1 ..." in a Terminal. Visit a few websites and then close all Tabs with X or STRG+W until firefox is closed.
Actual results:
[2023-01-19T10:45:37Z ERROR viaduct::backend::ffi] Missing HTTP status
[2023-01-19T10:45:37Z ERROR viaduct::backend::ffi] Missing HTTP status
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
If I put the following in /home/.profile, then the message(...Missing HTTP status) is no longer displayed.
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
Description
•