주 메뉴 열기

wwiki β

바뀜

LXDE

579 바이트 제거됨, 2021년 8월 14일 (토) 05:09
편집 요약 없음
Lightweight X11 Desktop Environment
 
창관리자로 [[Openbox]]를 사용한다.
==기본앱==
==자동시작==
라즈베리파이의 경우 LXDE-pi가 붙는다pi이다사용자설정: ~/.config/autostart 전역설정: /etc/xdg/lxsession/LXDE-pi/autostart
~/위 폴더에 unit.desktop파일을 복사 시작 프로그램에 등록된다.config/lxsession/LXDE-pi/autostart
==단축키==데비안 계열이다(/usr/share/applications/*.desktop
사용자별 ==start menu entry 추가==~/.configlocal/openboxshare/lxde-pi-rcapplications에 .desktop파일을 만든다.xml (파일이 없는 경우 obconf를 실행 후 종료)
System-Wide : /etc/xdg/openbox/lxde-pi-rc.xml===Categories 지정===Categories=Utility
Accessories <syntaxhighlight lang="xml"> <keybind key="W-e"> <action name="Execute"> <startupnotify> <enabled>true</enabled> <name>PCManFM</name> </startupnotify> <command>pcmanfm</command> </action> </keybind>Utility
Graphics </syntaxhighlight->멀티미디어 키보드에서 기능키의 키코드는 다음 명령을 알아볼 수 있다. Graphics
$ xev | egrep Internet <-o "keycode.*\)"> Network
참조사이트: https://wiki.lxde.org/en/LXDE:Questions#My_keyboard_does_not_send_standardized_keyboard_events===예시===KEY_PROG1키를 kodi단축키로 지정하는 예시Office <-> Office
XF86Launch1로 정의되어 있다.Sound & Video <syntaxhighlight lang="xml"> <keybind key="XF86Launch1"> <action name="Execute"> <command>kodi</command> </action> </keybind></syntaxhighlight->AudioVideo
== 외부 링크 ==System Tools <-> Systemhttps[[분류://wiki.debian.org/Openbox#From_a_graphical_login_manager__목차보임__리눅스]]
편집
2,431