I used to launch CARDFILE.EXE with the parameter file CONTACTS.CRD via a .desktop file. It stopped working for no apparent reason. This is the .desktop file file:
Code: Select all
[Desktop Entry]
Name=Contacts File
Comment=Opens contacts.crd in Cardfile.exe
Exec=wine start "C:\\Program Files\\Cardfile\\CARDFILE.EXE CONTACTS.CRD"
Terminal=False
Type=Application
Icon=/usr/share/icons/contacts.png
Currently the .desktop launches nothing.
If I remove the reference to CONTACTS.CRD, it will then launch CARDFILE.EXE and I can use Open to select the C:\Program Files\Cardfile\CONTACTS.CRD.
Why should it not be able to automatically open the parameter file on launching any more?
Perhaps an update to WINE has introduced a bug?
How can I fix it so that CARDFILE opens the parameter file automatically again?