You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built ghetto-skype from source for deb/arm64 platform, but cannot start it. Here is the error which I get:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /tmp/.org.chromium.Chromium.Aki8BI: cannot open shared object file: No such file or directory
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:722:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (internal/modules/cjs/loader.js:640:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/opt/Ghetto Skype/resources/app.asar/node_modules/canvas
/lib/bindings.js:3:18)
at Object.<anonymous> (/opt/Ghetto Skype/resources/app.asar/node_modules/canvas/lib/bindings.js:5:3)
Unable to revert mtime: /usr/local/share/fonts
To build the deb, I use electronuserland/builder docker image, here is the script:
The package ghetto-skype_1.6.1_arm64.deb seems to build fine, I installed it on Ubuntu 18.04/arm64 (Odroid C2) without any problems.
Am I doing something wrong? Is there anything, I could try to fix it? I tried building another electron app this way and it worked, the app runs just fine, so, I hope it is possible to build ghetto-skype as well.
I have also built amd64 version of ghetto-skype with the same script and it worked. There was a slight quirk, thought, that I had to manually install libpng12 library with dpkg, but after that it worked like a charm on Ubuntu 18.04/x86_64.
The text was updated successfully, but these errors were encountered:
I built ghetto-skype from source for deb/arm64 platform, but cannot start it. Here is the error which I get:
To build the deb, I use electronuserland/builder docker image, here is the script:
The package ghetto-skype_1.6.1_arm64.deb seems to build fine, I installed it on Ubuntu 18.04/arm64 (Odroid C2) without any problems.
Am I doing something wrong? Is there anything, I could try to fix it? I tried building another electron app this way and it worked, the app runs just fine, so, I hope it is possible to build ghetto-skype as well.
I have also built amd64 version of ghetto-skype with the same script and it worked. There was a slight quirk, thought, that I had to manually install libpng12 library with dpkg, but after that it worked like a charm on Ubuntu 18.04/x86_64.
The text was updated successfully, but these errors were encountered: