Hide Forgot
I'm starting XFCE from KDM (due to a number of gdm issues). xfce-session starts nm-applet and gnome-keyring by default. When I try to connect to any known WIFI network, I nm throws a password prompt. If I try and reconnect to an already connected network, nm still throws the same password prompt. As far as I can see, gnome-keyring is working just fine - evolution uses it without issues. Versions: $ rpm -qa | egrep -e 'xfce4-session|NetworkManager' | sort NetworkManager-0.8.999-3.git20110526.fc15.x86_64 NetworkManager-glib-0.8.999-3.git20110526.fc15.x86_64 NetworkManager-gnome-0.8.999-3.git20110526.fc15.x86_64 NetworkManager-openvpn-0.8.999-1.fc15.x86_64 NetworkManager-pptp-0.8.999-1.fc15.x86_64 NetworkManager-vpnc-0.8.999-2.fc15.x86_64 xfce4-session-4.8.1-4.fc15.x86_64 xfce4-session-engines-4.8.1-4.fc15.x86_64 nm-applet output: ** Message: applet now removed from the notification area ** Message: applet now embedded in the notification area (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed ** (nm-applet:26039): WARNING **: _nm_object_get_property: Error getting 'Default' for /org/freedesktop/NetworkManager/A (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed ** Message: No keyring secrets found for Auto RedNetwork/802-11-wireless-security; asking user. (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed (nm-applet:26039): Gtk-CRITICAL **: gtk_cairo_should_draw_window: assertion `GDK_IS_WINDOW (window)' failed
If it is still an issue, please include /var/log/messages. Note that for WiFi connections passwords are now stored in keys-* files in /etc/sysconfig/network-scripts/ rather than in keyring. gtk_cairo_should_draw_window assertions are fixed in gtk3 with this commit: http://git.gnome.org/browse/gtk+/commit/gtk/gtkwindow.c?id=97a8ff80cc22bdb5d11958f3264be6a2063fc7d7 That's included in gtk3-3.0.11-1.fc15 and later.
Sorry for the late reply. Issue seemed to be fixed by the latest push. Please close.