User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 Build Identifier: Terminal 0.2.5.1beta1 (Xfce 4.3.90.1) Please add a way of specifying the default terminal size, rather than needing to specify the geometry each time with --geometry. A configuration file option or entry in the preferences dialog would be useful. It is possible to workaround this issue, by altering the way terminal is called (e.g. for a shortcut item), but it would be nice if it was possible to choose a global default for Terminal. Reproducible: Always
Committed with revision 21730. 2006-05-20 Benedikt Meurer <benny@xfce.org> * terminal/terminal-app.c(terminal_app_open_window), terminal/terminal-preferences.c: Add "MiscDefaultGeometry" setting which specifies the default window geometry if no --geometry option is given on the command line. Bug #1820.