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

Problemas con wmaker+gnome



Hola a tod*s,

tengo dos problemillas con la combinación wmaker+gnome. Arranco las X a
partir de un .xsession de cada usuario con el xdm (ha de ser así, no
vale usar el gdm). Éste es el contenido de dicho fichero:

#!/bin/sh

if [ -x /usr/bin/pland ]
then
    /usr/bin/pland -k
else
    echo >&2 "AVISO: No se encontró el demonio pland"
fi

### Put here background apps to start

### Put here your session manager app
# Do not put it in background, or it wouldn't be a session manager
/usr/bin/gnome-session

### Kill pland after session was terminated
if [ -x /usr/bin/pland ]
then
    /usr/bin/pland -K
fi

En el /etc/environment tengo definidas, entre otras cosas:

LANG=es_ES.ISO-8859-1
WINDOW_MANAGER=/usr/bin/X11/wmaker

y el gnome está configurado para arrancar el wmaker. Efectivamente lo
hace así, pero:

1) Los menús y demás mensajes de gnome están todos en inglés, en lugar
de en castellano como debería ser.
2) Todas las modificaciones que hago en wmaker relativas a posiciones
del dock y del clip, así como eliminación/adición/cambio en la
configuración de los "botones" no se guardan de una a otra sesión.

¿Alguien puede echar una mano? Cualquier ayuda será bien recibida.
Gracias a tod*s por vuestro tiempo.

Saludos,

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

JUAN CARLOS AMENGUAL              Nothing I am, nothing I dream, nothing is new
UNIVERSIDAD JAUME I               nothing I think or believe in or say
DEPARTAMENTO DE INFORMÁTICA       nothing is true
CAMPUS DE RIU SEC, EDIFICIO TI    It used to be so easy, I never even tried
CASTELLON, 12071. SPAIN.          It used to be so easy ...
Phone: +34 964 728361             but the last day of summer never felt so cold
Fax: +34 964 728435               the last day of summer never felt so old.
e-mail: jcamen@inf.uji.es
                                        Robert Smith (The Cure)
                 - "The Last Day of Summer", Bloodflowers, 2000, Fiction Rec. -

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





Reply to: