cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Creating Wineprefixes #200

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I love using winetricks, but I currently use a script to make a new prifix for 
unsupported games. I believe an option to create a new prefix would be a great 
idea.

I'm still new to programming, and using git/svn. My script is attached, though 
it is not much in its current form. It's usage is simply to make a folder with 
the first argument and run wineconfig with the folder set as the prefix.

Original issue reported on code.google.com by imperial.phantom@gmail.com on 23 Apr 2012 at 5:14

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry about adding this as an Defect, I wasn't sure how to set it as 
Enhancement or Suggestion.

Original comment by imperial.phantom@gmail.com on 23 Apr 2012 at 5:19

GoogleCodeExporter commented 8 years ago
If users have followed
http://code.google.com/p/winetricks/wiki/CommandlineTips
they can do
  prefix foo
  mkdir $WINEPREFIX
and then foo will show up in the list of prefixes in winetricks.
That seems easy enough for commandline folks.

We could also add an option to the winetricks gui to prompt for a new
wineprefix.  I thought of it, but never got around to it.

Original comment by daniel.r...@gmail.com on 23 Apr 2012 at 6:14

GoogleCodeExporter commented 8 years ago
Thanks for the tip for adding prefixes, it's been a while since I've used 
winetricks from the terminal.

Original comment by imperial.phantom@gmail.com on 27 Apr 2012 at 4:01