Qingy - menedżer logowania

From WikiDoc

Jump to: navigation, search

Instalacja

Aby zmienić menedżer logowania na Qingy zainstaluj paczkę qingy:

su
updateos -i qingy

Następnie jako root edytuj plik /etc/inittab. Ustaw runlevel na 3:

# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:

a następnie odnajdź linijki:

# These are the standard console login getties in multiuser mode:
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

i zamień na:

# These are the standard console login getties in multiuser mode:
c1:1235:respawn:/usr/sbin/qingy tty1
c2:1235:respawn:/usr/sbin/qingy tty2
c3:1235:respawn:/usr/sbin/qingy tty3
c4:1235:respawn:/usr/sbin/qingy tty4
c5:1235:respawn:/usr/sbin/qingy tty5
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

Zapisz plik. Uruchom ponownie system.

Dodatkowe motywy

Inne motywy znaleźć można między innymi:

http://qingy.sourceforge.net/themes.php
http://themes.freshmeat.net/search/?q=qingy&section=projects

Aby zainstalować motyw rozpakuj wszystkie pliki motywu do katalogu /usr/share/qingy/themes/nazwa_motywu. Edytuj plik /usr/etc/qingy/settings i zmień nazwę aktywnego motywu na aktualną (u mnie przykładowo nazwa_motywu):

# What theme do you want (you can also specify 'random')
# theme = random
theme = "nazwa_motywu"
Personal tools