** Description changed:

+ [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-disconnect-
+ notification instead of our hard-coded workaround.
+ 
+ [Test Case]
+ 
+ The popups can be disabled by either running the following commands and
+ then restarting or logging off / on:
+ 
+ gconftool -s /apps/nm-applet/disable-disconnected-notifications --type=bool 
true
+ gconftool -s /apps/nm-applet/disable-connected-notifications --type=bool true
+ gconftool -s /apps/nm-applet/suppress-wireless-networks-available = true
+ 
+ OR
+ 
+ The following can be hard-coded into
+ /var/lib/gconf/debian.mandatory/%gconf.xml
+ 
+ <?xml version="1.0"?>
+ <gconf>
+ <dir name="apps">
+ <dir name="nm-applet">
+ <entry name="suppress-wireless-networks-available" mtime="1334087625" 
type="bool" value="true"/>
+ <entry name="disable-connected-notifications" mtime="1334087553" type="bool" 
value="true"/>
+ <entry name="disable-disconnected-notifications" mtime="1334087516" 
type="bool" value="true"/>
+ </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-applet/disable-disconnected-notifications does
  not disable disconnect notifications, while the other works for
  connected notifications.
  
  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
+  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
+  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-manager-gnome 0.8~a~git.20091002t194214.8515a07-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.31-12.40-generic
  RfKill:
-  0: phy0: Wireless LAN
-       Soft blocked: no
-       Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: network-manager-applet
  Uname: Linux 2.6.31-12-generic x86_64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/445872

Title:
  disable-disconnect-notification option ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/445872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to