Как запустить icewm?

Как запустить icewm?

Я установил icewm1.2.13. Metacityэто мой оконный менеджер по умолчанию. Обычно для замены оконного менеджера --replaceиспользуется опция, например metacity --replace. Но в моей версии icewmэтой опции нет. :

# 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...

При попытке запуска icewmполучаю следующее сообщение:

# 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...

Как начать icewm?

(Я использую Centos 6.5)

===РЕДАКТИРОВАТЬ===

Начать с --replaceопции дает тот же результат:

# 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...

===РЕДАКТИРОВАТЬ===

Я нашел решение, но оно неудобное. Я изменил систему runlevelна 3. Это отключает графический режим. Когда я в текстовом режиме, я командую:

# which icewm
/path
# xinit -e /path

xtermнеобходимо для его запуска.

Есть ли лучшее решение? Я бы хотел просто заменить оконный менеджер.

=====РЕДАКТИРОВАТЬ==== Мой релиз 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

решение1

Все, что я могу сказать, это icewm-sessionрекомендуемый способ запуска IceWM. Он также находится в процессе разработки... Пока что я могу запустить его с помощью $ startx icewm-session, но мои глобальные настройки X переопределяются настройками IceWM по умолчанию, и виртуальный терминал открывается по умолчанию после запуска сеанса IceWM. Чтобы закрыть сеанс, мне нужно нажать Ctrl+C в этом терминале, в противном случае он остается...

Наслаждаться! ;)

Связанный контент