Include libunity in Linux target
- Electron-Builder Version: 24.9.1
- Node Version: 21.5.0
-
Electron Version: 28.9.0
-
Electron Type (current, beta, nightly): stable
- Target: Linux
Electron needs libunity for showing a badge and the progress in the window icon. This lib should be included in the Linux target, as it is not pre-installed on most systems.
This sounds like a new requirement in newer electron versions? Can you try adding libunity to the linux depends configuration and see if that resolves your issue? Would like confirmation first before making changes to the code base.
This sounds like a new requirement in newer electron versions?
No. This is very old, but it is not documented. It is needed for setProgressBar and setBadgeCount to work on Linux. If Electron can't find this lib, these function just don't work and Electron don't show a Error at all.
Can you try adding
libunityto thelinuxdepends configuration and see if that resolves your issue?
You mean the DEB package?