You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to reach the equation summary shows an error popup instead.
To Reproduce
Click on 'Help' menu > 'Equation Summary'
Expected behavior
The PDF file with equations should be displayed :)
Screenshots
I'll dispense with an actual screenshot, it's a relatively bland error popup that reads:
A JavaScript error occured in the main process
Uncaught Exception:
TypeError: require(..).shell.openitem is not a function
at click ([PTree]\resources\app.asar\main.js:211:41)
at Menultem.click (electron/js2c/browser_init.js:73:1683)
at Object.a._executeCommand (electron/js2c/browser_init.js:81:2343)
Desktop (please complete the following information):
OS: Windows (also confirmed on Fedora)
Version: 2.0 (seems to be a regression from 1.8)
The text was updated successfully, but these errors were encountered:
shell.openItem() is no longer a function since Electron v9.0.0. A fix has to be found to open an external file with the default program. shell.openExternal() may be a solution.
For information, on Windows, the PDF file is located in the root folder of the application.
Trying to reach the equation summary shows an error popup instead.
To Reproduce
Expected behavior
The PDF file with equations should be displayed :)
Screenshots
I'll dispense with an actual screenshot, it's a relatively bland error popup that reads:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: