To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76719
                 Issue #|76719
                 Summary|Disabling single menu option items doesn't work
               Component|framework
                 Version|OOo 2.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|muehlenhoff





------- Additional comments from [EMAIL PROTECTED] Thu Apr 26 13:47:54 +0000 
2007 -------
I'm trying to configure OOo 2.1.0 to disable the menu option 
for "Load/Save"->"General"->"Always create backup copy". I've tracked it down 
to the file 
user configuration setting file "OptionsDialog.xcu", which should apparently 
control the 
menu layout. Judging from the schema and comments found on the I net I wrote a 
configuration snippet as already present for other XCU spec files. My 
"OptionsDialog.xcu" 
looks like this and is placed in 
~/.openoffice.org2/user/registry/data/org/openoffice/Office:

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Op
tionsDialog" oor:package="org.openoffice.Office">
<node oor:name="LoadSave" oor:op="replace">
  <node oor:name="Pages">
    <node oor:name="General" oor:op="replace" oor:finalized="true">
      <node oor:name="Options">
        <node oor:name="Backup" oor:op="replace" oor:finalized="true">
          <prop oor:name="Hide">
            <value>true</value>
          </prop>
        </node>
      </node>
    </node>
  </node>
</node>
</oor:component-data>

Unfortunately, this isn't put into effect; upon access of the options the 
OptionsDialog.xcu 
file is renamed into OptionsDialog.xcu.bak, but nothing further happens. I've 
been unable to 
narrow this further.

strace shows a failed attempt to 
open 
/usr/lib/openoffice/share/registry/modules/org/openoffice/Office/OptionsDialog 
Is this 
harmless? If not, how can this file be generated? Is the specific feature to 
display a subitem 
of a menu fully implemented in 2.1.0?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to