mrclksr/linux-browser-installer

Cannot start Microsoft Edge

Opened this issue · 1 comments

Can anyone give me a hint how to start MS Edge Browser in the chroot environment?
Installation via

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
microsoft.gpg
apt update
apt install microsoft-edge-dev

was no problem.
But I can't start Edge.
I think I need a wrapper like the one for the Brave browser.

Trying to start /compat/ubuntu/opt/microsoft/msedge-dev/microsoft-edge-dev
results in: sh: ./microsoft-edge-dev: not found

Has anyone managed to run Edge?

/compat/ubuntu/opt/microsoft/msedge-dev/msedge .It's the correct path,
remember to launch service linux onestart then service ubuntu restart.
;-)