LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-06-2004, 10:37 AM   #1
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Rep: Reputation: 15
Office 2000 pro


Yes, i used crossover to install office 2000 pro. It went thru the installation and finished. Where doe it put the program?
 
Old 01-06-2004, 10:42 AM   #2
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
it depends. you can specify it. By default, in wine, it's in $(HOME)/.wine/fake_windows but you can check in your configuration file where is the C drive, and then from there do a manual search. Oh, btw, switch to openoffice.org
 
Old 01-06-2004, 11:03 AM   #3
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Original Poster
Rep: Reputation: 15
Okay, i did check that drive, it is there but it keeps asking me what program to use to open that file.
 
Old 01-06-2004, 11:17 AM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
but what exactly is that file ... i know i am not following you cause of the lack of information ... you say you installed office, and didn't know where it went, so my first question is, did you find where (the file?) is by the info supplied by ciccio ? if so, what is the file you are trying to open? and what are you doing to try and open it?
 
Old 01-06-2004, 11:39 AM   #5
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Original Poster
Rep: Reputation: 15
Okay, let me go back...I am trying to use Word from Office 2000 that i installed. I am sorry for my ignorance...I am just trying to create a shortcut for Word, Excel and Access. If i want to use this program, it does not create shortcuts on the desktop so that i can just click on that icon and execute the program, Word....
 
Old 01-06-2004, 11:48 AM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well i am just throwing this off the top of my head,but it should be fairly accurate, where you'll replace ${HOME} with your home directory....but the command will be something like

wine "${HOME}/.wine/c/Program\ Files/Microsoft\ Office/WINWORD.EXE"

and it'll depend on the graphical environment you are using, for me to tell you how to make the shortcut, but if you know how to make shortcuts in general, and when you find the exact command to use (like above) then you'll be able to make one. ..
 
Old 01-06-2004, 11:51 AM   #7
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Original Poster
Rep: Reputation: 15
okay, i found the word.exe file, but when i click on word to execute the program, it tells me what program to open with.
 
Old 01-06-2004, 11:53 AM   #8
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
no no d00d, get outta the pretty graphical frame of mind where everything is point and click ... we will take care of the shortcut at a later time, but first test out what i suggested in the previous post and fire up your terminal and see if you can at least get it to run . ..
 
Old 01-06-2004, 12:51 PM   #9
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Original Poster
Rep: Reputation: 15
Okay, i did what you told me and went thru dos. i get to the directory and get stuck when i have to change to Program Files directory and does not let me in that directory, why? I am typing : cd Program Files and get error.
 
Old 01-06-2004, 01:29 PM   #10
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok i am not sure why you are not reading my post that i gave originally... i did two things in my command that will avoid that error you are getting
1) i put quotes around the location
2) i put back slashes ( \ ) in front of the spaces

so if you would have at least done one of the two things (but i included both in the command) you wouldn't see this error you are getting ... the main thing is putting the back slash in front of the space for example cd Program\ Files a
now again re-look at post #6 and try again ....
and since you are navigating to the root of MS words directory, the final command will be wine WINWORD.EXE ..
oh, and also remember to treat the Microsoft Office diretory the same as Program Files as it too includes a space ..

p.s. its not called dos its called bash
 
Old 01-06-2004, 02:24 PM   #11
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
You MUST stop thinking windowsand start thinking linux. Once you getit to run, you can do more pro stuff like to create desktop icons or to automatically run wine when you double click the .exe file... but the problem is that you need to do it the other way first, or else you will never get it to work fine.

Please, do as DrOzz says, cd Program\ Files/

In bash you need to use escape codes for certain caracters, the blank space is one of them. The character is \ (backslash and space).
 
Old 01-06-2004, 03:07 PM   #12
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Original Poster
Rep: Reputation: 15
Okay, thanks...I got to the directory and typed: wine winword.exe...now i get an error: XLIB: refused by server
XLIB: no protocol specified

Guys, someday i will be as smart as you guys.
 
Old 01-07-2004, 11:15 AM   #13
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Now, this is a wine problem. So please, post the whole message.
 
Old 01-07-2004, 01:47 PM   #14
hornet74
Member
 
Registered: Nov 2003
Posts: 45

Original Poster
Rep: Reputation: 15
xlib: connection to 0.0 refused by server
xlib: no protocol specified
x11drv: can't open display : 0:0
 
Old 01-07-2004, 04:00 PM   #15
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
I think that you are not using a GUI.

you need to run wine from a graphical environment, such as gnome or kde.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
office xp/2000 WITHOUT crossover adkenc Linux - Software 3 11-26-2004 03:59 PM
Office 2000 - SuSE 9.1 Pro halo14 Linux - Distributions 4 09-16-2004 07:57 PM
Cedega and Office 2000 mikedeatworld Linux - Software 3 08-20-2004 12:12 AM
wine and office 2000 mikedeatworld Linux - Software 12 04-19-2004 06:21 PM
wine and office 2000 emperor13 Linux - General 0 12-01-2001 05:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration