Centos 6.x 使用 vnc xrdp 遠端登陸
不斷彈出對話框 Authentication is required to set the network proxy used for downloading packages
1.使用下列指令
1 |
gnome-session-properties |
然後取消 “PackageKit Update Applet” 就可以解決了
2.直接移除它
1 2 3 4 5 |
# which gpk-update-icon /usr/bin/gpk-update-icon # rpm -qf /usr/bin/gpk-update-icon gnome-packagekit-2.28.3-3.el6.x86_64 # rpm -e gnome-packagekit |