사용자 도구

사이트 도구


linux:gnome

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:gnome [2020/06/24 11:22]
kwon37xi [핫 코너(hot corner, Activities) 비활성화]
linux:gnome [2020/08/11 17:29]
kwon37xi
줄 4: 줄 4:
   * [[linux:gnome:extension|Gnome Shell Extension]]   * [[linux:gnome:extension|Gnome Shell Extension]]
   * [[linux:alacarte|alacarte]]   * [[linux:alacarte|alacarte]]
 +
 +===== 3.36 현재 문제점 =====
 +  * ''ibus'' 가 아니면 gnome search 등에서 한글 입력이 불가하고, ''ibus''를 깔아도 한글 입력하면 매우 버벅인다.
  
 ===== Gnome Tweaks ===== ===== Gnome Tweaks =====
줄 9: 줄 12:
   * https://github.com/GNOME/gnome-tweaks   * https://github.com/GNOME/gnome-tweaks
   * Gnome 의 기본 설정은 매우 제한적이고 가장 중요한 사항들만 설정 가능하게 돼 있어서 미세 조정하려면 Gnome Tweaks 를 설치해야 한다.   * Gnome 의 기본 설정은 매우 제한적이고 가장 중요한 사항들만 설정 가능하게 돼 있어서 미세 조정하려면 Gnome Tweaks 를 설치해야 한다.
 +
 +===== Animation 끄기 =====
 +  * Gnome shell 에서 lag 이 느껴진다면 애니메이션을 끄는게 나아 보인다.
 +  * Ubuntu 20.04, Gnome 3.36.3 에서 나는 심하게 lag 을 느끼고 있음.
 +  * **''gnome-tweaks'' -> 일반 -> 애니메이션**을 끈다.
 +
 +===== Battery % 보여주기 =====
 +<code sh>
 +gsettings set org.gnome.desktop.interface show-battery-percentage true
 +</code>
  
 ===== Gnome shell reload ===== ===== Gnome shell reload =====
줄 18: 줄 31:
  
 {{:linux:스크린샷_2020-06-10_09-32-50.png?400|}} {{:linux:스크린샷_2020-06-10_09-32-50.png?400|}}
 +  * 현재 작업공간에서만 애플리케이션 스위칭을 하려면 ''dconf-editor''에서 다음 값을 ''true''로 변경해준다.
 +    * ''/org/gnome/shell/app-switcher/current-workspace-only''
 +    * ''/org/gnome/shell/window-switcher/current-workspace-only''
 +  * ''dash-to-dock'', ''ubuntu-dock'', ''dash-to-panel'' 등의 플러그인에서는 각각의 플러그인 설정을 따른다.
  
 +===== 창 끌어 옮기기 키 ===== 
 +  * **''gnome-tweaks'' -> 창 -> 창 동작키**를 ''Alt''로 바꾸면 ''Alt+마우스 좌클릭''으로 창을 이동할 수 있다.
 ===== gnome-shell-extension-prefs ===== ===== gnome-shell-extension-prefs =====
   * gnome 확장 설정(Gnome Tweaks 없이도 가능)   * gnome 확장 설정(Gnome Tweaks 없이도 가능)
줄 42: 줄 60:
   * ''dash-to-panel'' 플러그인 사용시에, 위 값과 동일하게 **Fine-Tune -> Tray Icon Padding/Status Icon Padding** 등을 조정해준다.   * ''dash-to-panel'' 플러그인 사용시에, 위 값과 동일하게 **Fine-Tune -> Tray Icon Padding/Status Icon Padding** 등을 조정해준다.
   * [[https://stackoverflow.com/questions/9943531/how-to-change-gnome3-panel-padding-on-linux-mint-12|gnome - How to change GNOME3 panel padding on Linux Mint 12? - Stack Overflow]]    * [[https://stackoverflow.com/questions/9943531/how-to-change-gnome3-panel-padding-on-linux-mint-12|gnome - How to change GNOME3 panel padding on Linux Mint 12? - Stack Overflow]] 
 +
 +===== Command Line 명령 =====
 +  * https://askubuntu.com/questions/1095553/invoking-gnome-activities-overview-from-command-line<code>
 +# Overview/Activities Main.overview.show() 는 보여주기 hide() 는 숨기기
 +# Main.overview.toggle()
 +dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.overview.show();'
 +</code>
 +
 +  * [[https://www.reddit.com/r/gnome/comments/emkaxp/invoking_gnome_show_applications_from_command_line/|Invoking GNOME “Show applications” from command line : gnome]]<code sh>
 +dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.shellDBusService.ShowApplications();'
 +</code>
 +  * [[linux:wmctrl|WMCtrl]] : 각종 창, 작업공관 관련 명령
 +
 +===== System Tray Icon =====
 +  * Legacy Tray Icon 은 [[https://extensions.gnome.org/extension/1503/tray-icons/|tray-icons]] 혹은 [[https://extensions.gnome.org/extension/1031/topicons/|Top Icons Plus]] 확장을 설치해야 보인다.
 +  * [[https://extensions.gnome.org/extension/1301/ubuntu-appindicators/|ubuntu-appindicators]]를 설치해야 Ubuntu AppIndicators 와 KStatusNotifier 트레이 아이콘이 보인다.(Ubuntu 기본임)
 +
 ===== 참조 ===== ===== 참조 =====
   * [[https://wiki.gnome.org/Gnome3CheatSheet|Gnome3CheatSheet - GNOME Wiki!]]   * [[https://wiki.gnome.org/Gnome3CheatSheet|Gnome3CheatSheet - GNOME Wiki!]]
linux/gnome.txt · 마지막으로 수정됨: 2023/06/10 11:11 저자 kwon37xi