Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-06Bug 394087: [Net] Migration from GConf to GSettings.Y20180628-0525I20180628-0230I20180627-2020I20180627-2000I20180625-1545I20180621-2000I20180618-0800I20180615-0655I20180615-0300I20180614-2045I20180614-2000I20180613-0440I20180613-0300I20180607-2000I20180606-1020Eric Williams3-76/+76
Use GSettings instead of GConf2 to fetch proxy settings from GNOME. Instead it now uses the following GSettings schemas for proxies: org.gnome.system.proxy org.gnome.system.proxy.http org.gnome.system.proxy.https org.gnome.system.proxy.socks org.gnome.system.proxy.ftp You can get/set values for the keys in each of these schemas by running gsettings [get/set] schema key value. For example, to set the SOCKS proxy host, run: gsettings set org.gnome.system.proxy.socks host <value> To test in Eclipse, import the org.eclipse.core.net and org.eclipse.core.net.linux.x86_64 projects into your workspace. Launch a child Eclipse that depends on these two workspace plugins, and make sure the child Eclipse launches with the argument: -Dorg.eclipse.core.net.enableGnome as this enables the GNOME proxy functionality. In the child Eclipse, go to Window -> Preferences -> General -> Network connections. Selecting the "native" combo option will pull in proxy/network settings as set via GNOME. Change-Id: I0f620275aa15205245ae4156d9ed63ebf20c3568 Signed-off-by: Eric Williams <ericwill@redhat.com>
2012-11-06Bug 369215 -Improve core.net linux makefilev20121106-141722Krzysztof Daniel2-53/+5
2012-11-06Bug 385047 -[Net] gnomeproxy cannot be built with latest versions ofKrzysztof Daniel1-2/+2
glib
2010-03-29Bug 292994 - Please add -I$(JAVA_HOME)/include to libgnomeproxy's MakefilesPawel Pogorzelski2-2/+0
2010-03-29Bug 292994 - Please add -I$(JAVA_HOME)/include to libgnomeproxy's MakefilesPawel Pogorzelski2-5/+11
2009-11-05Bug 273072 - [Net] Provide native proxy support on x86_64 LinuxPawel Pogorzelski1-0/+46
2008-10-17 bug 248210: [Net] Consistent crashes from UnixProxyProviderTomasz Zarna1-0/+1
2008-09-03bug 245850: [Net] Header generated for JNI from UnixProxyProvider is missingTomasz Zarna2-0/+45
2008-09-01bug 245849: [Net] Native file getproxygnome.c doesn't match library name ↵Tomasz Zarna7-311/+45
libproxygnome.so
2008-09-01bug 232495: [Proxy] Gnome library should not blow up Eclipse w/o GnomeTomasz Zarna1-3/+6
2008-04-25bug 228738: support automatic proxy lookup mechanism for gnomeTomasz Zarna3-261/+220
2008-04-25bug 228738: support automatic proxy lookup mechanism for gnomeTomasz Zarna6-230/+242
2008-04-22bug 226462: [Proxy] Use system values for proxy settings on Linux (Initial ↵Tomasz Zarna6-0/+554
patch for org.eclipse.core.net)

    Back to the top