diff --git a/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java b/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java index 086203c6..ac5b58b3 100644 --- a/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java +++ b/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java @@ -54,8 +54,8 @@ public class AppShellCheck { The most likely causes are: - On Windows, an AntiVirus program might block required programs and commands - The system shell is restricted or blocked + - Your PATH environment variable is corrupt / incomplete. You can check this by manually trying to run some commands in a terminal - Some elementary command-line tools are not available or not working correctly - - Your PATH environment variable is corrupt / incomplete %s """ diff --git a/dist/changelogs/9.1_incremental.md b/dist/changelogs/9.1_incremental.md index 9c2c0baa..f0beffe6 100644 --- a/dist/changelogs/9.1_incremental.md +++ b/dist/changelogs/9.1_incremental.md @@ -1,4 +1,6 @@ - Fix sudo elevation password not being filled automatically when launching some remote connection in a terminal +- Fix git sometimes complaining about an unknown author identity when cloning on new systems +- Fix macOS terminal and editor app recognition to be more accurate - Fix file browser overview buttons both opening the same directory - Fix some styling issues - Fix search for connections dialog sometimes throwing errors