From: Michael Shigorin <mike@osdn.org.ua> To: ALT Linux Community general discussions <community@lists.altlinux.org> Subject: Re: [Comm] Simply и Gnome Display Manager. [JT] Date: Tue, 12 Jun 2012 15:40:06 +0300 Message-ID: <20120612124006.GO3022@osdn.org.ua> (raw) In-Reply-To: <2162019.avPtrQD9h3@solomonov.net.shpl.ru> On Fri, Jun 08, 2012 at 11:09:51AM +0400, Соломонов Сергей wrote: > Так совпало, что на днях искал подходящий DM для "киоска" на > старом компьютере. А что от него требуется? Дело в том, что некоторые околокиосковые наработки уже есть -- например, live-webkiosk: http://ftp.linux.kiev.ua/pub/Linux/ALT/people/mike/iso/mkimage-profiles/ > В результате нашёл nodm, но как правильно приделать его в p6 не > понял, пришлость откатить мозги лет на 10 назад и вписать > запуск в inittab. Для компьютера с одним пользователем - > нормально. Повесьте на xinitrc баг о том, что /etc/X11/prefdm не умеет nodm. Для mkimage-profiles мне предложили следующий хак: # autologin nodm if [ -x /usr/sbin/nodm ]; then echo "nodm cfg" >&2 cat << E_O_F >> /etc/sysconfig/nodm export NODM_USER=$USER E_O_F fi NODMRC=/etc/sysconfig/nodm NODMEXE=/usr/sbin/nodm PREFDM=/etc/X11/prefdm if [ -f "$PREFDM" ]; then echo "add nodm to prefdm cfg" >&2 grep AUTOLOGIN $PREFDM >&2 sed -i \ -e '/AUTOLOGIN_EXE=/ s,^.*$,AUTOLOGIN_EXE='$NODMEXE',' \ -e '/AUTOLOGIN_CFG=/ s,^.*$,AUTOLOGIN_CFG='$NODMRC',' \ "$PREFDM" grep AUTOLOGIN $PREFDM >&2 fi echo "add pam.d nodm cfg" >&2 echo -e "-session\toptional\tpam_console.so" >>/etc/pam.d/nodm echo -e "-session\toptional\tpam_ck_connector.so" >>/etc/pam.d/nodm -- ---- WBR, Michael Shigorin <mike@altlinux.ru> ------ Linux.Kiev http://www.linux.kiev.ua/
next prev parent reply other threads:[~2012-06-12 12:40 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-06-05 14:54 [Comm] Simply и Gnome Display Manager Алексей Сиваков 2012-06-05 14:56 ` Dmitry Chistikov 2012-06-05 15:01 ` Алексей Сиваков 2012-06-05 15:06 ` Андрей Черепанов 2012-06-06 10:02 ` Michael Shigorin 2012-06-05 20:00 ` Dmitrii Kashin 2012-06-06 8:26 ` [Comm] Simply и Gnome Display Manager. [JT] Dmitry Chistikov 2012-06-06 10:06 ` Michael Shigorin 2012-06-12 12:40 ` Michael Shigorin [this message] 2012-06-10 11:18 ` Dmitrii Kashin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20120612124006.GO3022@osdn.org.ua \ --to=mike@osdn.org.ua \ --cc=community@lists.altlinux.org \ --cc=shigorin@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git