otsaloma / nfoview

Viewer for NFO files
https://otsaloma.io/nfoview
GNU General Public License v3.0
140 stars 13 forks source link

v2.0.0/v2.0.1 - Flatpak problem #27

Closed Tamas-Toth-ebola closed 7 months ago

Tamas-Toth-ebola commented 7 months ago

Hi @otsaloma!

I would like to report, that for me on Ubuntu, seems the latest version(s) is not working properly, as the following describes it:

$flatpak run io.otsaloma.nfoview    
Traceback (most recent call last):
  File "/app/bin/nfoview", line 6, in <module>
    import nfoview
ModuleNotFoundError: No module named 'nfoview'

Lot of thanks, if you could turn me into the right direction...

otsaloma commented 7 months ago

Thanks for reporting. It seems make build is missing the prefix. I'll fix it.

otsaloma commented 7 months ago

Pushing to Flathub as well. Once the PR is merged it should update at some delay.

https://github.com/flathub/io.otsaloma.nfoview/pull/9

Tamas-Toth-ebola commented 7 months ago

Can confirm, that works like a charm :wink:

Thanks for it!