Posts: 79
Threads: 23
Joined: Jan 2019
Reputation:
0
02-17-2019, 03:27 AM
(This post was last modified: 02-19-2019, 03:44 AM by timbuck2.)
Hello, I have two type of files XEX and HYP that use two different Wine programs.
But when I try to open a HYP it uses the program for XEX.
If I change the file association to the program for HYP, then the XEX tries to use that program so it is a loop.
Is this a wine issue or linux lite issue? How can I straighten this out?
Posts: 8,902
Threads: 545
Joined: Feb 2014
Reputation:
5
You'll need to tell us what programs they are each for. Cheers.
Posts: 237
Threads: 7
Joined: May 2018
Reputation:
0
02-18-2019, 04:33 PM
(This post was last modified: 02-18-2019, 04:35 PM by DeepThought.)
[member=8950]timbuck2[/member]
Right-click on XEX file and choose "open with other application", then look for and select the program you want to associate with this type of file. Wine programs might not show and you will need to click on "use a custom command" and browse to the windows exe file. To run with wine you must prefix what you find with wine,
eg wine " /home/USER/.wine/drive_c/Program Files/Someprogram/someprogram.exe" and also don't forget to enclose the path in "" because of any spaces in folder/file names.
Then tick the box for "Use as default for this kind of file". Close the dialogs.
Repeat for a HYP file and that should associate those files with the different programs.