Patch to include an embedded terminal in Nautilus 48
I consider having an embedded terminal essential for a file manager. With the limitations on the use of extensions, I tried to implement it directly into Nautilus. I believe it is working well; it is not a large patch. If you're interested in incorporating it into your well-known project, feel free to do so. I do not plan to maintain the patch in the long term—I created it as a personal challenge to see if I could, but Nautilus is not my daily-use file manager.
I submitted it as a pull request to the Nautilus repository, but I don't believe it will be accepted, as the Nautilus team's philosophy seems to be to keep the available features minimal.
The patch address: https://github.com/biglinux/nautilus-with-terminal
The address with the complete code: https://gitlab.gnome.org/bigbruno/nautilus
Hello,
Sadly this cannot be integrated in this project. Nautilus Terminal is not a Nautilus fork with a terminal but a Python plugin for Nautilus that used to insert a terminal in it (in an hackish way). But I am happy to know I am not the only one that misses this feature :)