From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Injected-Via-Gmane: http://gmane.org/ To: sisyphus@altlinux.ru From: Arioch Date: Fri, 04 Feb 2005 23:07:16 +0300 Message-ID: References: <41F774F8.808@list.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 80.249.152.121 User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: ru-ru, ru In-Reply-To: <41F774F8.808@list.ru> Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner-SpamScore: s X-MailScanner-From: glas-sisyphus@m.gmane.org X-MailScanner-To: sisyphus@altlinux.ru Subject: [sisyphus] Re: =?koi8-r?b?19nCz9IgKmRtIA==?= X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 20:07:33 -0000 Archived-At: List-Archive: Genix пишет: > Приветствую! я проследил выбор dm до скрипта /etc/X11/prefdm belong я посылал письмо лично, продублирую, думаю в рассылке может быть интересно. Если оффтопик - не бейте ногами, я пока новенький и не воплне понял где границы между эхами. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -------- Исходное сообщение -------- Тема: DM preferences? Дата: Tue, 01 Feb 2005 12:58:18 +0300 От: Arioch Кому: xorg@packages.altlinux.org Does the file /etc/X11/prefdm belong to Your package ? May i make some comments as a Linux newb ? 1) it seems to me to be a bug there. #cat /etc/sysconfig/desktop DESKTOP=Gnome2 This is not detected by the prefdm, so KDM is used. The fix is to change >>if [...fgrep -qs .. "GNOME" ]<<. fgrep is to be called case-insensitive (with options -qsi) 2) i also think that one must have a way to select his favorite DM, and run it no matter which desktop is his favorite. AFAIR Alt MAster 2.2 with XFree86 had it, Alt Master 2.4 Sysiphus does not :-( 3) i think there is ti be a way, that any installed DM will advertise himself. Maybe there is to be some folder like /etx/X11/alternatives/DM, where each DM, beeing installed, could put a symlink (like those in rc.d) or a deskription file (like those /etc/sysinit/networkscripts/ifcfg-*) FriendlyName/FileName/PackageName. 2&3 together will make possible to make user-interactive setup, like those `make config`s, both ncurses based and X-based.