Ferdi: Electron 8 build not working

Created on 13 Feb 2020  路  7Comments  路  Source: getferdi/ferdi

Electron got updated to version 8 and the bulid is broken again :/

bug

Most helpful comment

@AGCaesar No worries, electron packaging is a bit of a mess. I've gone through the packages so everything should be working now.

All 7 comments

What error messages are you getting?

It starts fine, but then shows nothing.
The developer tools say:
20200213154558_window

Same thing happening for me too. :cry:

@AGCaesar This can be fixed by patching the package.json with the system electron version in the PKGBUILD like the official Electron packages in the repos do: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/signal-desktop#n42. The current situation is caused by the bundle being built with the Electron version provided by Ferdi (e.g. 7.1.6) and then being executed with the system Electron version (e.g. 8.0.0). When built with the correct system version, everything should work, provided that there aren't any API incompatibilities between the two versions. Some more information available here: https://wiki.archlinux.org/index.php/Electron_package_guidelines

@dpeukert tanks for adopting the packages. I really do not understand this electron packaging and it gave me headaches...

@AGCaesar No worries, electron packaging is a bit of a mess. I've gone through the packages so everything should be working now.

Shipped in v5.4.4-beta.2.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ylluminarious picture ylluminarious  路  4Comments

sbienkow picture sbienkow  路  3Comments

PeSader picture PeSader  路  3Comments

YourWishes picture YourWishes  路  3Comments

Jendker picture Jendker  路  3Comments