vote up 4 vote down star
1

I can't find any settings inside the terminal profile to all me to set a geometry size and screen x,y coordinates so that the terminal window always opens (even after reboot) in the same location on the screen and same size.

Is there a way to do it? I'm open to even alternate terminal programs if need be.

(Ubuntu, gnome)

flag

2 Answers

vote up 5 vote down check

On the menu bar choose System -> Preferred Applications. Select the System tab. Choose Custom and type in:

gnome-terminal --geometry=120x80+50+50

or whatever other geometry you like. To tell Ubuntu to remember your session state, so that everything you have running automatically restarts exactly how it was the last time you sere logged in (including window geometry), choose System -> Preferences -> Sessions. Check “Automatically save changes to session”.

alt text

link|flag
vote up 0 vote down

Dave's answer will work. If you are unaware of how geometry works, check out man X.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.