Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"
From Knoppix Documentation Wiki
(→Configurações de Usuário) |
(→Autoexecutando Programas) |
||
| Line 146: | Line 146: | ||
Note that the default user 'knoppix' is not created by adduser(1), thus /etc/skel is not copied completely but rather selectively. That is, to make a file .xyrc appear in /home/knoppix, it is not sufficient to place it in /etc/skel. One possibility is to extend the code in /etc/X11/Xsession.d/45xsession which is responsible for filling /home/knoppix. | Note that the default user 'knoppix' is not created by adduser(1), thus /etc/skel is not copied completely but rather selectively. That is, to make a file .xyrc appear in /home/knoppix, it is not sufficient to place it in /etc/skel. One possibility is to extend the code in /etc/X11/Xsession.d/45xsession which is responsible for filling /home/knoppix. | ||
| − | ====Autoexecutando | + | ====Autoexecutando programas==== |
Quando você quer autoexecutar alguns programas, pode-se criar um script e pô-lo no diretório "<tt>/etc/rc5.d/</tt>", que executa itens antes de o ambiente X ser carregado. Pesquise o processo "init" para conhecer mais possibilidades. | Quando você quer autoexecutar alguns programas, pode-se criar um script e pô-lo no diretório "<tt>/etc/rc5.d/</tt>", que executa itens antes de o ambiente X ser carregado. Pesquise o processo "init" para conhecer mais possibilidades. | ||