Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
- git clone https://github.com/imikado/dupotEasyFlatpak
- build the project :
flutter_distributor release --name=dev --jobs=dupot-easy-
flatpak-deb
- got an error launching the application :
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)]
Unhandled Exception: ProcessException: Aucun fichier ou dossier
de ce nom
Command: flatpak-spawn --host flatpak list
--columns=application,version
* What exactly did you do (or not do) that was effective (or
ineffective)?
- ln -s /usr/libexec/flatpak-xdg-utils/flatpak-spawn ~/.local/bin
* What was the outcome of this action?
- Now flatpak-spawn is a known command, and the app works as expected
* Other points :
- the .deb provided by imikado works without issue on my machine
without installing flatpak-xdg-utils, but the deb built on my machine doesn't
works without adding the symlink...
- I use his process to build the project
*** End of the template - remove these template lines ***