How to disable the prompt "Authentication is required to set the network proxy used for downloading"

How to disable the prompt "Authentication is required to set the network proxy used for downloading"

book

Article ID: CTX223602

calendar_today

Updated On:

Description

After logon to Linux VDA ICA session, you will receive a prompt "Authentication is required to set the network proxy used for downloading" as below, which would annoy users.


Environment

Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.

Resolution

Disable Network Proxy Authentication Popup

To workaround this issue, as root, create the file /etc/polkit-1/localauthority/30-site.d/20-no-show-proxy-dialog.pkla in a text editor and add the following content:

[No Show Proxy Dialog]

Identity=unix-user:*

Action=org.freedesktop.packagekit.system-network-proxy-configure

ResultAny=no

ResultInactive=no

ResultActive=no


Problem Cause

This is a Linux behavior by design.