I uninstalled my wine, and installed a higher version of wine by compiling source.
However when I run an exe executable (whose path is in $PATH), it doesn't work as it used to:
$ PDFXCview.exe
run-detectors: unable to find an interpreter for /home/tim/program_files/document/pdfxchange_portable/PDFXCview.exe
I am not sure why I was able to run this executable directly before I uninstalled my old wine and installed the new one. How can I make $ PDFXCview.exe work now?
Note:
$ wine /home/tim/program_files/document/pdfxchange_portable/PDFXCview.exe
will work.
$ wine PDFXCview.exe
wine: cannot find L"C:\\windows\\system32\\PDFXCview.exe"
doesn't work. Note that the path of PDFXCview.exe is still in $PATH
Thanks.
