Hi, I only have the single jre environment on this machine now. I did download python for windows since two blind programmers used it to write nvda starting back in 2006 so I figure it'll be an accessible development platform for me. I'm new at python since I've never been asked to use it at work and just recently got this windows7 machine. I'll start looking through those configuration files and see if I can find the offending lines and see if I can't correct a few things this way.
On Tue, 5 Jun 2012, V Stuart Foote wrote: > Jude, > > Andreas comments earlier about a "list box" apply if you have more than one > JRE installed and is the reason I asked you to uninstall ALL your Java > Runtime Environments and to then use the JWin installer with a new JRE > installation, it was to ensure that you only have one JRE. > > To answer what alternative ways to activate Java and Assistive > Technologies--both of which are disabled by default in LibreOffice 3.5.x--at > this point with LibreOffice 3.5.x your only options are navigating within > the LibreOffice Graphical User Interface (admittedly not very "assistive" > since it does not respond to screen reader while configuring). Or, you have > to directly edit the XML configuration files (again not very "assistive"). > > If you want to try to directly edit them, there are two configuration files > you would have to work with. > > The Java Runtime can be toggled enabled "true", or disabled "false" from > the per user configuration file located at: > > C:\Users\<your user > name>\AppData\Roaming\LibreOffice\3\user\config\javasettings_Windows_x86.xml > file in the "<enabled xsi:nil="false">true</enabled>" stanza > > And the Assistive Technology tools can be toggled enabled "true" or disabled > "false" from the per user configuration file located at: > > C:\Users\<your user > name>\AppData\Roaming\LibreOffice\3\user\config\registrymodifications.xcu > file in the > > <item > oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['Accessibility']"><prop > oor:name="EnableATToolSupport" oor:op="fuse" > oor:type="xs:string"><value>false</value></prop></item> stanza. > > I'm sure these edits could be scripted with a Windows shell or Python > script. > > But at this point with just the one JRE installed (please double check that > is the case), and with the Java Access Bridge installed using the JWin > installer utility, it is simplest and most reliable making the configuration > changes from the GUI. This is even more reliable if your user configuration > is allowed to rebuild set to defaults. > > So, the next step you need to perform is to remove (or rename) your > LibreOffice per user configuration file. > > When no longer detected, a new "default" user configuration file will be > created. Any misconfiguration, plug-ins, extensions that may have been > present from past installations will be gone from a new default profile. > > With a default user profile in place, it should finally clear any issues > when you perform the two enabling sequences. That is, first Java with-- > <alt>t > <alt>o > j > <alt>u > <enter> > > Then the Assistive Technology with-- > <alt>t > <alt>o > a > a > <alt>a -- (or as I've been giving, <tab><space>) > <enter> > > So, please perform these final steps: > > 1. remove (or rename)-- C:\Users\<your user > name>\AppData\Roaming\LibreOffice folder > 2. launch LibreOffice to allow default profile to be built > 3. enable Java support > 4. enable Assistive Technology > > Stuart > > p.s. for others reviewing this thread-- the AppData\Roaming path is for > Windows7, if you enter "echo %APPDATA%" at a windows command window you > will see the correct path to use for your user account. > > > -- > View this message in context: > http://nabble.documentfoundation.org/libreoffice-3-5-inaccessible-tp3987924p3988351.html > Sent from the Users mailing list archive at Nabble.com. > > ---------------------------------------------------------------- Jude <jdashiel-at-shellworld-dot-net> <http://www.shellworld.net/~jdashiel/nj.html> -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
