문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:guake [2019/11/10 16:19] kwon37xi [pip 로 설치] |
linux:guake [2023/06/05 14:52] (현재) kwon37xi [pip 로 설치] |
||
|---|---|---|---|
| 줄 6: | 줄 6: | ||
| ===== Install ===== | ===== Install ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| <code sh> | <code sh> | ||
| # debian/ | # debian/ | ||
| 줄 17: | 줄 18: | ||
| * [[linux: | * [[linux: | ||
| <code sh> | <code sh> | ||
| + | # debian 에서 pip3 설치 | ||
| + | sudo apt install python3-pip | ||
| + | |||
| # --user 필수 | # --user 필수 | ||
| - | pip install --user guake | + | pip3 install --user guake |
| </ | </ | ||
| - | ===== Dual Monitor Patch ===== | + | |
| - | * 이미 오래전에 반영된 기능임. | + | ===== Wayland |
| - | * [[http:// | + | * [[linux:wayland|Wayland]] 에서는 |
| - | * 차기 버전에서는 | + | * Guake 자체의 단축키는 삭제하고서 |
| - | * {{:linux:guake_mon_2.gz|Ubuntu 13.04용 | + | * [[linux:gnome|Gnome]] 단축키로 '' |
| ===== Guake Indicator ===== | ===== Guake Indicator ===== | ||
| + | * Guake 를 통해서 SSH 접속을 자주하는 곳을 지정해 둘 수 있다. | ||
| * [[http:// | * [[http:// | ||
| * http:// | * http:// | ||
| - | * Guake 0.4.5 이상 필요. Ubuntu 14.04 이하 버전은 https:// | ||
| - | <code sh> | ||
| - | sudo add-apt-repository ppa: | ||
| - | sudo apt-get update | ||
| - | sudo apt-get install guake-indicator | ||
| - | </ | ||