hmlendea/gfn-electron

Flatpak seems to be broken

scrabsha opened this issue ยท 8 comments

Hi,
I'm trying geforcenow-electron using flatpak and the app does not start.

$ flatpak run io.github.hmlendea.geforcenow-electron
[2 zypak-helper] exec failed for /app/geforcenow-electron/node_modules/electron/dist/electron /app/geforcenow-electron/geforcenow: No such file or directory (errno 2)

I'm running Fedora 34 Gnome with Wayland. I installed geforcenow-electron from the Gnome Software boutique. Other flatpak work fine.

Please let me know if you want more details about my setup :)

k4n30 commented

flathub/io.github.hmlendea.geforcenow-electron#4 (comment)

Seems to be related to the v1.1.6 application name rename

Version 1.1.7 should be fixed once it's up on Flathub. Let me know how it goes.

k4n30 commented

$ flatpak list | grep gefo
GeForce Now Electron io.github.hmlendea.geforcenow-electron 1.1.7 stable system

$ flatpak run io.github.hmlendea.geforcenow-electron
[2 zypak-helper] exec failed for /app/geforcenow-electron/node_modules/electron/dist/electron /app/geforcenow-electron/geforcenow-electron: No such file or directory (errno 2)

CBx86 commented

Version 1.1.7 should be fixed once it's up on Flathub. Let me know how it goes.

Hey!

Problem persist on io.github.hmlendea.geforcenow-electron 1.1.7

[2 zypak-helper] exec failed for /app/geforcenow-electron/node_modules/electron/dist/electron /app/geforcenow-electron/geforcenow-electron: No such file or directory (errno 2)

Many thanks! Have a nice week.

Same error message here with Pop_OS 21.04

$ flatpak list | grep gefo
GeForce Now Electron	io.github.hmlendea.geforcenow-electron	1.1.7	stable	user
$ flatpak run io.github.hmlendea.geforcenow-electron
[2 zypak-helper] exec failed for /app/geforcenow-electron/node_modules/electron/dist/electron /app/geforcenow-electron/geforcenow-electron: No such file or directory (errno 2)

I've manage to find the binary location and start it via console so it really must be a path issue.
Running Solus 4.3 Fortitude went to:
/var/lib/flatpak/app/io.github.hmlendea.geforcenow-electron/x86_64/stable/9dad791f299fb4c4cecf9116c3b413437b280552baa26e696a6635159374ff97/files/geforcenow-electron
, opend a terminal window and typed in:
./geforcenow-electron

Can confirm it works now. Thanks!