On Sun, 2004-02-22 at 09:11, Matt H. wrote: > Hi > I wondering what configuration needs to be changed in order to run > gnome-terminal in the maximised state upon startup? I've seen this before, > but never thought to see how it's done. I can't find anything relevant in > Edit -> Current Profile or similar. > > TIA > -- > Matt Matt, You could add the --geometry=196x64+0+0 to the properties of the gnome-terminal. The 196x64 is for a 1600x1200 resolution screen using the default font. You might have to tweek the height and width to get it maximized. gnome-terminal --help will list other options. Bob...