GNOME端末の起動時の位置を変更したい

 端末サイズの指定法(例) ---- $ gnome-terminal --geometry=80x48
 これで指定したサイズで端末が開きます。gnome-terminal の使い方は
$ man gnome-terminal
あるいは
$ gnome-terminal --help
 Fedoraで [アプリケーション]→[アクセサリ]→[端末]で[端末]を開く場合は、 /usr/share/applications/gnome-termminal.desktopファイルの記述により[端末]が起動します。
このファイル内のExec行を
Exec=gnome-terminal --geometry=80x48
とすれば、[端末]を起動する際、指定したサイズで[端末]が開くようになります。
i
$ xwininfo
xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.
xwininfo: Window id: 0x280000b "hoge@server:~"
  Absolute upper-left X:  680
  Absolute upper-left Y:  45
  Relative upper-left X:  10
  Relative upper-left Y:  28
  Width: 715
  Height: 616
  Depth: 32
  Visual: 0x4d
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x280000a (not installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +680+45  -5+45  -5-363  +680-363
  -geometry 100x40--5+17