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

Re: Notescapes en potato



"Juan C. Amengual" wrote:

> Hola a tod*s,
>
> he migrado un servidor de Slink a Potato. Sin problemas, salvo un par de
> cosas:
>
> 1) Al hacer login via xdm, no sé porqué pero no se hace el "xrdb -merge"
> de los ficheros en /etc/X11/Xresources. He estado mirando el Xession
> genérico del sistema en /etc/X11/xdm y sí debería hacerlo. Puedo probar
> a poner un par de "chivatos" a ver qué es lo que pasa, pero bueno, si
> alguno de vosotros sabe porqué puede estar pasando esto ... ¡que lo
> diga! ;-)

Esto ya lo he descubierto ... Hay un fallo en el fichero /etc/X11/Xsession. Donde pone:

if [ -d $sysresources ]; then
  for resourcefile in $sysresources/*; do
    if [ -f $resourcefile ]; then
      if expr $resourcefile : '.*/[:alnum:_-]*$' > /dev/null 2>&1; then
        xrdb -merge $resourcefile
      fi
    fi
  done
fi

debería poner:

if [ -d $sysresources ]; then
  for resourcefile in $sysresources/*; do
    if [ -f $resourcefile ]; then
      if expr $resourcefile : '.*/[[:alnum:]_-]*$' > /dev/null 2>&1; then
        xrdb -merge $resourcefile
      fi
    fi
  done
fi

es decir, la línea del "expr" está mal. ¿Alguien sabe si está ya reportado como bug (me
extrañaría que no lo estuviera)? Caso de que no esté reportado ¿contra qué paquete iría este
bug?, ¿tal vez xfree86?

Lo del Netscape sigo sin solucionarlo ... ¿alguna pista? Gracias.

Saludos,

================================================================================

JUAN CARLOS AMENGUAL                    And we always have to go
UNIVERSIDAD JAUME I                     I realize we always have to say goodbye
DEPARTAMENTO DE INFORMÁTICA             always have to go back to real lives
CAMPUS DE RIU SEC, EDIFICIO TI          but real lives are the reason why
CASTELLON, 12071. SPAIN.                we want to live another life
Phone: +34 964 728361                   we want to feel another time
Fax: +34 964 728435                     another time ...
e-mail: jcamen@inf.uji.es
                                        Robert Smith (The Cure)
                      - "Out of this World", Bloodflowers, 2000, Fiction Rec. -

================================================================================





Reply to: