Xubuntu 16.04のapt update
とapt dist-upgrade
を実行した後、nmパネルプラグインは私のパネルとプラグインのリストの両方から消えたようです。
Network Managerがないことに注意してください。
(ただし、ネットワークは引き続き機能します。)
〜/ .xsession-errorsの内容:
ron@haggis:~$ dir .xsession-errors
-rw------- 1 ron ron 153 2018-02-03 13:38:20 .xsession-errors
ron@haggis:~$ cat .xsession-errors
openConnection: connect: No such file or directory
cannot connect to brltty at :0
upstart: im-config pre-start process (2085) terminated with status 127
タイムスタンプは、最後にログインしたときのものです。
ありがとう
通常、実行可能ファイルの名前はnm-applet
です。
でインストール可能です
Sudo apt-get install network-manager-gnome
/etc/xdg/autostart/nm-applet.desktop
のために自動起動するはずです。
手動で再起動できます
killall nm-applet
nm-applet &