From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Comment: RFC 2476 MSA function at mx18.yandex.ru logged sender identity as: vova1971 Date: Mon, 25 Apr 2005 13:14:11 +0400 From: =?koi8-r?B?98zBxMnNydIg59XTxdc=?= To: community@altlinux.ru Subject: Re: [Comm] Icewm & themes References: <426B8074.8080601@gts.lg.ua> <20050424135803.GA5745@mithraen.dimline.ru> <200504251004.04176.yurih@voliacable.com> Content-Type: text/plain; format=flowed; delsp=yes; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200504251004.04176.yurih@voliacable.com> User-Agent: Opera M2/8.0 (Linux, build 1095) X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 09:14:20 -0000 Archived-At: List-Archive: List-Post: > 4. Можно ли загружать сразу Icewm при включённом autologin через ~.wm-select Можно, для runlevel 3 это создание своего исполняемого файла .xinitrc #!/bin/sh # установка ускорения мыши xset m 3 2 # автозагрузка дополнительных программ #/usr/bin/gkrellm& #/usr/bin/sven& #/usr/bin/kkbswitch& #sleep 3 && /usr/X11R6/bin/idesk& #старт сессии icewm, в случае обвала wm происходит запуск xterm exec /usr/local/bin/icewm-session || exec xterm -fg red "$@" Раздел "автозагрузка дополнительных программ" нужен для старых версий icewm, которые не поддерживали свою автозагрузку. Если runlevel 5, то через .xsession c последней строкой, мышь и другие приложения вписывать не нужно. А если быть точнее, то для этого случая цитирую первоисточник: Running IceWM after graphical login If your system has a graphical login (X is already running while you log in) you are using a display manager such as xdm, kdm or gdm. In this case .xinitrc has no effect (it is not read in by xdm). You must instead use a .xsession file. Hint: It is absolutely no problem to have a .xsession and a .xinitrc file (which is especially useful for inhomogeneous networks). Mandrake users repeatedly reported that their .xsession wasn't read and no applications started. To work around that in the kdm login interface choose Default and add IceWM as the last entry to your .xsession. -- С уважением, Владимир Гусев