We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, this is how I fixed the icon problem.
mainWindow = new BrowserWindow({width: 900, height: 600, icon: path.join(__dirname, '../build/icon.png'), webPreferences: {nodeIntegration: false}, show: false })
The text was updated successfully, but these errors were encountered:
Thank you, @imsys ! As far as I can see, your solution is for the main window icon?
Sorry, something went wrong.
This is for the main window icon, I'm using AWN for the docks, and it also picks the icon set there for the dock.
If that doesn't work in unity, the other option is to create a .desktop file and point to an icon there.
how fix that on fedora 25 , gnome desktop, thanks
No branches or pull requests
Hey, this is how I fixed the icon problem.
The text was updated successfully, but these errors were encountered: