Comment 9 for bug 410278

Revision history for this message
Germán Poo-Caamaño (gpoo) wrote : Re: [Feature request]Allow empathy conversation window to be minimized to notification area

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

marc_v: 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.