LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   openoffice not starting (https://www.linuxquestions.org/questions/linux-software-2/openoffice-not-starting-470928/)

man_msc 08-04-2006 11:59 PM

openoffice not starting
 
Hi all,
I have installed Fedora core 2 on my new system. After installing I found that my openoffice package is not starting.I can see all the icons, when I click on any of the icons of openoffice package, the timer icon is rotating for a few seconds but after that nothing comes up. I don't know why? I have uninstalled the package and then reinstalled to whether the problem can be solved by this.But it is of no use. Tell me how can get rid of this problem.

win32sux 08-05-2006 12:50 AM

first thing you should do is start openoffice.org from a terminal (instead of clicking an icon), so you can see any error messages which are displayed... you can then post those messages here... BTW, this doesn't really belong in the Networking forum - i'm not sure why you posted here... :confused:

man_msc 08-24-2006 09:38 AM

yes, I have tried opening the files in terminal but I got some coded language which I could not understand.Moreover, I can open the files logging in as root. But when I login as a user, I am unable to open the files. I think permissions to be given to the users to open openoffice and see the files. But I don't know where to give the permissions.Can any body help me in this?

win32sux 08-24-2006 06:32 PM

Quote:

Originally Posted by man_msc
yes, I have tried opening the files in terminal but I got some coded language which I could not understand.

you dont have to understand it, because you can copy/paste the output here and have several users analyzing it... the fact that you *are* getting error messages is good news... error messages are the bread and butter of troubleshooting... so please post that complete output here...

Quote:

Moreover, I can open the files logging in as root. But when I login as a user, I am unable to open the files. I think permissions to be given to the users to open openoffice and see the files. But I don't know where to give the permissions.Can any body help me in this?
there is no need to give users any special permissions to start openoffice.org unless something unusual is going-on... once we have a look at the error message, then we'll have a better idea of what's going on...

meanwhile, you could also post the output of these commands (but don't forget to post the error message please):
Code:

find / -name soffice -type f -exec ls -l {} \;
Code:

find / -name soffice.bin -type f -exec ls -l {} \;
Code:

find / -name swriter -type f -exec ls -l {} \;


All times are GMT -5. The time now is 08:20 AM.