Showing posts with label Edge. Show all posts
Showing posts with label Edge. Show all posts

11/14/2024

How to enable the separate/standalone search box (search bar) on Ubuntu/Windows

Ubuntu:

Modify /opt/microsoft/msedge/microsoft-edge and change the last line to:

exec -a "$0" "$HERE/msedge" "--enable-features=msSearchBoxInToolbar,msSearchBoxInToolbarSearchInteractionTrigger,msSearchBoxInToolbarShownTrigger $@"

Then sudo chmod 555 /opt/microsoft/msedge/microsoft-edge

Windows:

Modify the shortcut and add:

--enable-features=msSearchBoxInToolbar,msSearchBoxInToolbarSearchInteractionTrigger,msSearchBoxInToolbarShownTrigger

6/06/2021

Google doc 谷歌文档 在Microsoft Edge浏览器环境下用搜狗输入法不能输入中文

 原来是搜狗输入法的版本过低,升级搜狗输入法的版本到10.4之后就可以正常输入中文了