Jump to content

Office 2000 Shortcuts


Guest mandrake123
 Share

Recommended Posts

Guest mandrake123

OK, i got Office 2000 installed but the only way to run it is to browse to /home/user/.wine/fake_windows/Program Files/Microsoft Office/Office/ then double clicking on WINWORD.EXE

 

I am trying to make a link on my desktop by right clicking and selecting new link to application. I am not sure what to type in the 'execute' box. I tried 'wine WINWORD.EXE' didnt work

 

tried 'wine /home/user/.wine/fake_windows/Program Files/Microsoft Office/Office/WINWORD.EXE' didnt work

 

tried '/opt/wine/bin/wine.bin /home/user/.wine/fake_windows/Program Files/Microsoft Office/Office/WINWORD.EXE' didnt work

 

I can drag to desktop and select 'create link' but then i cannot change the icon and im stuck with the ugly wine glass icon.

 

Anyone??

Link to comment
Share on other sites

Do this:

 

$ cd /bin/

 

Make a file in bin called word.sh

 

Open the file (with an editor) and type this in the file:

 

cd /home/user/.wine/fake_windows/Program Files/Microsoft Office/Office/

wine WINWORD.EXE

 

Save the file.

Make a shortcut on your desktop and execute word.sh or put in 'sh word.sh'

 

And you're done. Should work.

Link to comment
Share on other sites

When you say make a file, i right click in that folder and select create new

What I do is just use my editor (I use gedit, kedit is also good).

 

# gedit [filename]

 

This can create the file.

text file or something else

Yip, text file which is actually a script (like .bat files in dos)

Link to comment
Share on other sites

Guest mandrake123

Ok, instead of choosing 'link to application' i chose 'link to url' and put the path in the path field and named it 'Word' then i changed the icons to the ones i copied from win2000. All is well now.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...