-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include libunity in Linux target #8019
Comments
This sounds like a new requirement in newer electron versions? Can you try adding |
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.
You mean the DEB package? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Push |
@JakobDev I found where the default values are coming from, they were located in an upstream dependency app-builder-bin. I've moved the logic into electron-builder, just need to know from you where electron-builder/packages/app-builder-lib/src/targets/FpmTarget.ts Lines 288 to 311 in a86afcd
|
24.9.1
21.5.0
Electron Version:
28.9.0
Electron Type (current, beta, nightly):
stable
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.
The text was updated successfully, but these errors were encountered: