hmlendea / gfn-electron

Linux Desktop client for Nvidia's GeForce NOW game streaming service
GNU General Public License v3.0
500 stars 62 forks source link

Flatpak seems to be broken #81

Closed scrabsha closed 2 years ago

scrabsha commented 2 years ago

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 2 years ago

https://github.com/flathub/io.github.hmlendea.geforcenow-electron/issues/4#issue-1012515214

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

hmlendea commented 2 years ago

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

k4n30 commented 2 years ago

$ 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 2 years ago

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.

dgm816 commented 2 years ago

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)
mestrini commented 2 years ago

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

hmlendea commented 2 years ago

Should get fixed by https://github.com/flathub/io.github.hmlendea.geforcenow-electron/pull/9

scrabsha commented 2 years ago

Can confirm it works now. Thanks!