Note: for those who just want a quick fix, it might help to put something like this
#!/bin/sh case "${1}" in resume|thaw) ( sleep 2 ; /usr/bin/killall /usr/lib/xfce4/notifyd/xfce4-notifyd ) & ( sleep 4 ; /usr/bin/killall /usr/lib/xfce4/notifyd/xfce4-notifyd ) & ;; esac in /etc/pm/sleep.d/49_killall_notify, remember to chmod +x. (this is for Xubuntu; on regular Ubuntu it might be "killall notify-osd" instead of xfce4-notifyd, you might also need to tweak the sleep times) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835972 Title: after resume the "Disconnected - you are now offline" notification doesn't disappear To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/835972/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs