deskreen icon indicating copy to clipboard operation
deskreen copied to clipboard

Running program icon is not working on non-GNOME desktop environments

Open Botspot opened this issue 2 years ago • 1 comments

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. 2022-07-21-190920_1920x1080_scrot This can be fixed by calling BrowserWindow() with {icon: "/path/to/icon"}.

Botspot avatar Jul 22 '22 00:07 Botspot

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

theofficialgman avatar Jul 23 '22 18:07 theofficialgman