Skip to content
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

Can't run Signal #808

Open
fredmorcos opened this issue Jan 19, 2025 · 2 comments
Open

Can't run Signal #808

fredmorcos opened this issue Jan 19, 2025 · 2 comments

Comments

@fredmorcos
Copy link

From a fresh install on Archlinux:

~ >  flatpak --user run org.signal.Signal 
Debug: Using password store: basic
Debug: User accepted filesystem=host explanation or already changed permissions.
Debug: Will run signal with the following arguments: --password-store=basic --enable-wayland-ime --wayland-text-input-version=3
Debug: Additionally, user gave: 
A JavaScript error occurred in the main process
Uncaught Exception:
Error: ENOENT, node_modules/@signalapp/libsignal-client/prebuilds/linux-x64/@signalapp+libsignal-client.node not found in /app/Signal/resources/app.asar
    at createError (node:electron/js2c/node_init:2:2002)
    at Object.func [as .node] (node:electron/js2c/node_init:2:2721)
    at Module.load (node:internal/modules/cjs/loader:1295:32)
    at Module._load (node:internal/modules/cjs/loader:1111:12)
    at c._load (node:electron/js2c/node_init:2:16955)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at load (/app/Signal/resources/app.asar/node_modules/node-gyp-build/node-gyp-build.js:22:10)
    at Object.<anonymous> (/app/Signal/resources/app.asar/node_modules/@signalapp/libsignal-client/Native.js:6:43)
    at Module._compile (node:internal/modules/cjs/loader:1484:14)

Since around mid last-year, this flatpak has been giving me all kinds of troubles. It used to work great before that.

@theamazing0
Copy link

Experiencing similar issue:

Debug: Using password store: basic
Debug: Will run signal with the following arguments: --password-store=basic
Debug: Additionally, user gave:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: ENOENT, node_modules/@signalapp/libsignal-client/prebuilds/linux-x64/@signalapp+libsignal-client.node not found in /app/Signal/resources/app.asar
    at createError (node:electron/js2c/node_init:2:2002)
    at Object.func [as .node] (node:electron/js2c/node_init:2:2721)
    at Module.load (node:internal/modules/cjs/loader:1295:32)
    at Module._load (node:internal/modules/cjs/loader:1111:12)
    at c._load (node:electron/js2c/node_init:2:16955)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at load (/app/Signal/resources/app.asar/node_modules/node-gyp-build/node-gyp-build.js:22:10)
    at Object.<anonymous> (/app/Signal/resources/app.asar/node_modules/@signalapp/libsignal-client/Native.js:6:43)
    at Module._compile (node:internal/modules/cjs/loader:1484:14)
Gtk-Message: 20:50:39.901: Failed to load module "canberra-gtk-module"
Gtk-Message: 20:50:39.901: Failed to load module "pk-gtk-module"
Gtk-Message: 20:50:39.903: Failed to load module "canberra-gtk-module"
Gtk-Message: 20:50:39.903: Failed to load module "pk-gtk-module"

@theamazing0
Copy link

Same fix as #751, deleting the /run/... folder fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants