Page 1 of 1

network manager in gnome gone

Posted: Thu Jul 21, 2011 5:01 pm
by edke
After latest updates I lost my network manager applet, I just found Network Monitor applet, but this only shows status. I can't launch my openvpn and other networking profiles ...

Does anyone experience this ?

Re: network manager in gnome gone

Posted: Thu Jul 21, 2011 5:24 pm
by mfs
Hi,
I cannot recall any updates of network-manager-* in the last few days. Maybe you could give us the output of

Code: Select all

apt-cache policy network-manager-*
to help us see what versions of network-manager you have installed.

mfs.

Re: network manager in gnome gone

Posted: Thu Jul 21, 2011 5:26 pm
by richyrich
2 cents worth . . I see two icons there between the battery and the audio . . one is the monitor you mentioned . .

Re: network manager in gnome gone

Posted: Thu Jul 21, 2011 5:49 pm
by edke
mfs wrote:Hi,
I cannot recall any updates of network-manager-* in the last few days. Maybe you could give us the output of

Code: Select all

apt-cache policy network-manager-*
to help us see what versions of network-manager you have installed.


mfs.

here is an output:

Code: Select all

$ apt-cache policy network-manager-* 
network-manager-gnome:
  Installed: 0.8.4-2
  Candidate: 0.8.4-2
  Version table:
 *** 0.8.4-2 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
network-manager-pptp-gnome:
  Installed: (none)
  Candidate: 0.8.4-1
  Version table:
     0.8.4-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager:
  Installed: 0.8.4.0-2
  Candidate: 0.8.4.0-2
  Version table:
 *** 0.8.4.0-2 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
network-manager-dev:
  Installed: (none)
  Candidate: 0.8.4.0-2
  Version table:
     0.8.4.0-2 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-kde:
  Installed: (none)
  Candidate: 1:0.9+git20110526.911025d-1
  Version table:
     1:0.9+git20110526.911025d-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-openvpn:
  Installed: 0.8.4-1
  Candidate: 0.8.4-1
  Version table:
 *** 0.8.4-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
network-manager-pptp:
  Installed: (none)
  Candidate: 0.8.4-1
  Version table:
     0.8.4-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-vpnc:
  Installed: (none)
  Candidate: 0.8.4-1
  Version table:
     0.8.4-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-dbg:
  Installed: (none)
  Candidate: 0.8.4.0-2
  Version table:
     0.8.4.0-2 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-openvpn-gnome:
  Installed: 0.8.4-1
  Candidate: 0.8.4-1
  Version table:
 *** 0.8.4-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
network-manager-vpnc-gnome:
  Installed: (none)
  Candidate: 0.8.4-1
  Version table:
     0.8.4-1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-openconnect:
  Installed: (none)
  Candidate: 0.7.999-1.1
  Version table:
     0.7.999-1.1 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages
network-manager-strongswan:
  Installed: (none)
  Candidate: 1.1.2-2
  Version table:
     1.1.2-2 0
        500 http://ftp.sk.debian.org/debian/ testing/main amd64 Packages


Re: network manager in gnome gone

Posted: Thu Jul 21, 2011 5:52 pm
by edke
richyrich wrote:2 cents worth . . I see two icons there between the battery and the audio . . one is the monitor you mentioned . .
they both belong to same applet, Network Monitor 2.28.1. but classic network-manager's applet is gone, dunno how I managed that. now I can't enable my openvpn that I configured in network-manager.

Re: network manager in gnome gone

Posted: Thu Jul 21, 2011 6:11 pm
by xircon
Have you checked your start up applications? There should be an entry there. Also try:

Code: Select all

nm-applet --sm-disable &
From a run box (alt-f2).

Cheers

Steve

Re: network manager in gnome gone

Posted: Thu Jul 21, 2011 6:46 pm
by edke
xircon wrote:Have you checked your start up applications? There should be an entry there. Also try:

Code: Select all

nm-applet --sm-disable &
From a run box (alt-f2).

Cheers

Steve
Strange, nm-applet wont start, flashed in notification area, then disappeared again. After restart all worked as it should .... now nm-applet is back .. dunno what was the cause, thank you all for your posts.