How to open Terminal in current opened folder in nautilus?
There are solutions: Keyboard shortcut for open terminal Nautilus >= 3.16
But they don't work in Ubuntu Bionic 18.04
How to open Terminal in current opened folder in nautilus?
There are solutions: Keyboard shortcut for open terminal Nautilus >= 3.16
But they don't work in Ubuntu Bionic 18.04
tl;tr You already found the answer it just needs some affection.
So just repeat it, click around and restart nautilus/relog/reboot until it starts working.
I wasn't aware that this is possible but now after reading your question I was intrigued.
So long story short: it's a bug. Its on GitLab and also on BugZilla.
Fortunately, custom scripts still work and you already found the answer for those. However, as you described, following the steps provided did not work - likely another bug.
After fiddling around for half an hour I got it working:
Follow the steps from the linked answer:
create file
Terminal
in~/.local/share/nautilus/scripts
with content:make it executable
chmod +x ~/.local/share/nautilus/scripts/Terminal
F4 Terminal
to~/.config/nautilus/scripts-accels
(or some other key)nautilus -q
or log out and log in again (to be sure)Open Natilus
Press F4 (nothing happens)
Right click a folder, select
Scripts
>Terminal
-> Go back to NautilusPress F4 again - it will work as expected.
Expected result should look like this (just in your default language):