disable-disconnect-notification option ignored
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OEM Priority Project |
Fix Released
|
Medium
|
James M. Leddy | ||
Precise |
Fix Released
|
High
|
James M. Leddy | ||
Quantal |
Fix Released
|
Medium
|
James M. Leddy | ||
network-manager-applet (Ubuntu) |
Fix Released
|
Medium
|
Mathieu Trudel-Lapierre | ||
Precise |
Fix Released
|
Medium
|
Mathieu Trudel-Lapierre | ||
Quantal |
Fix Released
|
Medium
|
Mathieu Trudel-Lapierre |
Bug Description
[Impact]
For OEM's, we offer a video that runs on first boot kick things off. Invariably, nm-applet winds up printing a disconnect notification, which detracts from the quality feeling of the video. We would like to get this working in Ubuntu so for 12.04.2 we can use disable-
[Test Case]
The popups can be disabled by either running the following commands and then restarting or logging off / on:
gconftool -s /apps/nm-
gconftool -s /apps/nm-
gconftool -s /apps/nm-
OR
The following can be hard-coded into /var/lib/
<?xml version="1.0"?>
<gconf>
<dir name="apps">
<dir name="nm-applet">
<entry name="suppress-
<entry name="disable-
<entry name="disable-
</dir>
</dir>
</gconf>
[Regression Potential]
Minimal. This change is only 2 changed lines, and we've already released in 12.10 without problems.
[Original Description]
the gconf key /apps/nm-
ProblemType: Bug
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Thu Oct 8 00:50:27 2009
DistroRelease: Ubuntu 9.10
Gconf:
IfupdownConfig:
auto lo
iface lo inet loopback
IpRoute:
192.168.5.0/24 dev wlan0 proto kernel scope link src 192.168.5.2 metric 2
169.254.0.0/16 dev wlan0 scope link metric 1000
default via 192.168.5.1 dev wlan0 proto static
Package: network-
ProcVersionSign
RfKill:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-
Uname: Linux 2.6.31-12-generic x86_64
Related branches
- Mathieu Trudel-Lapierre: Approve
- Network-manager: Pending requested
-
Diff: 123 lines (+33/-16)2 files modifieddebian/changelog (+7/-0)
debian/patches/lp341684_device_sensitive_disconnect_notify.patch (+26/-16)
- Mathieu Trudel-Lapierre: Approve
-
Diff: 98 lines (+23/-9)2 files modifieddebian/changelog (+8/-0)
debian/patches/lp341684_device_sensitive_disconnect_notify.patch (+15/-9)
Changed in network-manager-applet (Ubuntu): | |
assignee: | Alexander Sack (asac) → nobody |
Changed in network-manager-applet (Ubuntu): | |
status: | Triaged → Confirmed |
tags: | added: rls-q-incoming |
Changed in network-manager-applet (Ubuntu Precise): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in network-manager-applet (Ubuntu Quantal): | |
status: | Confirmed → In Progress |
Changed in network-manager-applet (Ubuntu Precise): | |
status: | Confirmed → In Progress |
description: | updated |
Changed in network-manager-applet (Ubuntu): | |
assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
Changed in network-manager-applet (Ubuntu Precise): | |
assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
Changed in network-manager-applet (Ubuntu Quantal): | |
assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
tags: | added: rls-r-incoming |
tags: |
added: verification-done removed: verification-needed |
yes, this is a bug and should be relatively easy to fix. unfortuantely all those patches are not yet upstream so it would again be only ubuntu work.... willl think about it.