Re: Re: gnome and the accessbridge



It looks like the attached patch works with libbonobo from CVS HEAD but I have 
figured out yet why.

> 
> 
> 
> > A propos java-access-bridge.
> > 
> > Is there any reason not to provide a tarball ? (Dependancies on fast 
> > moving libraries?)
> > Compiling gnome stuff can be a burden :-(
> > I've been using jhbuild, but it needed som tweakings :
> > 
> > In .jhbuildrc, I just put "modules=['java-access-bridge']", but then 
> > it was not recognized as a known module :-(
> > so I had to put
> > 
> >   <cvsmodule id="java-access-bridge" >
> >     <dependencies>
> >       <dep package="gnome-common" />
> >     </dependencies>
> >   </cvsmodule>
> > 
> > in /jhbuild/modulesets/gnome24.modules
> > (for a "moduleset = 'gnome24'" in .jhbuildrc )
> > things went then fine (beware, autoconf 2.5xx needed).
> > 
> > For the "accessibility.properties" file, INSTALL tells that it will be 
> > written in  $JAVA_HOME/jre. However, this directory did not contain 
> > any .properties file. I put the file in $JAVA_HOME/jre/lib.
> > Was it a mistake ?
> 
> The mistake is in the INSTALL file. I will corcrect it.
> 
> > 
> > Anyway, the result seems to be the same as in "[g-a-devel]Java Bridge 
> > Broken?" 
> > 
> 
http://mail.gnome.org/archives/gnome-accessibility-devel/2003-June/msg00020.html
> > Even if I have the most recent (2.3.4) libbonobo.
> > 
> > When doing  java -jar 
> > /usr/java/j2sdk1.4.2/demo/jfc/Java2D/Java2Demo.jar
> > I get:
> > "
> > Warning: Cannot convert string "MetaCtrl<Key>Insert" to type 
> > VirtualBinding
> > Java Accessibility Bridge for GNOME loaded.
> > 
> > Registering Application.
> > 
> 
org.GNOME.Accessibility._ApplicationStub:IOR:000000000000002249444c3a41636365737
> > 
> 
36962696c6974792f4170706c69636174696f6e3a312e30000000000000010000000000000070000
> > 
> 
10200000000103133322e3232372e3230312e31343000a2d7000000000021afabcb00000000203d2
> > 
> 
9fc8200000001000000000000000000000004000000000a000000000000010000000100000020000
> > 0000000010001000000020501000100010020000101090000000100010100
> > Exception in thread "main" java.lang.AssertionError: 
> > IDL:Accessibility/Registry:
> > 1.0 could not be activated.
> > 
> 
> I have just logged bug 116876 about this. I am currently looking at this 
problem 
> now.
> 
> 
> > "
> > Any help most welcome!
> > 
> > Bernard
> > _______________________________________________
> > gnome-accessibility-list mailing list
> > gnome-accessibility-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
> 
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
Index: AccessUtil.java
===================================================================
RCS file: /cvs/gnome/java-access-bridge/util/org/GNOME/Accessibility/AccessUtil.java,v
retrieving revision 1.4
diff -u -p -r1.4 AccessUtil.java
--- AccessUtil.java	19 Nov 2002 22:58:21 -0000	1.4
+++ AccessUtil.java	7 Jul 2003 13:16:01 -0000
@@ -141,7 +141,7 @@ public class AccessUtil {
 							      + activationQuery + "')");
 			BufferedReader b = new BufferedReader (
 				new InputStreamReader (p.getInputStream ()));
-			b.readLine(); // throw away first line...
+			//b.readLine(); // throw away first line...
  			String result = b.readLine();
   			if (result.indexOf("RESULT_OBJECT") == -1) {
  				throw new AssertionError (


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