How do I kill Empathy and get it to show its main window?
772
Empathy shows up in my window picker list and it appears to be started according to the indicator applet and the process manager but I can't see any of its windows! People were sending me messages and there was no empathy window to switch to!
Did you try clicking "Chat" in the messaging menu (the little envelope icon next to the clock)? It should show the contacts list from where you can open any hidden message windows and change the settings concerning hiding and showing of windows.
To get empathy to properly exit by killing processes from the command line, you first need to kill telepathy and telepathy-butterfly processes, then kill the empathy process(es).
Empathy shows that it is running in the indicator applet.
You can click the applet and select "Chat" to open empathy, or you can simply run the launcher (I tend to do this as I'm using Gnome Do). The shortcut to the indicator applet is meta-m (meta is the windows-key).
To close Empathy, either press ctrl-q while having the main window focused, or run killall empathy in a terminal.
Did you try clicking "Chat" in the messaging menu (the little envelope icon next to the clock)? It should show the contacts list from where you can open any hidden message windows and change the settings concerning hiding and showing of windows.
To get empathy to properly exit by killing processes from the command line, you first need to kill telepathy and telepathy-butterfly processes, then kill the empathy process(es).
Run
killall empathy
, or open the System Monitor and kill it from there.Empathy shows that it is running in the indicator applet.
You can click the applet and select "Chat" to open empathy, or you can simply run the launcher (I tend to do this as I'm using Gnome Do). The shortcut to the indicator applet is meta-m (meta is the windows-key).
To close Empathy, either press ctrl-q while having the main window focused, or run
killall empathy
in a terminal.