In Debian Stretch, I added Ctrl+Alt+T as a shortcut to gnome-terminal, including "175x25-0-0" as the geometry (a wide window, at the bottom-right of the screen).
I want the same behavior when the terminal is opened from Nautilus' Open in Terminal command, but all I could change (via profile preferences) was the size, not the position.
I tried changing the Custom command (also in profile preferences), to include the geometry, but I ended up with a recursive and useless terminal (recovered via this answer).
I also tried changing /usr/bin/gnome-terminal.wrapper, including
push(@args,"--geometry=175x25-0-0");
right before the final exec, but didn't work either.
How can I set the position of the terminal, when called from Nautilus?