I get the following error when launching the wallpaper.get() function to retrieve the path of the current background image inside my components. It works from the electron process. Is it problematic that the linux.js is used even though I am on windows 10 at the moment?
You cannot use this module in the Electron renderer process. Call it with remote.require instead. Also, make sure it's not run through Webpack. This applies in general to any Node.js-only module.
I get the following error when launching the wallpaper.get() function to retrieve the path of the current background image inside my components. It works from the electron process. Is it problematic that the linux.js is used even though I am on windows 10 at the moment?