pyzo icon indicating copy to clipboard operation
pyzo copied to clipboard

Save/save as and open file does not work (flatpak)

Open victormikael opened this issue 7 years ago • 2 comments

Save/save as and open file, in menu entry does not work, i click but nothing happen. It happen with flatpak only.

When installed, this show me:

Note that '/var/lib/flatpak/exports/share' is not in the search path set by the XDG_DATA_HOME and XDG_DATA_DIRS environment variables, so applications may not be able to find it until you set them. The directories currently searched are:

  • /root/.local/share
  • /usr/local/share/
  • /usr/share/

Terminal log:

trying to load "/usr/lib/plugins/kf5/kio/file.so" from "/usr/lib/plugins/kf5/kio/file.so"

Tested at Linux x64 on KaOS.

Thanks for your help.

I'm sorry for my English.

victormikael avatar Sep 16 '18 10:09 victormikael

Thanks for the repor!

I'm cc-ing @lachhebo as my knowledge of the Flatpack distribution is limited.

almarklein avatar Sep 17 '18 08:09 almarklein

Hi Vyskael,

In my computer, i don't have this issue and '/var/lib/flatpak/exports/share' is included in XDG_DATA_DIRS :

$ echo $XDG_DATA_DIRS
/home/isma/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/

I think if you could modify the value of this environment variable, it could fix the issue.

lachhebo avatar Oct 30 '18 19:10 lachhebo