Winetricks GUI Help

Questions about Wine on macOS.
Locked
Dablenderson
Newbie
Newbie
Posts: 1
Joined: Fri Mar 20, 2015 7:38 pm

Winetricks GUI Help

Post by Dablenderson »

So I've been at it for a while trying to figure out how to open the winetricks GUI since I need to tweak a few settings to get a program working. However when I run winetricks I get the error "No arguments given, so tried to start GUI, but zenity not found. Please install zenity if you want a graphical interface, or run with --help for more options."

I looked for Zenity but its a windows software and I'm using Mac OSX Yosemite

I know this is probably a noob problem but I feel really lost and would appreciate some help.
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Winetricks GUI Help

Post by olivierfrdierick »

You did not do your homework, did you?
You should have queried a search engine about zenity on mac os x.
You would have found that it is both available from macports and homebrew.

The command to open winetricks GUI is

Code: Select all

$ winetricks --gui
Note that this is not a Wine issue: Winetricks is not part of Wine.
Zenity is not a part of Winetricks either.
So you'll have to seek help elsewhere if you have issues using winetricks, zenity, macports or homebrew.

Link: osx - How to manually install zenity in homebrew?
Locked