web-dev-qa-db-ja.com

Network Manager xfceプラグインはどこに行きましたか?

Xubuntu 16.04のapt updateapt dist-upgradeを実行した後、nmパネルプラグインは私のパネルとプラグインのリストの両方から消えたようです。

Network Managerがないことに注意してください。

(ただし、ネットワークは引き続き機能します。)

Note the lack of 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

タイムスタンプは、最後にログインしたときのものです。

ありがとう

3
RonJohn

通常、実行可能ファイルの名前はnm-appletです。

でインストール可能です

Sudo apt-get install network-manager-gnome

/etc/xdg/autostart/nm-applet.desktopのために自動起動するはずです。

手動で再起動できます

killall nm-applet
nm-applet &
2
N0rbert