Open testsnake opened 5 months ago
The package is able to locate Git just find when making signed commits, however when opening a shell via Repository > Open in Konsole or via Repository > Open in XTerm, it gives a warning dialog Unable to locate Git.
Repository > Open in Konsole
Repository > Open in XTerm
Unable to locate Git
This issue does not appear on the AUR package.
On Linux we run which to try and find a git executable
which
git
https://github.com/shiftkey/desktop/blob/bc04a8849fe9a6c707c27e63d1b20d0a972cd588/app/src/lib/is-git-on-path.ts#L10
Could something be missing from your setup that might explain why it errors for that scenario?
The package is able to locate Git just find when making signed commits, however when opening a shell via
Repository > Open in Konsole
or viaRepository > Open in XTerm
, it gives a warning dialogUnable to locate Git
.This issue does not appear on the AUR package.