¿Cómo iniciar icewm?

¿Cómo iniciar icewm?

Instalé icewm1.2.13. Metacityes mi administrador de ventanas predeterminado. Por lo general, para reemplazar --replacese utiliza la opción del administrador de ventanas, por ejemplo metacity --replace. Pero mi versión de icewmno tiene esta opción. :

# icewm --help
IceWM: using /root/.icewm for private configuration files
Usage: icewm [OPTIONS]
Starts the IceWM window manager.

Options:
  --display=NAME      NAME of the X server to use.
  --client-id=ID      Client id to use when contacting session manager.
  --sync              Synchronize X11 commands.

  -c, --config=FILE   Load preferences from FILE.
  -t, --theme=FILE    Load theme from FILE.
  -x, --cursor=[small|medium|large|huge]  cursor size.
  -n, --no-configure  Ignore preferences file.

  -v, --version       Prints version information and exits.
  -h, --help          Prints this usage screen and exits.
  --restart           Don't use this: It's an internal flag.

Environment variables:
  ICEWM_PRIVCFG=PATH  Directory to use for user private configuration files,
                      "$HOME/.icewm/" by default.
  DISPLAY=NAME        Name of the X server to use, depends on Xlib by default.
  MAIL=URL            Location of your mailbox. If the schema is omitted
                      the local "file" schema is assumed.

Visit http://www.icewm.org/ for report bugs, support requests, comments...

Cuando intento iniciar icewmme sale este mensaje:

# icewm
IceWM: using /root/.icewm for private configuration files
IceWM: xinerama: heads=1
IceWM: xinerama: 0 +0+0 1680x1050
IceWM: xinerama: heads=1
IceWM: xinerama: 0 +0+0 1680x1050
IceWM: Another window manager already running, exiting...

Cómo empezar icewm?

(Yo uso Centos 6.5)

===EDITAR===

La opción Comenzar con --replaceda el mismo resultado:

# icewm --replace
IceWM: using /root/.icewm for private configuration files
IceWM: xinerama: heads=1
IceWM: xinerama: 0 +0+0 1680x1050
IceWM: xinerama: heads=1
IceWM: xinerama: 0 +0+0 1680x1050
IceWM: Another window manager already running, exiting...

===EDITAR===

Encontré alguna solución pero es incómoda. Cambié el sistema runlevela 3. Esto desactiva el modo gráfico. Cuando estoy en modo texto mando:

# which icewm
/path
# xinit -e /path

xtermes necesario para ejecutarlo.

¿Existe una solución mejor? Me gustaría simplemente reemplazar el administrador de ventanas.

=====EDITAR==== Mi versión de Linux:

$ lsb_release -a
LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description:    CentOS release 6.5 (Final)
Release:    6.5
Codename:   Final

Respuesta1

Todo lo que puedo decir es que esa icewm-sessiones la forma recomendada de iniciar IceWM. También es un trabajo en progreso... Hasta ahora puedo comenzar a usarlo $ startx icewm-session, sin embargo, mis configuraciones globales de X son anuladas por los valores predeterminados de IceWM, y una terminal virtual se abre de manera predeterminada una vez que se inicia la sesión de IceWM. Para cerrar la sesión tengo que presionar Ctrl+C en esa terminal, de lo contrario, se queda...

¡Disfrutar! ;)

información relacionada