LXDE: различия между версиями
Материал из support.qbpro.ru
imported>Vix Нет описания правки |
imported>Vix Нет описания правки |
||
Строка 29: | Строка 29: | ||
autologin-user-timeout=0 | autologin-user-timeout=0 | ||
вторая строка как понимаю отвечает за задержку перед автовходом | вторая строка как понимаю отвечает за задержку перед автовходом | ||
* Пример рабочей части конфигурационного файла: | |||
.... | |||
[SeatDefaults] | |||
#xserver-command=X | |||
#xserver-layout= | |||
#xserver-config= | |||
xserver-allow-tcp=false | |||
#xdmcp-manager= | |||
#xdmcp-port=177 | |||
#xdmcp-key= | |||
greeter-session=lightdm-greeter | |||
greeter-hide-users=true | |||
#greeter-allow-guest=true | |||
#greeter-show-manual-login=false | |||
user-session=default | |||
#allow-guest=true | |||
#guest-session=UNIMPLEMENTED | |||
session-wrapper=/etc/X11/Xsession | |||
#display-setup-script= | |||
#greeter-setup-script= | |||
#session-setup-script= | |||
#session-cleanup-script= | |||
autologin-guest=true | |||
autologin-user=user | |||
autologin-user-timeout=0 | |||
#autologin-session=UNIMPLEMENTED | |||
#exit-on-failure=false | |||
# | |||
# Seat configuration | |||
# | |||
# Each seat must start with "Seat:". | |||
# Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section. | |||
# | |||
#[Seat:0] | |||
# | |||
# XDMCP Server configuration | |||
# | |||
# enabled = True if XDMCP connections should be allowed | |||
# port = UDP/IP port to listen for connections on | |||
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf) | |||
# | |||
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively | |||
# it can be a word and the first 7 characters are used as the key. | |||
# | |||
.... | |||
* [http://debianforum.ru/index.php?topic=4022.0 взято тут] | * [http://debianforum.ru/index.php?topic=4022.0 взято тут] | ||
Версия от 10:59, 27 января 2015
Уcтановка и настройка среды LXDE
- Автозагрузка необходимого ПО:
LXDE autostart
- Файловый менеджер предпочтительно Nautilus от Gnome
- Работа с архивами - File-Roller
- Настройка курсора мышки
- Два рабочих стола на 2 монитора...
- Настройка клавиатуры:
правим:
/etc/xdg/lxsession/LXDE/autostart
вставить:
@setxkbmap -layout us,ru -variant , -option grp:grp:ctrl_shift_toggle,grp_led:scroll
- Автовход пользователя:
/etc/lightdm/lightdm.conf - редактируем этот файл ищем строки #autologin-user= #autologin-user-timeout=0 их надо раскомментировать autologin-user=login autologin-user-timeout=0 вторая строка как понимаю отвечает за задержку перед автовходом
- Пример рабочей части конфигурационного файла:
.... [SeatDefaults] #xserver-command=X #xserver-layout= #xserver-config= xserver-allow-tcp=false #xdmcp-manager= #xdmcp-port=177 #xdmcp-key= greeter-session=lightdm-greeter greeter-hide-users=true #greeter-allow-guest=true #greeter-show-manual-login=false user-session=default #allow-guest=true #guest-session=UNIMPLEMENTED session-wrapper=/etc/X11/Xsession #display-setup-script= #greeter-setup-script= #session-setup-script= #session-cleanup-script= autologin-guest=true autologin-user=user autologin-user-timeout=0 #autologin-session=UNIMPLEMENTED #exit-on-failure=false # # Seat configuration # # Each seat must start with "Seat:". # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section. # #[Seat:0] # # XDMCP Server configuration # # enabled = True if XDMCP connections should be allowed # port = UDP/IP port to listen for connections on # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf) # # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively # it can be a word and the first 7 characters are used as the key. # ....