How inexperienced user can restart frozen app in Unity?

Asked by Rumcajz Rozbojnik

Unity switches to already launched applications instead running new instance. When app (firefox) stops responding and does not show up, Unity tells user that it needs to be closed.

How an inexperienced user would know how do that in Unity (without terminal preferrably)?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu unity Edit question
Assignee:
No assignee Edit question
Solved by:
samuel
Solved:
Last query:
Last reply:
Revision history for this message
Best samuel (samuel-h) said :
#1

Search for system monitor in the dash, launch it and switch to the processes tab. Select the app you wish to kill and click end process.

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#2

Hi ,

you can open a terminal (CTRL+ALT+T) and write one simple command

$ killall firefox

Thanks

Revision history for this message
Rumcajz Rozbojnik (rumcajzrozbojnik) said :
#3

Thanks samuel, that solved my question.