Package Details: microsoft-edge-stable-bin 131.0.2903.51-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: custom
Conflicts: edge, edge-stable, edge-stable-bin, microsoft-edge-stable
Provides: edge-stable, microsoft-edge-stable
Submitter: nicomix
Maintainer: aakashhemadri
Last Packager: aakashhemadri
Votes: 125
Popularity: 2.99
First Submitted: 2021-10-29 02:42 (UTC)
Last Updated: 2024-11-15 23:01 (UTC)

Dependencies (11)

Required by (5)

Sources (2)

Pinned Comments

Littletiger commented on 2024-04-23 17:13 (UTC)

I was using --ozone-platform-hint=auto and having the startup issue in 124 as well, changing this to --ozone-platform=wayland fixed it for me

aakashhemadri commented on 2022-03-29 13:23 (UTC) (edited on 2022-03-29 13:24 (UTC) by aakashhemadri)

Please wait 30 minutes after a new update is released by Microsoft. The out-of-date flag sends an email notification to all those subscribed. If after a day the package stays out-of-date then please go ahead and flag the package as out-of-date to notify us.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »

albertlv commented on 2023-02-02 02:26 (UTC) (edited on 2023-02-02 02:28 (UTC) by albertlv)

diff --git a/update_version.sh b/update_version.sh
index 08cd4c8..181a76c 100755
--- a/update_version.sh
+++ b/update_version.sh
@@ -16,6 +16,7 @@ VER=$(curl -sSf https://packages.microsoft.com/repos/edge/dists/stable/main/bina
     grep -A6 "Package: ${PKG}" |
     awk '/Version/{print $2}' |
        cut -d '-' -f1 |
+    sort -rV |
     head -n1)

 # Insert latest version into PKGBUILD and update hashes
@@ -32,6 +33,7 @@ fi
 # updpkgsums
 SUM256=$(curl -sSf https://packages.microsoft.com/repos/edge/dists/stable/main/binary-amd64/Packages |
     grep -A15 "Package: ${PKG}" |
+    grep -A14 "Version: ${VER}" |
     awk '/SHA256/{print $2}' |
     head -n1)

tbroyer commented on 2023-02-01 17:54 (UTC)

Adding a sort -rV before the head -n1 in update_version.sh would fix it for the VER variable, but then the SUM256 will be a bit harder to get right (include the version in the matching pattern, maybe use awk then rather than grep?)

Meowjiao commented on 2023-02-01 03:01 (UTC)

Upper Reaches URL:https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_109.0.1518.70-1_amd64.deb

Meowjiao commented on 2023-02-01 02:58 (UTC)

Please update the package!

nowy commented on 2023-01-27 04:22 (UTC) (edited on 2023-01-28 10:30 (UTC) by nowy)

Edit: I have found the reason of this problem. The packages file in deb repo (https://packages.microsoft.com/repos/edge/dists/stable/main/binary-amd64/Packages) contains multiple version of stable releases and the old version(108) is first in that file. So the version update script gets old version. the latest version is 109.0.1518.70.

Romario74 commented on 2023-01-26 09:24 (UTC)

Flatpak version works, too. This one is broken in this regard.

Romario74 commented on 2023-01-24 12:00 (UTC)

This version (109.x) crashes when logging in to my company 2FA account. It used to work with 108.x. Edge-beta crashes too.

[35813:35813:0124/125509.657111:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
[0124/125601.413362:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0124/125601.413649:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0124/125601.413965:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0124/125601.414008:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0124/125601.414028:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[35858:35864:0124/125610.170111:ERROR:broker_posix.cc(40)] Recvmsg error: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt (104)
Speicherzugriffsfehler (Speicherabzug geschrieben)

I doublechecked in Ubuntu - there it works.

Serird commented on 2022-12-23 23:24 (UTC) (edited on 2022-12-23 23:26 (UTC) by Serird)

I can confirm that Smartscreen is making Edge crash on startup.

If you want to disable it

Create a file (and the directories if needed) :

/etc/opt/edge/policies/recommended/MSEDGE-GLOBAL.json

Into that file, write

{
"SmartScreenEnabled": false,
}

Sven commented on 2022-12-17 11:11 (UTC)

Audio doesn't seem to work anymore. Is there any fix? I'm using pipewire instead of pulseaudio.