Bug 96446 - Authentication is required to set the network proxy - popup
Summary: Authentication is required to set the network proxy - popup
Status: RESOLVED NOTABUG
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-09 06:17 UTC by HannesF
Modified: 2018-08-21 15:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description HannesF 2016-06-09 06:17:15 UTC
on rhel7.2 or centos7.2 with gnome-packagekit-3.14.3 there are problems (popups) on gui login (gnome,gdm). more details on https://access.redhat.com/solutions/195833 and http://forums.fedoraforum.org/showthread.php?t=302761 

to prevent the popups this helps:

# vi /etc/polkit-1/rules.d/03-noproxy.rules

polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.packagekit.system-network-proxy-configure" &&
        subject.isInGroup("SETYOURGROUPHERE") ) {
                return polkit.Result.YES;
        }
});


is this a packagekit bug/problem or one of the distribution rpm package?

regards
hannes
Comment 1 Richard Hughes 2018-08-21 15:52:28 UTC
We moved the upstream bugtracker to GitHub a long time ago. If this issue still affects you please re-create the issue here: https://github.com/hughsie/PackageKit/issues
 
Sorry for the impersonal message, and fingers crossed your issue no longer happens. Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.