steveukx/git-js

Add flatpak environment support

jeffmaury opened this issue · 3 comments

In a flatpak environment, git cannot be executed directly but through flatpak-spawn

Flatpak environment is determined by environment variable FLATPAK_ID

Is the intention here to prefix all spawned processes with flatpak-spawn git instead of just git?

You may be able to use the new functionality for binary config to support flatpak:

https://github.com/steveukx/git-js/blob/main/docs/PLUGIN-CUSTOM-BINARY.md

This issue has been automatically closed due to a lack of response. If your problem persists please open a new issue including any additional detail requested from this issue. For more detail on the issues/pull requests see ISSUES_AND_PULL_REQUESTS