PreviousCompatibilityFixes

Differences between revisions 4 and 5
Revision 4 as of 2009-06-19 17:14:21
Size: 4513
Editor: yttrium
Comment: + banshee; + dropbox
Revision 5 as of 2009-08-05 10:48:46
Size: 5175
Editor: 89
Comment: + transmission-gtk
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * When a new track began, a notification bubble appeared with a “Skip this item” button. The bubble still makes sense without the button, so the button was  made conditional on whether the notification server supports `actions` ( (./) [[http://launchpad.net/bugs/327640|bug 327640]]).  * When a new track began, a notification bubble appeared with a “Skip this item” button. The bubble still makes sense without the button, so the button was made conditional on whether the notification server supports `actions` ( (./) [[http://launchpad.net/bugs/327640|bug 327640]]).
Line 12: Line 12:

=== transmission-gtk ===

 * When a download finishes, a notification bubble appeared with an “Open Folder” button, and an “Open File” button if only one file was downloaded. Transmission should instead follow the same approach as for [[#Firefox|Firefox]]. That is, a notification bubble should not appear, the main window should open [[http://library.gnome.org/devel/gtk/stable/GtkWindow.html#GtkWindow--focus-on-map|unfocused]] (if it is not open already), the completed download should be selected in the list, and the window should request attention. Transmission 1.51 included changes to “Play nicely with Ubuntu's new notification server”.

Ubuntu and upstream developers have made fixes to several programs to make their notifications compatible with Notify OSD and the Desktop Notifications Specification. This is an alphabetical list, by package name, of the projects where fixes have been merged into the upstream code. (Fixes that have not yet been implemented or merged upstream are listed in the main NotifyOSD specification.)

banshee

  • When a new track began, a notification bubble appeared with a “Skip this item” button. The bubble still makes sense without the button, so the button was made conditional on whether the notification server supports actions ( (./) bug 327640).

dropbox

A compatibility problem with Dropbox was reported (registration required) and fixed (registration required).

transmission-gtk

  • When a download finishes, a notification bubble appeared with an “Open Folder” button, and an “Open File” button if only one file was downloaded. Transmission should instead follow the same approach as for Firefox. That is, a notification bubble should not appear, the main window should open unfocused (if it is not open already), the completed download should be selected in the list, and the window should request attention. Transmission 1.51 included changes to “Play nicely with Ubuntu's new notification server”.

update-manager

The availability of updates is no longer shown using a notification area icon and notification bubble pointing to it. Instead, Update Manager opens automatically, unfocused and in the background (bug 333284). (When opened manually, Update Manager should still open focused and frontmost as usual.) This fixed (./) bug 175166 ("click the icon" instruction dangerously confusing) and (./) bug 33605 ("Updates available" popup should hide when update-manager starts).

So that the window does not open inappropriately:

  • When security updates are available, Update Manager opens automatically within one day, and displays those security updates plus any non-security updates that happen to be available.
  • When non-security-only updates are available, Update Manager opens automatically whichever is later: (a) one week after it was last open, whether that was manually or automatically, or (b) one week after updates were installed by any apt-powered method, including apt-get or aptitude (bug 334952).

  • When no updates are available, Update Manager does not open automatically at all.
  • When Add/Remove Applications, Synaptic, or a similar graphical tool is open (i.e. if apt/dpkg is locked) at the moment Update Manager would be scheduled to open, it waits until they are closed (bug 334935).

The automatic opening means that Update Manager will often be the first window people ever see on a newly-installed Ubuntu system. Therefore, the text at the top of the Update Manager window is customized to be more welcoming.

Old text

New text

First run

All subsequent runs

Heading

You can install n updates.

Welcome to Ubuntu.

Software updates are available for this computer.

Body

Software updates correct errors, eliminate security vulnerabilities and provide new features.

These software updates have been issued since Ubuntu x.y was released. If you don’t want to install them now, choose “Update Manager” from the Administration menu later.

If you don’t want to install them now, choose “Update Manager” from the Administration menu later.

To make it easier to configure the Update Manager behavior, a “Settings…” button has been added to the bottom left of the Update Manager window that opens the “Updates” tab of Software Sources ( (./) bug 334959).

update-notifier

Post-update information is no longer advertised using a notification area icon and a notification bubble pointing to it. Instead, the post-update information dialog opens unfocused directly.

This fixed:

NotifyOSD/PreviousCompatibilityFixes (last edited 2009-08-05 10:50:26 by 89)