20
How do I change the terminal that gets opened with "Open in Terminal" in GNOME Nautilus?
(lemmy.dbzer0.com)
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
I hope it won't take too long until this is implemented. It's baffling that such a thing is not possible in an easy and accessible way and instead is hardcoded.
This is unfortunately a choice the Nautilus (GNOME) folks have taken; in other file managers (Thunar for XFCE, Caja for MATE, etc.) the ability to use custom actions are a first class citizen. Within Nautilus, the
nautilus-actions
project was superseded by thefilemanager-actions
project which was then archived: https://gitlab.gnome.org/Archive/filemanager-actions - a custom GNOME action might be something likegio open /path/to/terminal.desktop %d
(where %d is the directory from Nautilus)There are 3rd party attempts to recreate what was stripped out of/abandoned in Nautilus such as this one: https://github.com/bassmanitram/actions-for-nautilus