Solaris / OpenSolarisThis forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a very trivial question to ask,pls dont mind
I wanted to change the terminal size to 77*48 by default
How do i do it?
I looked around in the "profiles" tab under the edit section of terminal, but couldnt change it as default.
I am using snv_89
Ok so the mistake i was doing is instead of using "x" i was using *
Since it was multiplication ..didnt realize. Am sorry
But this command will only spawn only one terminal with the specified geometry... and i dont have a .bashrc file either!
So if i do a ctrl+shift+n
The next window opens up with the default geo only
How do i make it permanent
Distribution: Solaris & OpenSolaris based distros, Ubuntu
Posts: 8,132
Thanked: 86
Quote:
Originally Posted by wrapster
no i did run it from another window!
and thats what i got
You are still missing what I asked for. Should you have understood my request, the * vs x confusion would have been detected earlier as the bogus argument would have been printed in the ptree output.
Quote:
But this command will only spawn only one terminal with the specified geometry... and i dont have a .bashrc file either!
What .bashrc has to do with it ?
Quote:
So if i do a ctrl+shift+n
The next window opens up with the default geo only
You can use ctrl-shift-t (new tab) instead. The size remains identical.
Quote:
How do i make it permanent
As far as I know, you can't unless you are ready to patch and contribute to the gnome-terminal code.
Ok so the mistake i was doing is instead of using "x" i was using *
Since it was multiplication ..didnt realize. Am sorry
But this command will only spawn only one terminal with the specified geometry... and i dont have a .bashrc file either!
So if i do a ctrl+shift+n
The next window opens up with the default geo only
How do i make it permanent
Inside ~/.bashrc write
Code:
alias gnome-terminal="gnome-terminal --your-arguments $@"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.