From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 12:09:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34E781065677 for ; Wed, 23 Apr 2008 12:09:30 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavuit01.kulnet.kuleuven.be (cavuit01.kulnet.kuleuven.be [134.58.240.43]) by mx1.freebsd.org (Postfix) with ESMTP id AD6A68FC16 for ; Wed, 23 Apr 2008 12:09:29 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from smtps02.kuleuven.be (smtpshost02.kulnet.kuleuven.be [134.58.240.75]) by cavuit01.kulnet.kuleuven.be (Postfix) with ESMTP id B0E087B805A; Wed, 23 Apr 2008 14:09:23 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps02.kuleuven.be (Postfix) with ESMTP id 2203DF3863; Wed, 23 Apr 2008 14:09:23 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m3NC9Mx8002979; Wed, 23 Apr 2008 14:09:22 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: perryh@pluto.rain.com Date: Wed, 23 Apr 2008 14:09:20 +0200 User-Agent: KMail/1.9.7 References: <47ba7e1f.UDwudqHevRDrsQ8d%perryh@pluto.rain.com> <200804201359.36883.tijl@ulyssis.org> <480ed31a.HvK8tbgcrTzAxWiD%perryh@pluto.rain.com> In-Reply-To: <480ed31a.HvK8tbgcrTzAxWiD%perryh@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804231409.21628.tijl@ulyssis.org> X-KULeuven-Information: Katholieke Universiteit Leuven X-KULeuven-Scanned: Found to be clean X-Spam-Status: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=disabled, KUL_SMTPS -50.00) X-KULeuven-Envelope-From: tijl@ulyssis.org Cc: freebsd-questions@freebsd.org Subject: Re: wine: notepad OK, others not 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: Wed, 23 Apr 2008 12:09:30 -0000 On Wednesday 23 April 2008 08:11:38 perryh@pluto.rain.com wrote: >> If I were you I'd just try to install Visio under Wine and see how >> it goes. That is, mount the install cd, check with winecfg that >> Wine can see the mount point as a drive D: or something and then >> run "wine d:\\setup.exe" ... > > It did not work at all. This version of Visio is old enough that > it installs from floppies, rather than from CD :) and I've set it > up in .wine/dosdevices according to the manpage: > > $ ls -la .wine/dosdevices > total 4 > drwxr-xr-x 2 perryh staff 512 Apr 21 00:17 . > drwxr-xr-x 4 perryh staff 512 Apr 22 21:07 .. > lrwxr-xr-x 1 perryh staff 8 Apr 21 00:17 a:: -> /dev/fd0 > lrwxr-xr-x 1 perryh staff 10 Apr 19 16:39 c: -> ../drive_c > lrwxr-xr-x 1 perryh staff 1 Apr 19 16:39 z: -> / You have to mount the floppy and then link a: to the mount point. So if you mount it under /mnt you'd need this: mount -t msdosfs /dev/fd0 /mnt ln -s /mnt ~/.wine/dosdevices/a: > There doesn't seem to be a manpage for winecfg: > > $ man winecfg > No manual entry for winecfg > > and when I tried to run it it was not at all obvious what to do. Under the drives tab you can setup drive letters to point to (unix) directories, like for instance the mount point of a cdrom or floppy disk or your home directory.