Re: Initial creation of directory and config with ttydrv

2004-07-10 Thread Vincent Béron
Le sam 10/07/2004 à 08:54, Mike Hearn a écrit : > On Sat, 10 Jul 2004 09:55:20 +0300, Shachar Shemesh wrote: > > That's ugly. I cannot touch a file that doesn't belong to me. > > Just submit a patch that lets you override the video driver in use via an > environment variable. I'll do it. Vincent

Re: Initial creation of directory and config with ttydrv

2004-07-10 Thread Dimitrie O. Paun
On Sat, Jul 10, 2004 at 01:54:30PM +0100, Mike Hearn wrote: > On Sat, 10 Jul 2004 09:55:20 +0300, Shachar Shemesh wrote: > > That's ugly. I cannot touch a file that doesn't belong to me. > > Just submit a patch that lets you override the video driver in use via an > environment variable. Can't we

Re: Initial creation of directory and config with ttydrv

2004-07-10 Thread Mike Hearn
On Sat, 10 Jul 2004 09:55:20 +0300, Shachar Shemesh wrote: > That's ugly. I cannot touch a file that doesn't belong to me. Just submit a patch that lets you override the video driver in use via an environment variable. thanks -mike

Re: Initial creation of directory and config with ttydrv

2004-07-10 Thread Shachar Shemesh
Vincent Béron wrote: Running wineprefixcreate manually should fix your problem. Try this: mkdir ~/.wine sed -e "s/\\\"x11drv\\\"/\\\"ttydrv\\\"/g" /etc/wine/wine.conf That's ugly. I cannot touch a file that doesn't belong to me. ~/.wine/config wineprefixcreate You should then have a populat

Re: Initial creation of directory and config with ttydrv

2004-07-09 Thread Vincent Béron
Le ven 09/07/2004 à 00:19, Shachar Shemesh a écrit : [snip] > Actually, it's a little more complicated than that. I am creating the > initial config from an RPM, giving the winehq RPM as a dependancy. For > the time being, I solved this problem by having my RPM create a new user > (which it has

Re: Initial creation of directory and config with ttydrv

2004-07-08 Thread Shachar Shemesh
Vincent Béron wrote: Le jeu 08/07/2004 à 08:03, Shachar Shemesh a écrit : Wine won't run if it is set to use the X11drv driver, and there is no X11 display. Then again, the only way I can tell it to use the ttydrv is by placing a config file in the .wine directory, which does not exist until

Re: Initial creation of directory and config with ttydrv

2004-07-08 Thread Vincent Béron
Le jeu 08/07/2004 à 08:03, Shachar Shemesh a écrit : > Wine won't run if it is set to use the X11drv driver, and there is no > X11 display. Then again, the only way I can tell it to use the ttydrv is > by placing a config file in the .wine directory, which does not exist > until I run wine once.

Re: Initial creation of directory and config with ttydrv

2004-07-08 Thread Shachar Shemesh
[EMAIL PROTECTED] wrote: Just run wine. The first time it will create the directory. From: Shachar Shemesh <[EMAIL PROTECTED]> Date: 2004/07/08 Thu AM 11:35:21 GMT To: Wine Development <[EMAIL PROTECTED]> Subject: Initial creation of directory and config with ttydrv Hi all, I ne

Initial creation of directory and config with ttydrv

2004-07-08 Thread Shachar Shemesh
Hi all, I need to create the initial environment for wine (the .wine directory) in an environment where no X11 server is available. Once the directory is up (for example, if I copy it from somewhere), there is no problem to add a config file that chooses the ttydrv driver. However, I cannot cre