Comment 3 for bug 451568

Revision history for this message
Germán Poo-Caamaño (gpoo) wrote : Re: [karmic] Empathy don't close with click on notification area icon

Copying the comments I wronly wrote on another bug:

Upstream does not suffer of this regression. It is introduced
in introduced by Ubuntu in debian/patches/30_raise_not_toggle.patch

It seems this bug was introduced on purpose (see #392153), which is a shame.

In order to get the same behavior of empathy(upstream), you can do the following:

$ sudo apt-get build-dep empathy
$ apt-get source empathy
$ cd empathy
$ rm debian/patches/30_raise_not_toggle.patch
$ dpkg-buildpackage -rfakeroot -b
$ cd ..
$ sudo dpkg -i empathy_2.28.0.*.deb

A change on this behaviour will not be accepted on the stable upstream.