zoukankan      html  css  js  c++  java
  • Authentication is required to set the network proxy

    在使用VNC访问集群的时候,总是弹出"Authentication is required to set the network proxy used for downloading packages"的对话框,比较烦人,解决方法禁掉Gnome里面自动更新的部分,具体:

    1. vi /etc/xdg/autostart/gpk-update-icon.desktop

    2. 在底部添加X-GNOME-Autostart-enabled=false

    或者直接删除:

    # 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

  • 相关阅读:
    封装

    如何通过命令行窗口查看sqlite数据库文件
    标签控件
    信息提示框
    循环
    数组
    switch
    成员局部变量
    变量
  • 原文地址:https://www.cnblogs.com/yylei/p/15183812.html
Copyright © 2011-2022 走看看