Age Commit message (Expand)
55 min. Update microsoft-edge-stable to v119.0.2151.58
115 min. Update microsoft-edge-stable to v119.0.2151.44
9 hours Update microsoft-edge-stable to v119.0.2151.58
12 hours Update microsoft-edge-stable to v119.0.2151.44
17 hours Update microsoft-edge-stable to v119.0.2151.58
19 hours Update microsoft-edge-stable to v119.0.2151.44
21 hours Update microsoft-edge-stable to v119.0.2151.58
24 hours Update microsoft-edge-stable to v119.0.2151.44
35 hours Update microsoft-edge-stable to v119.0.2151.58
37 hours Update microsoft-edge-stable to v119.0.2151.44
43 hours Update microsoft-edge-stable to v119.0.2151.58
9 days Update microsoft-edge-stable to v119.0.2151.44
Search Criteria
Package Details: microsoft-edge-stable-bin 130.0.2849.56-1
Package Actions
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: | 3.45 |
First Submitted: | 2021-10-29 02:42 (UTC) |
Last Updated: | 2024-10-24 20:45 (UTC) |
Dependencies (11)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libxtst
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber)
- nss (nss-hgAUR)
- gnome-keyring (gnome-keyring-gitAUR) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-gitAUR) (optional) – for file dialogs in KDE
- kwallet (kwallet-gitAUR) (optional) – for storing passwords in KWallet
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
Required by (5)
- microsoft-azure-vpn-client-bin (requires microsoft-edge-stable)
- msedgedriver-stable-bin (requires microsoft-edge-stable) (optional)
- profile-sync-daemon-edge-stable (optional)
- pt-plugin-plus-bin (optional)
- pt-plugin-plus-git (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »
mfmAURuser-name commented on 2023-11-11 14:58 (UTC)
Bot-wxt1221 commented on 2023-11-11 13:08 (UTC)
Why bump to microsoft-edge-stable_119.0.2151.44-1_amd64.deb ?
microsoft-edge-stable_119.0.2151.58-1_amd64.deb is still exist.
detian commented on 2023-09-02 08:26 (UTC)
Since installed PWA app are hard code to launch by /opt/microsoft/msedge/microsoft-edge
, maybe change the #User flag aware launcher
part in PKGBUILD to:
# User flag aware launcher
readflag_script=$(sed -z 's|\n|\\n|g' <<- "SHELL"
# Make script fail if `cat` fails for some reason
set -e
# Set default value if variable is unset/null
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
# Attempt to read a config file if it exists
if [ -r "${XDG_CONFIG_HOME}/microsoft-edge-stable-flags.conf" ]; then
EDGE_USER_FLAGS="$(cat "$XDG_CONFIG_HOME/microsoft-edge-stable-flags.conf")"
fi
SHELL
) && sed -i -z "s|#\n|$readflag_script|; /exec/{s|\"\$@\"|\$EDGE_USER_FLAGS \$@|}" \
"${pkgdir}/opt/microsoft/${_pkgshortname}/${_pkgname}"
Will be better? Just edit /opt/microsoft/msedge/microsoft-edge
to add ${XDG_CONFIG_HOME}/microsoft-edge-stable-flags.conf
support, so flags will also be applied to PWA apps.
detian commented on 2023-08-30 08:00 (UTC)
@ItachiSan now I just merge script /usr/bin/microsoft-edge-stable
into /opt/microsoft/msedge/microsoft-edge
to make my command line work
detian commented on 2023-08-30 07:55 (UTC) (edited on 2023-08-30 07:56 (UTC) by detian)
@ItachiSan find an issue page upstream:
https://bugs.chromium.org/p/chromium/issues/detail?id=1439149
looks like add --disable-features=AllowQt
or --ui-toolkit=gtk
to command line can work around this bug.
ItachiSan commented on 2023-08-30 07:35 (UTC)
A recent update broke HiDPI support in Plasma Wayland... Am I the only one with this issue?
ItachiSan commented on 2023-08-30 07:34 (UTC)
@detian I modified the launchers in
~/.local/share/applications
And ran on each of them sed
for using the wrapper script, via:
for f in msedge-*.desktop
do
echo "fixing $f"
sed -i 's|/opt/microsoft/msedge/microsoft-edge|/usr/bin/microsoft-edge-stable|' $f
done
ignxcy commented on 2023-08-24 08:15 (UTC)
no.
detian commented on 2023-08-22 11:17 (UTC)
When I start edge via PWA app, the command line in microsoft-edge-stable-flags.conf
are not applied, any way to fix this?
skgsergio commented on 2023-07-27 06:39 (UTC)
In order to perform a downgrade the correct way is to increment the epoch
in the PKGBUILD
, in this case setting it to 1
: https://wiki.archlinux.org/title/PKGBUILD#epoch
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 meaakashhemadri 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.