You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a possible duplicate of #450
I noticed that too and just turned notifications off for Kando. Not the best solution but meh.
Kando might need to make an execption when it comes to explorer return codes.
Yeah, that's a weird Windows issue. But I think you can almost always replace an explorer command with something else. Opening this directory for instance should also work with start %USERPROFILE%. Also, you could wrap this in a Powershell command to ignore the wrong exit code: powershell -Command "Start-Process explorer.exe" 😄
Short Summary
If the explorer command is used in the Command input box, it will prompt failure regardless of whether it is successful or not
Steps to Reproduce the Issue
Kando Version
v1.2.0
Installation Method
Via a portable zip archive downloaded from a release on GitHub
Desktop Environment
Windows
Environment Version
Windows 11
Additional Information
The text was updated successfully, but these errors were encountered: