reinforcers left a comment (geany/geany#4227) after reading some suggestion in, linux mint forum, looks like I finally work it out
1. the `x-terminal-emulator` need to be change to the os terminal default in my case `gnome-terminal` 2. yes `"/bin/sh %c"` need to be change but also add `--login` so it become `"/bin/bash --login %c"` 3. it still won't run .bashrc file so the added PATH in .bashrc file need to be copied to .profile and voila it is done -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4227#issuecomment-2677632935 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4227/[email protected]>
