network manager applet should pop up wizard when 3g device is plugged in and no configuration exists
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| libmbca (Ubuntu) |
Medium
|
Alexander Sack | ||
| network-manager-applet (Ubuntu) |
High
|
Alexander Sack |
Bug Description
bug as result of review of actionful notifications.
Reproduce:
1. plug in 3g device (with no mobile broadband configuration)
Result: notification pops up providing a "Configure" option
Expected Result: Broadband Wizard should directly pop up and call for user attention
Alexander Sack (asac) wrote : | #1 |
Changed in network-manager-applet: | |
assignee: | nobody → asac |
importance: | Undecided → High |
status: | New → Triaged |
Matthew Paul Thomas (mpt) wrote : | #2 |
Yes, set "focus-on-map" to FALSE. http://
Alexander Sack (asac) wrote : | #3 |
Committing to: bzr+ssh:
modified changelog
modified patches/
Committed revision 8.
Changed in network-manager-applet: | |
status: | Triaged → Fix Committed |
Alexander Sack (asac) wrote : | #4 |
libmbca still needs support to set custom GtkWindow flags:
-> needed: "focus-on-map" to FALSE. http://
Changed in libmbca: | |
assignee: | nobody → asac |
importance: | Undecided → Medium |
milestone: | none → ubuntu-9.04-beta |
status: | New → Triaged |
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package network-
---------------
network-
* new upstream snapshot 0.7.1pre Feb 13, 2009
+ rev: 960
+ revision-id: svn-v3-
+ branch: http://
* add config for bzr-builddeb meta information; we declare "merge" as default
operation mode and set the current top most upstream revision id
- add .bzr-builddeb/
* adjust patches to new upstream code
- update patches/
* new tree layout doesn't have upstream sources; in turn we apply
autotools/cdbs integration magic on the fly now; this means we run
intltoolize in pre-build and create a dummy aclocal.m4 in clean::;
doing that allows us to use a bzr export from the upstream tree
instead of a make dist tarball
- update rules
* fix "(applet.
warnings that get dumped to console; typos produced those warnings
even if nothing was wrong
- update patches/
* bump lower bound for network-manager build-depends to >= 0.7.1~
- update control
* fix LP: #327427 - network manager applet should pop up wizard when
3g device is plugged in and no configuration exists; we adjust the
mobile broadband patch to not show notification.
- update patches/
-- Alexander Sack <email address hidden> Tue, 17 Feb 2009 16:06:09 +0100
Changed in network-manager-applet: | |
status: | Fix Committed → Fix Released |
Antti Kaijanmäki (kaijanmaki) wrote : | #6 |
marking as invalid for libmbca as this was nm-applet bug
Changed in libmbca: | |
status: | Triaged → Invalid |
Matthew Paul Thomas (mpt) wrote : | #7 |
Alexander, is this patch accepted upstream yet? If not, could you link the upstream bug report here? Thanks.
Alexander Sack (asac) wrote : Re: [Bug 327427] Re: network manager applet should pop up wizard when 3g device is plugged in and no configuration exists | #8 |
On Mon, Apr 27, 2009 at 09:37:35AM -0000, Matthew Paul Thomas wrote:
> Alexander, is this patch accepted upstream yet? If not, could you link
> the upstream bug report here? Thanks.
>
Nope. Upstream does not use the mobile broadband wizard by
default (yet).
- Alexander
are there any best practices how to open configuration dialogs in gtk in compliance with dx team standards (e.g. not focus stealing, etc.)? Thanks!