Ubuntu 17.10 终端的默认定位

qor*_*rka 3 gnome-terminal ccsm 17.10

I'm using GNOME. I can't figure out how to set the terminal's default coordinates for opening a new window at a certain position, since CCSM no longer works.

I'm looking to have new terminal windows open at the bottom right as opposed to the default top left of the screen. Does anyone have any ideas on how to make this work?

Max*_*Max 5

将终端启动器(终端的 .desktop 文件)从 /usr/share/applications/ 复制到 ~/.local/share/applications/ 并相应地编辑 Exec 字段。

例如对于 gnome 终端:

Exec=gnome-terminal --geometry 73x31+100+300

这是来自 don_crissti 的回答:https ://unix.stackexchange.com/questions/48984/how-can-i-set-the-position-that-terminal-opens-at