[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem running Xwpe



Hi Sergio,

you can comment out the exit(1) statement in line 204 of WeXterm.c 
(i.e. replacing 

   exit(1) 

by 

   /*exit(1)*/

and recompile and rerun. You'll have less colors. You can improve upon
this by entering color names in WeXterm.c (starting from line 45) that
are already allocated with the desktop you use. The names available can
probably be found running

   showrgb

Cheers,

Felix