nm-applet 不起作用 Ubuntu 14.04

Col*_*ton 7 indicator network-manager unity 14.04

网络管理器nm-applet已从我的 Ubuntu 14.04 的统一面板中消失。当我尝试从逗号行运行它时,我收到一个错误:

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

(nm-applet:6409): nm-applet-WARNING **: Could not find ShellVersion property on org.gnome.Shell after 5 tries
Run Code Online (Sandbox Code Playgroud)

我不知道它是否直接相关,但从那时起,即使数据卡已连接到系统,运行系统设置-> 网络也不会显示“移动宽带”。数据卡不再工作。

编辑:用户“mkayaalp”建议的以下命令也给出了错误:

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

(nm-applet:6848): nm-applet-WARNING **: Could not find ShellVersion property on org.gnome.Shell after 5 tries
nm-applet-Message: PID 0 (we are 6848) sent signal 2, shutting down...

(nm-applet:6848): GLib-CRITICAL **: Source ID 107 was not found when attempting to remove it
Run Code Online (Sandbox Code Playgroud)

EDIT2: 图标nm-applet未出现在统一面板上的问题并不是它独有的。即使在选项中它被设置为在统一面板上显示,这个问题对于“Psensors”也仍然存在。

PS:在 google 和 askubuntu.com 上搜索主要是关于 Lubuntu 14.04 的结果。

mch*_*hid 0

我遇到了这个问题,我通过重新安装 ubuntu-desktop 解决了这个问题

sudo apt-get install --reinstall ubuntu-desktop
Run Code Online (Sandbox Code Playgroud)

另外,我摆脱了 gnome staging 和 gnome next ppa。


Ade*_*bar -4

尝试重新安装 nm-applet:

sudo apt-get remove nm-applet

sudo apt-get install nm-applet
Run Code Online (Sandbox Code Playgroud)