[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-04-03 Thread Mathieu Trudel-Lapierre
** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-29 Thread Mathieu Trudel-Lapierre
You don't need a patch to nm-applet to do this; it's a modification that
can be reverted in a patch that's already included.

I don't think reverting that commit in shell is a good idea, it will
mean modifying both gnome-shell to drop that commit, and nm-applet to
not start on shell, with the added possible issues from things failing
to work in that case. Not sure if the VPNs still depend on nm-applet
running; but that used to be an issue. I'm not really prepared to deal
with this so late in the cycle.

I'm testing with the nm-applet patch changed to use just the NORMAL
priority. Things seem to look reasonable. You risk missing the
notification anyway even when it's critical (when it times out or if
it's overriden by another critical notification somehow), and
applications themselves already track network status. I think it's
reasonable to drop the priority.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager-applet -
0.9.4.1-0ubuntu1

---
network-manager-applet (0.9.4.1-0ubuntu1) precise; urgency=low

  * New upstream release 0.9.4.1.
- Bugfix release.
- mobile: fix some memory leaks
- applet: don't call nm_secret_agent_register() when the agent is registered
- applet: fix an uninitialized variable
- applet: track GNOME Shell version, not just whether it's running
- Add NotShowIn=KDE to .desktop files (bgo #660046)
- applet: fix pixbuf leak when mobile broadband is connected (lp:939802)
  * debian/control: bump Build-Depends and Depends for libnm-*-dev and the
network-manager(-dev) packages to 0.9.4.
  * debian/control: drop unused Build-Depends on libpolkit-gobject-1-dev.
  * debian/patches/04-autostart.patch: dropped, applied upstream.
  * debian/patches/lp939802_fix_mobile_icon_leak.patch: dropped, applied
upstream.
  * debian/patches/lp289466_always_show_tray_icon.patch: refreshed.
  * debian/patches/nm-applet-use-indicator.patch: refreshed and cleaned up.
  * debian/patches/revert_git_policy_error_dialog_ba8381a.patch: revert commit
ba8381a: don't show an error dialog when connection creation, disconnects,
or activations fail; we already have a warning message.
  * debian/patches/lp341684_device_sensitive_disconnect_notify.patch: drop the
notification urgency back to NORMAL from CRITICAL for offline notifications
since they otherwise stick around in Gnome Shell. (LP: #883443)
 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com   Thu, 29 Mar 2012 14:19:26 
-0400

** Changed in: network-manager-applet (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-28 Thread Timo Kluck
Mathieu: How do you feel about the upstream suggestion to drop gnome-
shell/f65826b3ba2cf03a859819e6706046fff376c65c and get native network
messages?

By the way, I've got a patch for nm-applet too (I wrote that earlier).
However, that might also affect the Unity experience, so my guess was
that that would be a lot harder to get merged.

I'll put my merge request on work in progress in the mean time.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-27 Thread Mathieu Trudel-Lapierre
Mirroring the info I put in the merge request-- I agree with upstream
that it probably best be fixed in nm-applet. I'll make sure the urgency
gets dropped on the offending messages (with info from design).

Marking the bug task for gnome-shell to incomplete; Timo, could you
check the merge request and see if it's worth setting it to Work in
Progress or dropping it altogether?

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-22 Thread Mathieu Trudel-Lapierre
Timo; changing the behavior of the CRITICAL notifications should at
least be discussed with GNOME Shell developers. Can you please file the
bug upstream or otherwise contact GNOME developers to ask their opinion
of this change?

The reason for making the notification urgency NOTIFY_URGENCY_CRITICAL
is in bug 354420; it was a concious decision so I'd very much like to
know if the current gnome-shell behavior is expected before attempting
to reverse this.

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-22 Thread Timo Kluck
Upstream bug is https://bugzilla.gnome.org/show_bug.cgi?id=672636.

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

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-20 Thread Timo Kluck
** Branch linked: lp:~tkluck/ubuntu/precise/gnome-shell/lp883443

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-02-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager-applet (Ubuntu)
   Status: New = Confirmed

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-02-15 Thread Timo Kluck
At least part of this is ubuntu specific. The distribution patch

lp341684_device_sensitive_disconnect_notify.patch

in the package network-manager-applet sets this notification importance
to NOTIFY_URGENCY_CRITICAL. I can confirm that if you change this to
NOTIFY_URGENCY_NORMAL, the notification disappears after the timeout

Apparently, gnome-shell keeps on showing NOTIFY_URGENT_CRITICAL
notifications, even if they are marked as transient. The ubuntu-
specific patch assumes the unity behavior. This is probably the cause of
the bug.

I'm marking network-manager-applet as affected.

** Also affects: network-manager-applet (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-02-14 Thread Jason D. Cupp
This is my experience with this bug. It only happens when I am
disconnected, usually from going into suspend mode when shutting my
laptop lid. When I open the lid and come back into live mode, I get this
notification, and it doesn't disappear until I click it.

But one thing I have noticed is that it didn't start happening until
after I did two things. The first thing I did was turn off notifications
in the profile menu in the upper right corner. The second thing I did
was click the button that said something like Never show this message
again. I don't know which is the cause, but I suspect it is from
turning off notifications in that menu.

I just had to reinstall Ubuntu, and I can verify that with a fresh
install and after setting up everything how I need it, the notification
disappears after the timeout, like it is supposed to. I haven't done
either of the two things mentioned earlier, and it is still working
normally.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-01-24 Thread Timo Kluck
I think this has to do with the persistency of the notification. My
guess is that the ubuntu network manager (or some other software) sends
the notification with the 'persistent' flag set. In Unity, this doesn't
matter (all notifications are transient), but in gnome-shell, it makes a
difference.

Can you confirm that this only happens when you have been disconnected
before? Also, does ik go away when you click it? That's the behaviour
I'm observing.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2011-12-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell (Ubuntu)
   Status: New = Confirmed

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2011-10-29 Thread Detlef Lechner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883443

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2011-10-29 Thread Detlef Lechner
I suspect that GNOME Shell muddeled Network and WLAN.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/883443/+subscriptions

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