Ubuntu 14.04 網路圖示消失了 - Linux

Table of Contents

剛裝好的時候在右上角的系統列會有 Wifi/Network 連線狀況的指示圖示,

但是不知道是因為更新還是動到什麼設定,指示圖示消失了
http://i.imgur.com/gOeeVpn.png

上網查了很久,發現應該跟 nm-applet 有關系

~$ nm-applet
nm-applet-Message: using fallback from indicator to GtkStatusIcon

(nm-applet:3979): nm-applet-WARNING **:
Could not find ShellVersion property on org.gnome.Shell after 5 tries

^C
nm-applet-Message: PID 0 (we are 3979) sent signal 2, shutting down...

(nm-applet:3979): GLib-CRITICAL **:
Source ID 178 was not found when attempting to remove it


試了網路上的方法
1.
sudo apt-get purge network-manager-gnome
sudo apt-get install network-manager-gnome

2.
sudo apt-get install --reinstall network-manager
sudo apt-get install --reinstall network-manager-gnome

結果都無效,想請教各位這個問題要如何解決?

--

All Comments

Madame avatarMadame2014-11-06
我的14.04沒有裝gnome-panel耶,確定是這造成的嗎?
Emma avatarEmma2014-11-09
像這種時候應該是用 dpkg-query -W > dpkg.list 列出
來比較
Elizabeth avatarElizabeth2014-11-11
另外找台安裝 Ubuntu 的機器,不然就是用 VM 裝一下
Poppy avatarPoppy2014-11-13
突然想到用 Live DVD/USB 開起來,將資料取出即可。
Emma avatarEmma2014-11-16
dpkg-query -W | awk '{print $1}' | sort -u
Mason avatarMason2014-11-20
希望你有undo試不成功的方法...