Does anyone who is Mac saavy have ideas on the best way to accomplish cdrom detection in wineprefixcreate across Mac OSX and *nix platforms?
From: "Dan Kegel" dank06@kegel.com To: "EA Durbin" ead1234@hotmail.com Subject: Re: winecfg and cdrom drives Date: Sun, 1 Apr 2007 08:33:37 -0700
I haven't looked at it myself... You want this to work on macosx, too, so be careful.
On 4/1/07, EA Durbin ead1234@hotmail.com wrote:
Nice, I didn't know that was performed by a bash script. What's the best way to go about detecting cdrom/dvd drives, just grep fstab?
From: "Dan Kegel" dank06@kegel.com To: "EA Durbin" ead1234@hotmail.com Subject: Re: winecfg and cdrom drives Date: Sun, 1 Apr 2007 08:10:51 -0700
On 4/1/07, EA Durbin ead1234@hotmail.com wrote:
Is there a reason we don't detect cdrom drives in winecfg and have to enter them manually?
cd rom drives should be detected without user intervention, imho
users shouldn't have to run a special gui config tool to get their drives recognized
so if it needs fixing, let's fix it in e.g. wineprefixcreate
-- Wine for Windows ISVs: http://kegel.com/wine/isv
Søndag 01 april 2007 18:11, skrev EA Durbin:
Does anyone who is Mac saavy have ideas on the best way to accomplish cdrom detection in wineprefixcreate across Mac OSX and *nix platforms?
From: "Dan Kegel" dank06@kegel.com To: "EA Durbin" ead1234@hotmail.com Subject: Re: winecfg and cdrom drives Date: Sun, 1 Apr 2007 08:33:37 -0700
I haven't looked at it myself... You want this to work on macosx, too, so be careful.
On 4/1/07, EA Durbin ead1234@hotmail.com wrote:
Nice, I didn't know that was performed by a bash script. What's the best way to go about detecting cdrom/dvd drives, just grep fstab?
From: "Dan Kegel" dank06@kegel.com To: "EA Durbin" ead1234@hotmail.com Subject: Re: winecfg and cdrom drives Date: Sun, 1 Apr 2007 08:10:51 -0700
On 4/1/07, EA Durbin ead1234@hotmail.com wrote:
Is there a reason we don't detect cdrom drives in winecfg and have to enter them manually?
Aren't we doing this already?
Alexander N. Sørnes
cd rom drives should be detected without user intervention, imho
users shouldn't have to run a special gui config tool to get their drives recognized
so if it needs fixing, let's fix it in e.g. wineprefixcreate
-- Wine for Windows ISVs: http://kegel.com/wine/isv
Aren't we doing this already?
Alexander N. Sørnes
cd rom drives should be detected without user intervention, imho
users shouldn't have to run a special gui config tool to get their drives recognized
so if it needs fixing, let's fix it in e.g. wineprefixcreate
-- Wine for Windows ISVs: http://kegel.com/wine/isv
No, we aren't. I have to setup the cdrom drive manually on every distro I've tried. Wineprefixcreate only sets up the C:\ and Z:\ drives, no cdrom drives are configured.
# Create the drive symlinks
if [ ! -d "$WINEPREFIX/dosdevices" ] then mkdir "$WINEPREFIX/dosdevices" [ -d "$WINEPREFIX/drive_c" ] || mkdir "$WINEPREFIX/drive_c" ln -s "../drive_c" "$WINEPREFIX/dosdevices/c:" ln -s "/" "$WINEPREFIX/dosdevices/z:" fi
CROOT="$WINEPREFIX/dosdevices/c:"
EA Durbin wrote:
Aren't we doing this already?
Alexander N. Sørnes
cd rom drives should be detected without user intervention, imho
users shouldn't have to run a special gui config tool to get their drives recognized
so if it needs fixing, let's fix it in e.g. wineprefixcreate
It's not being detected from wineprefixcreate but from explorer. That's where HAL interaction is taking place.
Vitaliy.
From: Vitaliy Margolen wine-devel@kievinfo.com To: EA Durbin ead1234@hotmail.com CC: wine-devel@winehq.org Subject: Re: winecfg and cdrom drives Date: Sun, 01 Apr 2007 11:14:55 -0600
EA Durbin wrote:
Aren't we doing this already?
Alexander N. Sørnes
> >cd rom drives should be detected without user intervention, imho > >users shouldn't have to run a special gui config tool to get
their
>drives recognized > >so if it needs fixing, let's fix it in e.g. wineprefixcreate
It's not being detected from wineprefixcreate but from explorer. That's where HAL interaction is taking place.
Vitaliy.
Does Explorer first need the drives to be created in dosdevices with wineprefix in order to detect them properly?
On 4/1/07, EA Durbin ead1234@hotmail.com wrote:
From: Vitaliy Margolen wine-devel@kievinfo.com To: EA Durbin ead1234@hotmail.com CC: wine-devel@winehq.org Subject: Re: winecfg and cdrom drives Date: Sun, 01 Apr 2007 11:14:55 -0600
EA Durbin wrote:
Aren't we doing this already?
Alexander N. Sørnes
> > > >cd rom drives should be detected without user intervention, imho > > > >users shouldn't have to run a special gui config tool to get
their
> >drives recognized > > > >so if it needs fixing, let's fix it in e.g. wineprefixcreate
It's not being detected from wineprefixcreate but from explorer. That's where HAL interaction is taking place.
Vitaliy.
Does Explorer first need the drives to be created in dosdevices with wineprefix in order to detect them properly?
HAL as in HALd/dbus? So on systems without HALd/dbus (stock Slackware systems), the CD's will never be autodetected? Cause I'm having the same issue, but it's never been much of a bother to me..