This bug was fixed in the package deskbar-applet - 2.23.3-0ubuntu1 --------------- deskbar-applet (2.23.3-0ubuntu1) intrepid; urgency=low * New upstream version: - Use subprocess module instead of os.popen. Catch OSError when retrieving version - Escape url for tooltip in ShowUrlAction.py - Added Wikipedia Suggest module (lp: #234146) - Set snippet correctly for feeds, web history and E-Mails in beagle-live. Changed displayed text slightly for those actions. - Show tooltip when hovering over the arrow if more than one action is available. - Added get_tooltip method to Action interface. Override this method to display a tooltip when the user hovers over the match (the default action's tooltip is displayed) or over an action in the list of additional actions. - Fixed bug #522585: Crash when changing default browser - Added support for iceweasel browser. When the default browser is changed mozilla and iceweasel are supported, too. When Firefox is used and the command must contain firefox instead of being exactly firefox - Added OpenThunderbirdMailMessageAction. Mail messages are now opened in either evolution or thunderbird (fixes #420475). Display e-mail address as author when no name is available - Fixed bug #474496: Files that are in archives will appear as "Open containing " - Mark history ComboBox and Clear History button insensitive when no items are in history - Only store window position when window UI is used - Find programs in $PATH that start with the search term - Added Capuchin support - Fixed: Error dialog appears when installing a valid module after an invalid one has been installed. - Added (set|get)_snippet methods to Match interface. If a snippet is set it will displayed in a new line under the matche's get_verb value - Added the possibility to run Deskbar as a tray icon instead of an applet with the -t option from the commandline. It only works with Window UI. - Fixed exception when changing default browser while preferences window is open - load_icon returns None if fall back icon 'stock_unknown' is not present in the theme - The size of the icon in the panel is no longer based on applet's size hint, but the allocation width and height. - When checking firefox version. Wait until the process terminated to avoid zombie processes. (lp: #209662) - Use gtk-clear icon instead of gtk-empty for "Clear history" item in popup menu - Show match that opens beagle-search when more than the maximum results have been found. It will only be searched for this particular category. - Fixed bug #520278: Window in sticky mode too small (lp: #149366) - Added support to change the language the search results should be in to Yahoo module - Added possibility to search for specific formats only. If the query contains format: only those files are searched - Added new YahooSuggestHandler module. It suggests alternative queries based on the given query. - Added new Google Code Search module - Adjust layout when applet is moved from one panel to another * Sync with Debian * debian/control.in: - build-depends on python-all-dbg, python-gnome2-dbg, python-gnome2-extras-dbg - list debug variant - updated maintainer information - updated pygtk and gtk requirements * debian/patches/01_fix_python_interpreter.patch: - use "/usr/bin/python" rather than "env python" (Ubuntu: #79234) * debian/patches/05_fix_python_m4_macros.patch: - changes required for the debug build * debian/patches/90_aclocal+autoconf+automake.patch: - run autotools update * debian/rules: - build debug variant -- Sebastien Bacher