deskreen
deskreen copied to clipboard
Running program icon is not working on non-GNOME desktop environments
Quick 15-minute bug that is common to electron apps that rely on implied program icons. Only the GNOME desktop environment supports this; all others require the program icon to be explicitly specified by the program.
This can be fixed by calling
BrowserWindow()
with {icon: "/path/to/icon"}
.
since electron-builder is used and has its own functionality, it can also be used instead of making code changes.... at least it should
https://www.electron.build/icons.html