granted
granted copied to clipboard
Ubuntu, not snap FFX
Hi,
I've removed firefox from snap and I use a native package. Granted try to use /snap/bin/firefox
$ granted settings
DefaultBrowser FIREFOX
CustomBrowserPath /usr/bin/firefox
$ granted sso login
? SSO Start URL https://xxxxxxxxxxx.awsapps.com/start
? Region eu-west-3
[i] If the browser does not open automatically, please open this link: https://device.sso.eu-west-3.amazonaws.com/?user_code=XXXX-XXXX
[i] Awaiting AWS authentication in the browser
[i] You will be prompted to authenticate with AWS in the browser, then you will be prompted to 'Allow'
[i] Code: XXXX-XXXX
env: ‘/snap/bin/firefox’: No such file or directory
$ ll /usr/bin/firefox
lrwxrwxrwx 1 root root 22 Oct 9 01:23 /usr/bin/firefox -> ../lib/firefox/firefox*
$ ll /usr/bin/../lib/firefox/firefox
-rwxr-xr-x 1 root root 5432 Oct 9 01:23 /usr/bin/../lib/firefox/firefox*
$ file /usr/bin/../lib/firefox/firefox
/usr/bin/../lib/firefox/firefox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b1d14a490b068f8f2eecc659b61525539767ef4d, stripped
Regards