для автологина правим конфиг
mcedit /etc/gdm/custom.conf
[daemon]
TimedLoginEnable=true
TimedLogin=<имя пользователя>
TimedLoginDelay=10
затем создаём два файла/var/lib/polkit-1/localauthority/50-local.d/shutdown.pkla
[system shutdown privs]
Identity=unix-group:users
Action=org.freedesktop.consolekit.system.stop-multiple-users
ResultAny=no
ResultInactive=no
ResultActive=yes
/var/lib/polkit-1/localauthority/50-local.d/restart.pkla
[system restart privs]
Identity=unix-group:users
Action=org.freedesktop.consolekit.system.restart-multiple-users
ResultAny=no
ResultInactive=no
ResultActive=yes
Надо было обновить/перекомпилироватьemerge -av sys-auth/polkit gnome-extra/polkit-gnome
etc-update
emerge -av sys-auth/consolekit
Так же неплохо сменить тему GTK-2
sudo -u gdm gconftool-2 --set --type string /desktop/gnome/interface/gtk_theme <имя темы>
Ссылки по теме:
http://wiki.archlinux.org/index.php/Gnome_2.28_Changes
http://library.gnome.org/admin/gdm/2.28/configuration.html.en
http://library.gnome.org/admin/gdm/stable/security.html.en#policykit
http://www.gentooforum.de/artikel/18039/autologin-dbus-hal-consolekit-policykit-funktioniert-das.html
Комментариев нет:
Отправить комментарий