PreviousCompatibilityFixes

Differences between revisions 3 and 4
Revision 3 as of 2009-06-19 16:46:36
Size: 3964
Editor: yttrium
Comment: moves fixes not verified as merged upstream back into the main spec
Revision 4 as of 2009-06-19 17:14:21
Size: 4513
Editor: yttrium
Comment: + banshee; + dropbox
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

=== 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` ( (./) [[http://launchpad.net/bugs/327640|bug 327640]]).

=== dropbox ===

A compatibility problem with Dropbox was [[http://forums.getdropbox.com/topic.php?id=7029&replies=1|reported]] (registration required) and [[http://forums.getdropbox.com/topic.php?id=7099&replies=3|fixed]] (registration required).
Line 29: Line 37:
Post-update information should no longer be advertised using a notification area icon and a notification bubble pointing to it. Instead, the post-update information dialog should open [[http://library.gnome.org/devel/gtk/stable/GtkWindow.html#GtkWindow--focus-on-map|unfocused]] directly. 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 [[http://library.gnome.org/devel/gtk/stable/GtkWindow.html#GtkWindow--focus-on-map|unfocused]] directly.
Line 31: Line 39:
This will fix: This fixed:

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).

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)