Support for Gnome 3 proxy configuration (currently dropped Gnome 2 support)
This commit is contained in:
parent
1e9eddbda6
commit
77e45e4e2b
@ -175,7 +175,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
|
|||||||
if desktop_session == 'kde':
|
if desktop_session == 'kde':
|
||||||
networkProxyProcess.execute("/opt/kde/bin/kcmshell4", QtCore.QStringList(list(set(['proxy']))))
|
networkProxyProcess.execute("/opt/kde/bin/kcmshell4", QtCore.QStringList(list(set(['proxy']))))
|
||||||
elif desktop_session == 'gnome':
|
elif desktop_session == 'gnome':
|
||||||
networkProxyProcess.execute("/usr/bin/gnome-network-properties")
|
networkProxyProcess.execute("/usr/bin/gnome-control-center", "network")
|
||||||
|
|
||||||
def SRPMSCheckUpgradeList(self):
|
def SRPMSCheckUpgradeList(self):
|
||||||
checkSRPMSUpdatesTimer.stop()
|
checkSRPMSUpdatesTimer.stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user