문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:autologin [2011/01/31 11:12] kwon37xi |
linux:autologin [2022/02/22 11:39] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 6: | 줄 6: | ||
| <code bash> | <code bash> | ||
| xdg-screensaver lock | xdg-screensaver lock | ||
| + | |||
| + | # xdg-screensaver activate 는 화면보호기만 켤 뿐 lock은 걸지 않음. | ||
| + | |||
| # 혹은 | # 혹은 | ||
| gnome-screensaver-command --lock | gnome-screensaver-command --lock | ||
| + | # 혹은 | ||
| + | xflock4 # xfce | ||
| + | # 혹은 | ||
| + | xscreensaver-command -lock | ||
| + | |||
| + | # 잘 안될경우 시간차를 둬야한다. | ||
| + | sleep 10 && xflock4 | ||
| + | |||
| + | # dbus 명령 이용 | ||
| + | dbus-send --type=method_call --dest=org.gnome.ScreenSaver\ | ||
| + | / | ||
| </ | </ | ||
| - | Gnome Key Ring 에 의해 락이 안 걸릴 경우, 참고 할 곳 http:// | ||
| - | Gnome Key Ring 호출을 유발하는 명령(보통 메일 확인 기능 등)과 xdg-screensaver | + | ====== Gnome Keyring 에 의해 lock이 안 걸릴 경우 ====== |
| + | * Gnome Key Ring 에 의해 락이 안 걸릴 경우, 참고 할 곳 http:// | ||
| + | * Gnome Key Ring 호출을 유발하는 명령(보통 메일 확인 기능 등)과 xdg-screensaver | ||