2

While using previous LTS 16.xx I did have terminator in Nautilus context (right click) menu "Open with terminator" per steps done with nautilus-actions-config-tool.

Anyway after update to 18.04 terminator was removed from context menu and nautilus-actions-config-tool is not supported for 18.04. Any ideas how to get terminator back to context menu?

2 Answers2

2
  1. Install Nautilus-actions in 18.04
    Launchpad user Daniel Marynicz has created PPA for Ubuntu 18.04 LTS with Nautilus. Follow those:
    sudo add-apt-repository ppa:daniel-marynicz/filemanager-actions
    sudo apt-get install filemanager-actions-nautilus-extension
    but you need use fma-config-tool to launch.
  2. Add action to nautilus

open in terminator

config

after those steps, in the right-clicked menu it will show 'open in terminator' like this

eg

but it is still inconvenient!
3. Set action to the top level in menu
open the config of the nautilus

open config

then, deselect "create root ..."

deselect

  1. enjoy it
damadam
  • 2,873
0

for ubuntu 22.04 LTS I used to nautilus-open-any-terminal and it works perfectly. terminator in context menu

danny
  • 1