System Configuration file

Questions about XML that are not covered by the other forums should go here.
adillard
Posts: 2
Joined: Sun Jul 13, 2008 4:02 am

System Configuration file

Post by adillard »

This file was created to open OpenOffice 2.4 while using an operating system created by an open source eyeOS. The problem is that when opened with the browser the openOffice files nor Microsoft Office file will not open. I have pasted the "System Confige" file below and I wounder if anyone has an idea on how to fix the XLM file to excute OpenOffice files and Microsoft Office files within the OS System. Oh yes, the files tries to work but does not excute the files within the OS System such as an EXCEL file in the desktop folder. There are many trying to make this work within WINDOWS for it works in Linux fine. But this is also a Window system as well. More information can be found at eyeOS.org Thanks :D

<CONFIG>
<ALLOW_USER_REGISTER>1s</ALLOW_USER_REGISTER>
<DEFAULT_GROUP>public</DEFAULT_GROUP>
<EYEOS_DEBUG_MODE>0</EYEOS_DEBUG_MODE>
<EYEOS_HOSTNAME>Sun Operating Systems</EYEOS_HOSTNAME>
<BASE_APP>eyeLogin</BASE_APP>
<ALLOW_PUBLIC_DIRS>1</ALLOW_PUBLIC_DIRS>
<MAX_USERNAME_LEN>60</MAX_USERNAME_LEN>
<ALLOW_BIG_STREAMS>1</ALLOW_BIG_STREAMS>
<DEFAULT_CHARSET>UTF-8</DEFAULT_CHARSET>
<DEFAULT_QUOTA>1073741824</DEFAULT_QUOTA>
<FORMAT_PARSER>OpenOffice</FORMAT_PARSER>
<OFFICE_SCREEN>1</OFFICE_SCREEN>
<OFFICE_USE_DISPLAY>0</OFFICE_USE_DISPLAY>
<OFFICE_SEPARATOR_ARG>"</OFFICE_SEPARATOR_ARG>
<OFFICE_COMMAND>"C:\Program File\OpenOffice.org 2.4 \soffice.exe"</OFFICE_Command>
</CONFIG>
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: System Configuration file

Post by sorin_ristache »

Hello,

Unfortunately we do not have experience with the eyeOS operating system. Maybe you should ask about it on one of the eyeOS mailing lists.


Regards,
Sorin
adillard
Posts: 2
Joined: Sun Jul 13, 2008 4:02 am

Re: System Configuration file

Post by adillard »

hi, everyone is working on this that are dealing with eyeOS. I thought that some outside experience would help. If not, then I understand. I always have a saying: There is an answer to every problem. It just takes time to find the answer. For every problem has an answer in time.

Thanks
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: System Configuration file

Post by sorin_ristache »

Hello,

There is a small problem in your XML config file: it is not well-formed because the opening tag <OFFICE_COMMAND> does not have a closing tag, that is instead of

Code: Select all

<OFFICE_COMMAND>"C:\Program File\OpenOffice.org 2.4 \soffice.exe"</OFFICE_Command>
the config file should contain

Code: Select all

<OFFICE_COMMAND>"C:\Program File\OpenOffice.org 2.4 \soffice.exe"</OFFICE_COMMAND>
This could be the cause for not executing Office files. Anyway this is only a syntax problem, I do not know the details of interpreting this config file in eyeOS.


I hope this helps,
Sorin
Post Reply