On Ubuntu 22.04 I have an executable (bash) file in custom folder scripts
in the home. The path of the latter is properly included at the end of the .bashrc
file (and also at the end of the .profile
one, just to be sure) with the line export PATH="$PATH:/home/username/scripts"
. The command runs correctly in a terminal shell but not if I invoke it through a keyboard shortcut properly set via Settings.
Edit: The same issue shows up on two different computers which recently had an OS fresh install and with different kinds of bash executables.
Where do I modify the path used by keyboard shortcuts?
/full/custom/folder/path/of/your_script
.mf/script
and~/mf/script
.../home/your_username/mf/script
. That is called the full path.