git-js icon indicating copy to clipboard operation
git-js copied to clipboard

Add flatpak environment support

Open jeffmaury opened this issue 1 year ago • 2 comments

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

Flatpak environment is determined by environment variable FLATPAK_ID

jeffmaury avatar Mar 07 '24 15:03 jeffmaury

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

steveukx avatar Mar 27 '24 23:03 steveukx

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

steveukx avatar Mar 29 '24 08:03 steveukx

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

github-actions[bot] avatar Apr 20 '24 08:04 github-actions[bot]