View Single Post
  #24 (permalink)  
Old 07-Jul-2009, 11:04
dankegel dankegel is offline
Puzzled Penguin
 
Join Date: Nov 2008
Posts: 3
dankegel hasn't been rated much yet
Default Re: Installing Office 2007

Quote:
Originally Posted by rks171 View Post
Right now, I'm at the step where I install msxml3 from winetricks. I may have done this already, I'm not sure, but I'm getting hung up where I can't access winetricks. I made sure I have it by downloading the package.

Code:
wget http://www.kegel.com/wine/winetricks
But then I can't open it and install packages. I can't even access the directory it supposedly is in.

Code:
linux-sjke:/usr/bin # ls
winetricks
linux-sjke:/usr/bin # cd /usr/bin/winetricks
bash: cd: /usr/bin/winetricks: Not a directory
What gives here? I type ls and it says winetricks is a directory, then I try to change into it and it says it isn't a directory.
Who ever said it was a directory?

Also: please never ever run wine or winetricks as root.

Quote:
Code:
linux-sjke:/usr/local/bin # winetricks
/usr/local/bin/winetricks: line 178: kdialog: command not found
I tried installing it and opening it and it says command not found. Am I missing something?
Could be you're missing the package that provides
kdialog. Try installing kde4-kdialog.
It's strange that you have KDE installed but not kdialog;
I assumed when I wrote winetricks that kdialog would
always be there if KDE was in use. Maybe I'll have to
rethink that assumption.

What does the command
zenity
output? If that command is present, maybe I should
use that even on kde.
Reply With Quote