사용자 도구

사이트 도구


kde:kwin_script

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
kde:kwin_script [2020/08/17 13:41]
kwon37xi 만듦
kde:kwin_script [2020/08/17 15:03] (현재)
kwon37xi
줄 1: 줄 1:
 ====== KWin Script ====== ====== KWin Script ======
   * https://techbase.kde.org/Development/Tutorials/KWin/Scripting   * https://techbase.kde.org/Development/Tutorials/KWin/Scripting
 +
 +====== plasmapkg2 로 설치 ======
 +<code sh>
 +# kwinscript 목록 보기
 +plasmapkg2 --type kwinscript -l
 +
 +
 +# 모듈 설치 git 등으로 소스를 받은 상태에서 해당 디렉토리에서
 +plasmapkg2 --type kwinscript -i .
 +</code>
 +
 +  * ''~/.local/share/kwin/scripts'' 에 설치된다.
 +  * 설치시에 시스템설정에서 해당 스크립트 설정 아이콘이 안 나온다면
 +<code sh>
 +mkdir -p ~/.local/share/kservices5
 +ln -s ~/.local/share/kwin/scripts/<모듈명>/metadata.desktop ~/.local/share/kservices5/<모듈명>.desktop
 +</code>
 +
 +===== 삭제 =====
 +<code sh>
 +plasmapkg2 --type kwinscript -r <모듈명>
 +</code>
 +
 +삭제시에 ''~/.local/share/kservices5/'' 에 link 한 kwinscript 관련 파일이 있으면 삭제한다.
 +
 +==== 삭제 후에도 전역 단축키에 KWin 스크립트 관련 단축키가 남아 있는 문제 ====
 +  * https://github.com/esjeon/krohnkite/issues/31
 +  * 해결책 1 : **-** 키를 눌러서 **KWin** 단축키 전체를 삭제하면 다시 로그인 할 때 초기 값으로 재추가 된다.
 +  * 해결책 2 : ''~/.config/kglobalshortcutsrc'' 에서 직접 삭제한다. **단, KDE 에서 로그아웃 상태에서 해야한다.**
kde/kwin_script.1597639287.txt.gz · 마지막으로 수정됨: 2020/08/17 13:41 저자 kwon37xi