neutralinojs/neutralinojs-cli

libwebkit2gtk-4.0.so.37 incompatibility

kamalbuilds opened this issue · 7 comments

Bug

Operating System-inux

While running neu run Cli command it shows the following error code

neu: INFO Starting process: neutralino-linux_x64  --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload
bin/neutralino-linux_x64: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
neu: WARNING neutralino-linux_x64 was stopped with error code 127

Hence, the app is unable to run.

I was facing similar issues in this PR. I fixed the gtk errors by installing the libwebkit2gtk-4.0-37 package.

Oh thanks for the update , but how did u install it as an npm package?

Also, I was thinking of some way of making this inbuilt in neutralino so that dev don't have to manually install it @pathange-s !

Not everyone faces this. I faced this while running GitHub actions (its very unusual). You can just install using apt package manager.

Ok might be

@legendarykamal Please consider closing this issue. I hope the fix worked.