pavlobu / deskreen

Deskreen turns any device with a web browser into a secondary screen for your computer. ⭐️ Star to support our work!

Home Page:https://deskreen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Botspot opened this issue · 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"}.

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