Marius,

  From #25, I found the patch from upstream is not related to this
issue.

commit e78c3e83d2e0b49641c9d484e0b35b3c6ff9f0db
Author: Alban Browaeys <[email protected]>
Date:   Wed Jan 2 10:37:36 2013 +0100

    build: negate the grep result. Not the echo result.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690991

diff --git a/configure.ac b/configure.ac
index f94d29c..84c36ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,7 +278,7 @@ AS_IF([test -z "$with_session_tracking"], 
with_session_tracking=consolekit)
 AS_IF([test "$with_session_tracking" = "ck"], with_session_tracking=consolekit)
 AS_IF([test "$with_session_tracking" = "none"], with_session_tracking=no)
 # check value
-AS_IF([! echo "$with_session_tracking" | grep -q -E 
"^(systemd|consolekit|no)$"],
+AS_IF([! (echo "$with_session_tracking" | grep -q -E 
"^(systemd|consolekit|no)$")],
        AC_MSG_ERROR([--with-session-tracking must be systemd/consolekit/no, 
not $with_session_tracking]))
 # add conditionals and subtitutions
 AM_CONDITIONAL(SESSION_TRACKING_CK, test "$with_session_tracking" = 
"consolekit")

** Bug watch added: GNOME Bug Tracker #690991
   https://bugzilla.gnome.org/show_bug.cgi?id=690991

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/912702

Title:
  [MASTER] Endlessly many "Wireless Network Authentication Required"
  dialogs put up

Status in One Hundred Paper Cuts:
  Fix Released
Status in The Linux Mint Distribution:
  New
Status in NetworkManager:
  Fix Released
Status in “network-manager” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Invalid

Bug description:
  I left the computer turned on for the night and in the morning I found
  not less than 65, yes 65!!!!!! instances of the same window. my system
  was responding very slowly. and closing one took more than a minute,
  so I had to kill it manually. take a look on my screenshots, they look
  really weird.

  this is very annoying!!!!

  solution: this window shouldn't pop up when the previous one was not
  closed!

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Jan  6 11:38:28 2012
  ExecutablePath: /usr/bin/nm-applet
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
  IpRoute:
   default via 158.195.192.1 dev eth0  proto static 
   158.195.192.0/19 dev eth0  proto kernel  scope link  src 158.195.196.69  
metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/912702/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to