Package Details: microsoft-edge-stable-bin 145.0.3800.97-1

Git Clone URL: https://aur.archlinux.org/microsoft-edge-stable-bin.git (read-only, click to copy)
Package Base: microsoft-edge-stable-bin
Description: A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier
Upstream URL: https://www.microsoftedgeinsider.com/en-us/download
Keywords: browser chromium web
Licenses: LicenseRef-custom
Conflicts: edge, edge-stable, edge-stable-bin, microsoft-edge-stable
Provides: edge-stable, microsoft-edge-stable
Submitter: nicomix
Maintainer: ptr1337
Last Packager: ptr1337
Votes: 145
Popularity: 2.63
First Submitted: 2021-10-29 02:42 (UTC)
Last Updated: 2026-03-07 10:08 (UTC)

Dependencies (16)

Required by (7)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 22 Next › Last »

dikadikkun commented on 2026-03-09 14:36 (UTC)

@numerior, thank you. Just update it to 145.0.3800.97-1 and the dark mode is already fixed.

Hopefully there's no this kind of error in the future...

Numerlor commented on 2026-03-08 19:51 (UTC)

dark mode persists normally now on 145.0.3800.97-1

dikadikkun commented on 2026-02-27 12:38 (UTC) (edited on 2026-02-27 20:34 (UTC) by dikadikkun)

New update and the dark mode bug still persist.

In the end, I downgraded it to version Version 143.0.3650.139. Gotta ignore this package update until there are fixes to this bug from microsoft.

Looks like this bug started from version 144.x

dikadikkun commented on 2026-02-25 00:24 (UTC)

@sir_anwrap - Yes, I'm experiencing this issue too. At first, I thought it was KDE bug, since there are bug like this too on version 6.6.0 but it's getting patched on 6.6.1. But now, since you said it, I think it's the edge problem. The problem exist with latest update, I guess, since the version before this is working fine.

Hopefully it will get fixed soon with incoming update, since it's kinda annoying to always manually set the color scheme.

a11599 commented on 2026-02-24 17:36 (UTC)

Yes, only GTK seems to stick (and looks pretty awful, but this setting at least respects the system dark mode). This started with either v145 or the the latest update, not sure. I reported it via Send feedback... Edge on Linux is a joke.

sir_anwrap commented on 2026-02-24 14:58 (UTC)

I'm having an issue with Edge's "overall appearance" setting not persisting. I took a look at the preferences file at ~/.config/microsoft-edge/Default/Preferences, and found that the setting is linked to a variable at browser.theme.color_scheme2. When I change between light/dark/gtk theme in Edge, the preferences file updates that value. And when I close the browser, the value is persisted. But when I open Edge again, it defaults to light theme, and the value is overwritten within a few seconds.

This isn't the only setting that's doing this, but it is the one that I actually found the value for in the preferences file. The background toggle on the new tab page settings, for example, gets reset to on. I have sync enabled, but both of those settings, I'm pretty sure, are not included in sync. This is a relatively new install, so the issue might have been present from the start without me noticing, but I did recently update to version 145.0.3800.70-1. Anyone else having this issue? Any ideas on what might be going on?

iedame commented on 2026-02-20 12:54 (UTC)

@brycec - thank you for the links! Looks like this is known issue and another release should be available soon, according to the microsoft issue https://github.com/microsoft/linux-package-repositories/issues/310

brycec commented on 2026-02-19 17:11 (UTC)

@iedame - Seems that there was a packaging issue with 145 and presumably Microsoft has removed the .deb until they can sort themselves.

(I just googled "microsoft edge 145.0.3800.58" and found those.)

iedame commented on 2026-02-19 12:51 (UTC)

Any idea why the .deb URL is now returning a 404: Not Found error? It looks like the upstream source may have moved or removed the file.

a11599 commented on 2026-02-17 08:37 (UTC)

@hii, @lnabc03

It's not hyprland exclusive. Edge in v144+ tries to create a window to show tooltips under Wayland, which causes layout reflow in tiling WMs. This causes flicker in hyprland/niri because it tries to tile the tooltip window (which closes automatically after a few milliseconds). Tooltips don't show for me under either KDE or niri (to be precise, they appear for a split second in niri, but then are closed automatically, in KDE there is no visible effect apart from brief focus loss on main window). I already reported this via Send feedback menu item, but it would be good if more people report it too because it's extremely annoying (but I need this browser for work).

For niri a similar window rule as @hii suggested can be used, since the tooltip window has an empty app ID. (This will also force other windows without app ID to be opened in a floating window, which may be a minor annoyance if you have such misbehaving applications.)

window-rule {
    match app-id="^$"
    open-floating true
}

This won't prevent the focus flicker, but at least it prevents layout changes. Another workaround is to force XWayland via --ozone-platform=x11 --disable-features=UseOzonePlatform command line parameters.