-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winetricks not finding wine after selecting a game #352
Comments
If you run I'm guessing you have set |
I get this
So it does seem it's just out of reach for Flatpak. How can I change it to something it can access? |
There's no need, unless you specifically need to run a specific version of Winetricks. The Protontricks Flatpak has a built-in Winetricks executable. Otherwise, you could try installing Winetricks under your home directory somewhere. You might need to add a filesystem permission using Flatseal first, though. |
Would you mind giving me a quick rundown on how to do this? I'm quite new to linux, and I'm not sure how to go about it. |
We'll probably want to remove those environment variables completely unless you set them yourself. Maybe you used a Wine or Proton related utility that added those environment variables? You could try running the following command to open a Bash shell; this should print a lot of detailed startup information about the environment, including any environment variables such as bash --verbose -x Search for
You can then open the file in a text editor and check for |
Thanks for your reply! I ran the command, and found the variables here:
|
OK, it looks like those environment variables were added by hand? The solution here would be to remove the |
This is weird, I unset the variables with |
Maybe Did you remove them entirely from the originating file, or did you use |
Describe the bug
After trying to select a game on the GUI, I recieve a winetricks error box displaying "WINE is /usr/bin/wine, which is neither on the path nor an executable file"
To Reproduce
Steps to reproduce the behavior:
protontricks --gui
Expected behavior
The winetricks menu should open.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: