Using byobu and trying to open a bash in a specific folder using "Open in Terminal" (Nautilus) will not result in the desired behaviour. Instead, byobu is opened in the current session, not at the desired location.
- Create the file
open_byobu_here.sh(see below) chmod +x open_byobu_here.sh- For Nautilus, create a script folder
mkdir -p ~/.local/share/nautilus/scripts/ - Link the script
ln -s ~/open_byobu_here.sh ~/.local/share/nautilus/scripts/Open\ in\ Byobu\ Here
It seems like nautilus only allows scripts if a file or folder is right-clicked, not if you right click within an opened folder. Right clicking any file will open the folder that it is contained in.
Other possible solutions here: https://unix.stackexchange.com/questions/495908/unable-to-open-terminal-here-with-byobu