Kill application: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎Closing the application: removed SUMO reference since it is Firefox-only)
(→‎Windows: Windows 7 added "Ctrl+Shift+Esc")
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Closing the application==
==Closing the application==
# Close all application windows by going to the menu and clicking "File -> Exit" (Windows), "File -> Quit" (Linux) or, in Mac OS X, "Firefox -> Quit Firefox".  
# Click "File -> Exit" (Windows), "File -> Quit" (Linux) or, in Mac OS X use the "Quit" option in the application menu (e.g., "Firefox -> Quit Firefox").  
# Close any remaining dialog boxes or secondary windows such as the Downloads window or the Extensions window.
# If any remaining dialog boxes or secondary windows, remain such as the Downloads window or the Extensions window, close them. <small>''Mozilla Suite/SeaMonkey 1.x - Windows only:''  If Quick Launch is enabled, Mozilla's icon will appear in the Windows "System Tray" (next to the clock). Right-click on the icon and choose "Exit".</small>
#''Mozilla Suite/SeaMonkey 1.x - Windows only:''  When the Quick Launch feature is enabled, your Mozilla application's icons will appear in the Windows "System Tray" (the area next to the clock). If present, right-click on the icons and choose "Exit".
# If you are diagnosing problems, continue with the next section to ensure the application is completely closed.


==If the application fails to close completely==
==If the application fails to close completely==
Sometimes, even after following the steps above, the application may still be running or it may have stopped responding to input.   This can cause problems such as a   [[Profile in use|"profile in use" or "already running but is not responding"]] error.   In such cases, you can either restart the computer or you can terminate the application's running processes in another way, depending on your operating system:
Sometimes the application stops responding to input, or may still be running but is not visible. This can cause problems during future startup attempts and result in error messages such as a [[Profile in use|"profile in use" or "already running but is not responding"]]. (It is also possible you might not get an error message.


Check for and terminate the application's running processes as described below. If you still have problems after terminating the application process, then restart the computer.
===Windows===
===Windows===
Use the Task Manager:   
Start the Task Manager:   
* Windows Vista: "Ctrl+Shift+Esc" -> "Processes" (or right-click the Taskbar and select "Task Manager -> Processes")  
*Windows 7: "Ctrl+Shift+Esc" -> Processes (or right-click in a blank area of the Taskbar and select Start Task Manager, or Start -> type: <code>taskmgr</code> -> press "enter",  select Processes).
* Windows XP:  "Ctrl+Alt+Delete" -> "Processes" (or right-click the Taskbar and select "Task Manager -> Processes")  
*  Windows Vista:  "Ctrl+Alt+Esc" -> Processes (or right-click in a blank area of the Taskbar and select Task Manager, or Start -> type:  <code>taskmgr</code> -> press "enter",  select Processes).
* Windows NT/2000: "Ctrl+Alt+Delete" -> "Task Manager -> Processes".  
* Windows XP:  "Ctrl+Alt+Delete" -> Processes (or right-click in a blank area of the Taskbar and select Task Manager,  or Start -> Run -> type :<code>taskmgr</code> -> click OK, select Processes).
* Windows 95/98/ME: "Ctrl+Alt+Delete".
* Windows NT/2000: "Ctrl+Alt+Delete" -> Task Manager -> Processes (or Start -> Run -> type: <code>taskmgr</code> -> click OK,  select Processes).  
In the list of running processes, look for "firefox.exe", "thunderbird.exe", "mozilla.exe" or "seamonkey.exe" (whichever applies) and terminate, if found.  Note that multiple instances may exist so you should carefully check through the processes list and end each one.
* Windows 95/98/ME: "Ctrl+Alt+Delete"
In the list of running processes, look for "firefox.exe", "thunderbird.exe", "mozilla.exe" or "seamonkey.exe" (whichever applies) and end the process, if found.  Carefully check through the entire list of processes because multiple instances may exist and end each one found.


===Linux===
===Linux===
Line 21: Line 23:


===Mac OS X===
===Mac OS X===
Go to your Apple Menu and select "Force Quit". For Mac OS X 10.3 and later, you can also use the Activity Monitor found in your "Utilities" folder ("Applications -> Utilities -> Activity Monitor").
Open Apple Menu and select "Force Quit". For Mac OS X 10.3 and later, you can also use the Activity Monitor found in your "Utilities" folder (Applications -> Utilities -> Activity Monitor).


[[Category:General concepts]]
[[Category:General concepts]]

Latest revision as of 01:12, 17 August 2011

This article explains how to completely exit (quit) your Mozilla application.

Closing the application

  1. Click "File -> Exit" (Windows), "File -> Quit" (Linux) or, in Mac OS X use the "Quit" option in the application menu (e.g., "Firefox -> Quit Firefox").
  2. If any remaining dialog boxes or secondary windows, remain such as the Downloads window or the Extensions window, close them. Mozilla Suite/SeaMonkey 1.x - Windows only: If Quick Launch is enabled, Mozilla's icon will appear in the Windows "System Tray" (next to the clock). Right-click on the icon and choose "Exit".
  3. If you are diagnosing problems, continue with the next section to ensure the application is completely closed.

If the application fails to close completely

Sometimes the application stops responding to input, or may still be running but is not visible. This can cause problems during future startup attempts and result in error messages such as a "profile in use" or "already running but is not responding". (It is also possible you might not get an error message.)

Check for and terminate the application's running processes as described below. If you still have problems after terminating the application process, then restart the computer.

Windows

Start the Task Manager:

  • Windows 7: "Ctrl+Shift+Esc" -> Processes (or right-click in a blank area of the Taskbar and select Start Task Manager, or Start -> type: taskmgr -> press "enter", select Processes).
  • Windows Vista: "Ctrl+Alt+Esc" -> Processes (or right-click in a blank area of the Taskbar and select Task Manager, or Start -> type: taskmgr -> press "enter", select Processes).
  • Windows XP: "Ctrl+Alt+Delete" -> Processes (or right-click in a blank area of the Taskbar and select Task Manager, or Start -> Run -> type :taskmgr -> click OK, select Processes).
  • Windows NT/2000: "Ctrl+Alt+Delete" -> Task Manager -> Processes (or Start -> Run -> type: taskmgr -> click OK, select Processes).
  • Windows 95/98/ME: "Ctrl+Alt+Delete"

In the list of running processes, look for "firefox.exe", "thunderbird.exe", "mozilla.exe" or "seamonkey.exe" (whichever applies) and end the process, if found. Carefully check through the entire list of processes because multiple instances may exist and end each one found.

Linux

Use the "ps" and "kill" commands. (See their respective manual pages with "man ps" and "man kill" and various other documentation online.)

Mac OS X

Open Apple Menu and select "Force Quit". For Mac OS X 10.3 and later, you can also use the Activity Monitor found in your "Utilities" folder (Applications -> Utilities -> Activity Monitor).