Re: Possible startx bug RE: [Cooker] XFree CVS for cooker

2002-01-09 Thread Borsenkow Andrej

On óÒÄ, 2002-01-09 at 01:00, Borsenkow Andrej wrote:
 On ÷ÔÒ, 2002-01-08 at 22:28, Frederic Lepied wrote:
  Thanks for the report. I have just uploaded 4.1.99.5 and I will fix
  this problem in my next build.
 
 I had to modify startx; default as distributed with 4.1.99.4 attempts to
 always start xterm instead of xinitrd:
 
 #xinit $clientargs -- $server $serverargs -deferglyphs 16
 xinit $client $clientargs -- $server $serverargs -deferglyphs 16
 
 Original line is commented out. 
 
 $client is set above to $sysclientrc (if no arguments to startx have
 been given) but never used. I updated XFree so cannot check what was in
 cooker version.
 

Not only this but it has old recurring bug - you can't start specific
session with startx Session-name. I simply copied over startx from 8.1

Could you please add good old Mandrake startx to these RPMs on next
build?

-andrej




Possible startx bug RE: [Cooker] XFree CVS for cooker

2002-01-08 Thread Borsenkow Andrej

On ÷ÔÒ, 2002-01-08 at 22:28, Frederic Lepied wrote:
 Thanks for the report. I have just uploaded 4.1.99.5 and I will fix
 this problem in my next build.

I had to modify startx; default as distributed with 4.1.99.4 attempts to
always start xterm instead of xinitrd:

#xinit $clientargs -- $server $serverargs -deferglyphs 16
xinit $client $clientargs -- $server $serverargs -deferglyphs 16

Original line is commented out. 

$client is set above to $sysclientrc (if no arguments to startx have
been given) but never used. I updated XFree so cannot check what was in
cooker version.

-andrej