tags:

views:

2376

answers:

6

On my Mac, there is no window open when I start Terminal app. I just played with a friend's Mac, a window is automatically opened on startup of terminal. He doesn't know how it's done. I just played with preferences and couldn't find anything for that. Does anyone know how to do that?

+1  A: 
  1. Create a Windows Group
  2. Go to Preferences -> Start, and select the windows group to open on start up
brianegge
For some reason, that doesn't work for me. I still have to open new window manually.
ZZ Coder
+1  A: 

From the Terminal App, choose Preferences: select Startup and verify that the "On startup, open new window with settings:" radio button is selected and select Basic from the pull-down menu. That's all I have and it starts up with an open window for me.

ktrimbach
I guess something is messed up on my Mac. This doesn't work for me either.
ZZ Coder
+1  A: 

I'm just grasping at straws here: is it possible that your Terminal program is always running in the background, and you are not actually completely exiting? You can perform this test: Run Terminal in whatever manner you usually do, and then press Command-Q to quit the application completely. Now run Terminal again. Did it open a new window?

The Mac has a slightly different paradigm on open/closed applications, namely that closing the last window doesn't actually quit the application. Combine this with the fact that Mac users rarely ever actually reboot their computers, and it's easy for relatively novice Mac users to have many applications that are simply running in the background that are never closed completely.

Just a shot in the dark. If you are for sure exiting the app completely than I can't think of a solution for the problem either.

Jaison Lee
+1  A: 

If you've tried all the above suggestions, see if anything weird is appearing in your console. Open up /Applications/Utilities/Console.app and watch the "All Messages" log while you open Terminal.

JW
A: 

Guys, I am having the same problem. Anyone can help? I am running 10.5.8

George
A: 

You could try one of the other terminal apps that are out there for Mac. I prefer iTerm, it's free and works very well. It also gives you nice features like tabs, color schemes and fullscreen terminals.

Techpriester