ellie-commons / sequeler

SQL Client built in Vala
GNU General Public License v3.0
804 stars 66 forks source link

[FLATPAK] Can not open sqlite file using the flatpak app #333

Closed williamjmorenor closed 4 years ago

williamjmorenor commented 4 years ago

Hello I am running sequeler instaled from Flathub on a up to date Fedora 32 system but I can not open the file:

Captura de pantalla de 2020-05-21 22-12-31

Trying with: flatpak run --filesystem=home com.github.alecaddd.sequeler

And this demo sqlite db: https://cdn.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip

I have the same error:

Captura de pantalla de 2020-05-21 22-18-23

Even with:

flatpak run --filesystem=host com.github.alecaddd.sequeler flatpak run --filesystem=host:ro com.github.alecaddd.sequeler

I have the same error.

Alecaddd commented 4 years ago

Hi, thanks for the using Sequeler. I don't directly manage or support the flatpak version. You should report this issue here: https://github.com/flathub/com.github.alecaddd.sequeler

CodedOre commented 4 years ago

I think the problem is a little bigger than just flatpak.

Tested this with the package version on Fedora 32 (Version 0.8.0-1.fc32) and it also there throws an "IO-Error".

williamjmorenor commented 4 years ago

From the comment in the flatpak repo it is no related to the flakpat pakaging it selft.