icewm을 시작하는 방법?


2

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 그것을 실행하는 데 필요합니다.

더 나은 해결책이 있습니까? 창 관리자를 간단히 바꾸고 싶습니다.

===== EDIT ==== 내 리눅스 릴리스 :

$ 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

자세한 정보를 제공하십시오 : 로그인 관리자, 배포, ...— IceWM 세션을 시작하지 못하게하는 요인은 무엇입니까? 로그인 할 때 이미 사용할 수 있다고 확신합니다.
Daniel B

~ / .xinitrc 및 startx 명령을 살펴 봐야한다고 생각합니다.
user236012

@ user236012 ~ / .xinitrc 파일을 얻지 못했습니다.
Mariusz

@DanielB 나는 리눅스 릴리스를 내 질문에 추가했다. "IceWM 세션을 단순히 시작하지 못하게하는 이유는 무엇입니까?" 내 질문에 icewm 명령의 결과를 썼습니다. 디스플레이 관리자에서는 그놈과 사용자 스크립트 만 선택할 수 있습니다.
Mariusz

@Mariusz 저는 현재 휴가 중이므로 다른 주를 기다려야합니다. 어떤 IceWM 관련 패키지가 설치되어 있습니까? 일반적으로 파일을 /usr/share/xsessions(또는 유사하게) 배치해야합니다 . 여기에서 GDM이 목록을 가져옵니다.
Daniel B
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.