Windows 11 - snap 2.61.1 - WSL 2 - Ubuntu-22.04 - Firefox 122.0-2 Rev 3687 latest/candidate mozilla.
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: adam.langowicz, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
Run firefox in windows terminal session WSL 2.
$ firefox
Actual results:
Issue is that browser do not open child windows, do not run action.
Host os is Windows 11.
Expected results:
After click on Hamburger Menu on right after display menu and click in menu item
the item do not fire any functions like preferences, Downloads, Passwords,
Comment 1•1 year 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.
| Reporter | ||
Comment 2•1 year ago
|
||
Video of issue (2 days expiration form post ) https://streamable.com/0l83ck
Showing that after click on menu item do not fire any function.
| Reporter | ||
Comment 3•1 year ago
|
||
First Up to date wsl 2 - and this instruction works for Ubuntu 22.04 and firefox to run:
sudo apt update && sudo apt upgrade && sudo apt install weston
mkdir /tmp/xdg
export XDG_RUNTIME_DIR=/tmp/xdg
Description
•