LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Wine can't find paths in Mandriva 2005 LE (https://www.linuxquestions.org/questions/mandriva-30/wine-cant-find-paths-in-mandriva-2005-le-337296/)

kalahari875 06-26-2005 09:06 AM

Wine can't find paths in Mandriva 2005 LE
 
Hello,

I installed 7-Zip in wine, and it runs fine when I issue the command:
wine /home/myuser/.wine/drive_c/Program\ Files/7-Zip/7zFM.exe

However, the "normal" ways of running wine programs don't work. Each of the commands below comes back with the error message "Error: nosuchdir '/Program Files/7-Zip'":
wine "C:/Program Files/7-Zip/7zFM.exe"
wine /Program\ Files/7-Zip/7zFM.exe
wine -- "C:/Program Files/7-Zip/7zFM.exe" (this was the shortcut the installer put in my wine start menu)

I know the program is installed at the correct path; see ls output:
[myuser@mycomputer ~]$ ls .wine/drive_c/Program\ Files/7-Zip/7zFM.exe
.wine/drive_c/Program Files/7-Zip/7zFM.exe*

Any ideas? Thanks so much!

RoofRabbit 06-27-2005 05:13 PM

Assuming your windows drive is mounted as /mnt/windows, try:

wine "/mnt/windows/Program Files/7-Zip/7zFM.exe"

kalahari875 06-27-2005 07:56 PM

Thanks. There's no Windows drive to mount--it's an all-Linux installation, and I actually ran the 7-Zip installer program with wine.

sekelsenmat 06-28-2005 07:22 AM

I know very little of wine, but you could create a simbolic link to that Program\ Files directory in a suitable location.

check out "man ln" and use the option -s


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