From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 02:47:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F6216A41C for ; Thu, 30 Jun 2005 02:47:43 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3FE643D48 for ; Thu, 30 Jun 2005 02:47:43 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j5U2lgxE012571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Jun 2005 19:47:43 -0700 Received: from family (cs333-58.spmodem.washington.edu [140.142.179.59]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j5U2lHmB032201 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 29 Jun 2005 19:47:19 -0700 Message-ID: <003d01c57d1d$fc4e9860$3bb38e8c@family> From: "Garrett Cooper" To: References: <42C30D31.6000904@u.washington.edu> Date: Wed, 29 Jun 2005 19:46:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: wine config in FreeBSD [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 02:47:43 -0000 ----- Original Message ----- From: "Garrett Cooper" To: Sent: Wednesday, June 29, 2005 2:05 PM Subject: wine config in FreeBSD > Hello, > Just wondering if anyone could direct me to where wine configuration > is done by default under FreeBSD. I need to setup Wine, and I would like > to use a systemwide conf file (/etc/wine.conf in Linux) or the user > config file in ~/.wine/config. The issue is that I don't know what > default values are being used, so I can't use the defaults when planning > out my personal config file and every time I try to use winetools to > setup Wine, I have issues with the drive mappings, etc. > Thanks for your help, > -Garrett Ah, figured out what the issue was (sort of). The proper 'fix' when using winetools is as follows: 1. Run winetools. 2. Generate a C: folder. 3. _Immediately_ edit your config file in .wine so that instead of using $HOME for your home directory, it should be "/usr/home/[username]" (or whatever the full path of your home dir is). If you don't do that, hehe.. many many problems will occur. Maybe editing the config file to allow for symlinks would solve the issue as well, but that causes problems with recursive symlinks I would think (ie /boot/boot in Linux >_>). -Garrett