pavlobu / deskreen

Deskreen turns any device with a web browser into a secondary screen for your computer. ⭐️ Star to support our work!
https://deskreen.com
GNU Affero General Public License v3.0
16.89k stars 908 forks source link

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

Open Botspot opened 2 years ago

Botspot commented 2 years ago

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"}.

theofficialgman commented 2 years ago

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