This bug was fixed in the package indicator-applet - 0.1.5-0ubuntu1
---------------
indicator-applet (0.1.5-0ubuntu1) jaunty; urgency=low
* debian/control: Switching libindicate0 to libindicate1 to express
the fact that the binary compatibility is broken.
* debian/libindicate0.install changed to debian/libindicate1.install
* New upstream version:
* Adds new API for detecting interests of various listeners. Implemented
on both client and server side. (LP: #353112)
* Makes it so that all objects down to the menu now use the gtkstyle
naming from FUSA to ensure that they all pick up the theme hacks that
are set for FUSA. (LP: #334490)
* Explicitly sets the about window's window icon. (LP: #356437)
-- Ted Gould <[email protected]> Fri, 03 Apr 2009 15:09:33 -0500
** Changed in: indicator-applet (Ubuntu)
Status: Confirmed => Fix Released
--
inhibit exit if the indicator is present
https://bugs.launchpad.net/bugs/353112
You received this bug notification because you are a member of Indicator
Applet Developers, which is subscribed to indicator-applet in ubuntu.
Status in “indicator-applet” source package in Ubuntu: Fix Released
Status in “pidgin-libnotify” source package in Ubuntu: Confirmed
Bug description:
Binary package hint: pidgin-libnotify
By default we now disable the pidgin icon in the notification area and rely on
the message indicator applet for access to the buddy list. This works fine
once you access the buddy list from the indicator applet, but if you close the
buddy list window before accessing pidgin from the indicator applet pidgin
exits.
This is not only confusing, but not very intuitive. In our default
configuration (with the indicator applet), pidgin should not exit unless you
chose Buddies->Quit in the buddy list window. Clicking the "X" should just
hide the window.
However, there are other configurations users might have that would leave them
without a way to access the buddy list at all. If for example a user of
xubuntu closes the buddy list, it gets hidden and he has know way to raise that
buddy list again. Launching pidgin a second time doesn't help, it just detects
pidgin is running and exits.
To address the scenario where there is no indicator, we should be able to check
if the indicator is present (bug 352616) and inhibit exit if it is. If not,
closing the buddy list will actually exit.
_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help : https://help.launchpad.net/ListHelp