As simple as that. Can I remove the menu item?
(I actually want it because it is broken when one launches a custom edit in gnome-terminal so I compiled the old extension from pre-16.04 days that used to work, but now I have two "open in terminal" menu items).
Starting with Ubuntu 18.04, the Nautilus extension responsible for "Open in Terminal" context menu option is part of a separate package called
nautilus-extension-gnome-terminal
. This package is not part ofgnome-terminal
's required dependencies (it is only part of the recommends) and can therefore be safely removed by running:It can be easily removed in terminal w/ sudo:
Afterwards you need to quit Nautilus to see the changes applied:
If Nautilus does not quit this way successfully (e.g. you see a time-out), you can command your operating system to kill it:
Afterwards you can restart Nautilus and is will show the entry removed.
Before:
After:
Refs: