Forum Discussion
bxhorn
Oct 16, 2024Copper Contributor
MS Edge - Sidebar and copilot not working on Linux Ubuntu v24 LTS
Sidebar not syncing or accepting new app additions (+). Copilot button is dead/inactive. Sidebar settings are well configured. Using the latest version of the Ubuntu OS and MS Edge. Functionality appears to be absent as product was released without full functionality....Lame!
47 Replies
Sort By
- SrimalPriyangaCopper Contributor
It seems especially unfortunate that the Linux builds of Edge omit the sidebar code path entirely, with no feature flags, policies, or workarounds available. Many developers and IT professionals choose Linux as their primary environment. By withholding a core UI feature from Linux users, Edge creates an unnecessary second‑class experience for a large segment of your audience.
- raplozCopper Contributor
Copying HubApps from a Windows install worked, it's a shame though that this hasn't been fixed yet.
- DrKrunkCopper Contributor
Brilliant! Copied the hubapps file from my windows pc to my Deepin install. Thanks a lot, works perfectly. 😎
- oomsCopper Contributor
It's now 15th of February and it still breaks after updating Edge. Just copied the HubApps file to my profile directories again. Copilot is so important to Microsoft but less so on platforms other than Windows.
- darrelld678Copper Contributor
the file that is missing is called HubApps, and it can be copied from any edge install, on windows it would be here:
AppData/Local/Microsoft/Edge/User Data/Default/HubApps
this file needs to be copied to:
flatpak version:.var/app/com.microsoft.Edge/config/microsoft-edge/Default/
regular install:
.config/microsoft-edge/Default/and restart edge, then copilot will work.
link to sample HubApps file
https://controlc.com/565dfd65
also might have to copy into other profiles if you have some
all of this info is above but unclear, ive also added a link to a copy of the file if you do not have a working install - blaudevCopper Contributor
Remove installation
$ apt remove microsoft-edge-stable
Remove config
$ rm ~/.config/microsoft-edge
Download oldest and latest versions$ curl -o microsoft-edge-stable_121.0.2277.128-1_amd64.deb https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_121.0.2277.128-1_amd64.deb $ curl -o microsoft-edge-stable_131.0.2903.112-1_amd64.deb https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_131.0.2903.112-1_amd64.deb
Install oldest version$ apt install ./microsoft-edge-stable_121.0.2277.128-1_amd64.deb
Execute Edge$ microsoft-edge
Update to latests version$ apt install ./microsoft-edge-stable_131.0.2903.112-1_amd64.deb
- goldcaesarCopper Contributor
You Sir are a Gentleman and a Scholar
- Greg PloughCopper Contributor
Worked perfectly...thank you!
- GabrielMCS20Copper Contributor
Thank you so much. After these steps, it worked! 🙏
- blaudevCopper Contributor
Remove installation
$ apt remove microsoft-edge-stable
Delete configuration
$ rm -lr ~/.config/microsoft-edge
Install older versión
$ apt install ./microsoft-edge-stable_121.0.2277.128-1_amd64.deb
Update$ apt install ./microsoft-edge-stable_131.0.2903.112-1_amd64.deb
- kenzaiCopper Contributor
Weirdly, I have the issue on arch linux, everything updated, it seems like the problem is so generalized, it would be good to fix it centrally from MS side.