Re: Network proxy port limitation



On Wed, 2003-08-13 at 02:27, Charlie Cano wrote:
> Has anyone else run into the limitation of 10000 being the highest
> port number supported by the network proxy configuration in Gnome?  I
> work for a "Big Company," and they use Websense as a proxy is at port
> 15871...
> 
> Is there any way around this?

Oh, bugger. There is at least one bug open about this in bugzilla and I
thought I had already sent in a fix and had it applied. But apparently I
only applied it to my tree.

If you can build from source, the attached patch to one file will fix
it. I will also track down the bugzilla entry and put the patch there if
somebody else hasn't already done it. Then we just do the release-team
dance and get it into GNOME 2.4.

Cheers,
Malcolm

Index: capplets/network/gnome-network-preferences.glade
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/network/gnome-network-preferences.glade,v
retrieving revision 1.7
diff -u -r1.7 gnome-network-preferences.glade
--- capplets/network/gnome-network-preferences.glade	19 Jul 2003 11:05:42 -0000	1.7
+++ capplets/network/gnome-network-preferences.glade	13 Aug 2003 01:17:47 -0000
@@ -441,7 +441,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">False</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">0 0 10000 1 10 10</property>
+			      <property name="adjustment">0 0 65535 1 10 10</property>
 			    </widget>
 			    <packing>
 			      <property name="left_attach">3</property>
@@ -462,7 +462,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">False</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">0 0 10000 1 10 10</property>
+			      <property name="adjustment">0 0 65535 1 10 10</property>
 			    </widget>
 			    <packing>
 			      <property name="left_attach">3</property>
@@ -483,7 +483,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">False</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">0 0 10000 1 10 10</property>
+			      <property name="adjustment">0 0 65535 1 10 10</property>
 			    </widget>
 			    <packing>
 			      <property name="left_attach">3</property>
@@ -504,7 +504,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">False</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">0 0 10000 1 10 10</property>
+			      <property name="adjustment">0 0 65535 1 10 10</property>
 			    </widget>
 			    <packing>
 			      <property name="left_attach">3</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]