On Wed, 2004-11-17 at 07:23 -0500, Walter Faleiro wrote:
> CPHennessy wrote:
>
> >On Wed November 17 2004 06:16, Walter Faleiro wrote:
> >
> >
> >>Hi Roderick,
> >>Which file permissions are you talking about. I run soffice as root.
> >>
> >>
> >
> >What happens when you try as a normal user ?
> >
> >
> >
> It opens an signup wizard every time irrespective of whether I run
> soffice as open user or normal user.
Please check
<wherever_Oo_installed>/share/registry/schema/org/openoffice/Office/Common.xcs
for the following:
<prop oor:name="RequestDialog" oor:type="xs:int">
<value>1</value>
</prop>
<prop oor:name="ShowMenuItem" oor:type="xs:boolean">
<value>true</value>
</prop>
quest
If this is what you have then try changing as follows:
<prop oor:name="RequestDialog" oor:type="xs:int">
<value>0</value>
</prop>
<prop oor:name="ShowMenuItem" oor:type="xs:boolean">
<value>false</value>
</prop>
You should also check carefully that each user has access to
.openoffice2/user/registry//data/org/openoffice/Office/Common.xcu and
that the values above are stored there. I suspect that you have perms
problems.
--
PLEASE KEEP MESSAGES ON THE LIST.
OpenOffice.org Documentation Co-Lead
http://documentation.openoffice.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]