Microsoft Office 365 Natifier Apps Open a Separate Window in Default Browser. Once I log into my account on the default browser, the Nativefie-d app still doesn't catch my login information and refuses to load.
nativefier --help to see if an existing option could fit your needs?nativefier --name "OneNote" "http://www.onenote.com/"nativefier --version): v7.6.10node --version): v12.0.0-nightly201901218b2e861da1Ubuntu 18.10 (AMD64); "#14-Ubuntu SMP PREEMPT Wed Dec 5 12:12:14 UTC 2018" + "Linux 4.18.0-13-lowlatency (x86_64)"I believe this may have something to do with the OAuth and the way the Nativefier wrapper handles it.
I've managed to login with the followin command:
nativefier "https://office.live.com/start/Excel.aspx" --name "Excel Online" --internal-urls "d.docs.live.net|login.live.com|onedrive.live.net|onedrive.live.com"
The problem I'm having is that the app can't open the file for whatever reason. Maybe there's an URL lacking but I couldn't figure out which one yet.
I have the same problem, the above command still login in the browser
Hey! I had the same issue, trying to log into youtube music.
What worked for me was:
I was able to get the onenote to work with this argument:
--internal-urls "."
That keeps everything internal. It just doesnt work for opening documents in excell online and such. Those look like they open a new window, then it just dissapears
I was able to get the onenote to work with this argument:
--internal-urls "."
That keeps everything internal. It just doesnt work for opening documents in excell online and such. Those look like they open a new window, then it just dissapears
try instead --internal-urls "(.*)"
worked for me
I was able to get the onenote to work with this argument:
--internal-urls "."
That keeps everything internal. It just doesnt work for opening documents in excell online and such. Those look like they open a new window, then it just dissapearstry instead --internal-urls "(.*)"
worked for menativefier -p linux -a x64 -n "msoffice" https://www.office.com/ --internal-urls "(.*)"
I would add a user agent like Edge to force additional functional compatibility with tools like MS Teams
--internal-urls "."
This worked for me - Thanks much!
I was trying to nativefier "Service Now" App.
Most helpful comment
try instead --internal-urls "(.*)"
worked for me
nativefier -p linux -a x64 -n "msoffice" https://www.office.com/ --internal-urls "(.*)"