사용자 도구

사이트 도구


linux:gnome

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:gnome [2020/11/24 14:54]
kwon37xi
linux:gnome [2023/06/10 11:11] (현재)
kwon37xi [창 끌어 옮기기 키]
줄 2: 줄 2:
   * https://www.gnome.org/   * https://www.gnome.org/
   * http://www.gnome.or.kr/   * http://www.gnome.or.kr/
 +  * [[https://apps.gnome.org/ko/|Gnome Apps]]
   * [[linux:gnome:extension|Gnome Shell Extension]]   * [[linux:gnome:extension|Gnome Shell Extension]]
   * [[linux:alacarte|alacarte]]   * [[linux:alacarte|alacarte]]
   * [[linux:x|Linux X Window / X11]]   * [[linux:x|Linux X Window / X11]]
 +  * [[linux:autologin|부팅 후 자동 로그인 및 즉시 화면 락걸기 (Autologin, screen lock)]]
  
 ===== 3.36~ 현재 문제점 ===== ===== 3.36~ 현재 문제점 =====
   * ''ibus'' 가 아니면 gnome search 등에서 한글 입력이 불가하고, ''ibus''를 깔아도 한글 입력하면 매우 버벅인다.   * ''ibus'' 가 아니면 gnome search 등에서 한글 입력이 불가하고, ''ibus''를 깔아도 한글 입력하면 매우 버벅인다.
 +  * ''gnome-shell'' 프로세스에 **Memory Leak**이 발생한다. 초기 시작시에는 600MB 정도의 메모리만 사용하지만 지속적으로 증가한다.
 +    * 이 문제는 ''gnome-shell'' 자체의 문제일 수도 있고 특정 extension 의 문제일 수도 있다.
 +    * 지속적으로 보이며, ''Alt+F2'' -> ''r'' 로 ''gnome-shell''을 재시작하여 해결한다.
 +    * [[linux:wayland|Wayland]] 사용시 좀 더 괜찮다는 얘기도 있긴한데 확인 못함.
 +    * 특정 extension 이 문제인지 extension을 최소한으로 사용하여 확인해보는 것도 좋을 듯.
  
 ===== 입력기 Input Method 설정 ===== ===== 입력기 Input Method 설정 =====
줄 18: 줄 25:
  
 ===== Settings ===== ===== Settings =====
-  * ''gnome-control-center --list'' 설정 목록 확인+  * ''%%gnome-control-center --list%%'' 설정 목록 확인
   * ''gnome-control-center display'' : **Display Settings** 열기   * ''gnome-control-center display'' : **Display Settings** 열기
 +
 +===== 전체 설정값 보기 =====
 +<code sh>
 +gsettings list-recursively
 +</code>
 +
 +===== App Grid 초기화 =====
 +  * [[https://www.omgubuntu.co.uk/2020/11/reset-gnome-shell-applications-grid|How to Reset the Apps Grid in GNOME 3.38 - OMG! Ubuntu!]]
  
 ===== Animation 끄기 ===== ===== Animation 끄기 =====
줄 25: 줄 40:
   * Ubuntu 20.04, Gnome 3.36.3 에서 나는 심하게 lag 을 느끼고 있음.   * Ubuntu 20.04, Gnome 3.36.3 에서 나는 심하게 lag 을 느끼고 있음.
   * **''gnome-tweaks'' -> 일반 -> 애니메이션**을 끈다.   * **''gnome-tweaks'' -> 일반 -> 애니메이션**을 끈다.
 +
 +===== Display 설정 변경 =====
 +  * [[linux:xrandr|XRandr]]
 +  * [[linux:hidpi|Linux HighDPI]]
 +  * [[https://itectec.com/ubuntu/ubuntu-changing-ui-scaling-from-command-line/|Ubuntu – Changing UI scaling from command line – iTecTec]] : ''mutter'' 등이 ''xrandr'' 설정 변경을 올바로 반영 못함.
 +  * ''~/.config/monitors.xml'' 파일도 함께 변경해야만함.
  
 ===== App Grid 초기화 ===== ===== App Grid 초기화 =====
줄 71: 줄 92:
 ===== 창 끌어 옮기기 키 ===== ===== 창 끌어 옮기기 키 =====
   * **''gnome-tweaks'' -> 창 -> 창 동작키**를 ''Alt''로 바꾸면 ''Alt+마우스 좌클릭''으로 창을 이동할 수 있다.   * **''gnome-tweaks'' -> 창 -> 창 동작키**를 ''Alt''로 바꾸면 ''Alt+마우스 좌클릭''으로 창을 이동할 수 있다.
 +  * 그냥 ''Super'' 키 상태로 두고 사용중.
 ===== gnome-shell-extension-prefs ===== ===== gnome-shell-extension-prefs =====
   * gnome 확장 설정(Gnome Tweaks 없이도 가능)   * gnome 확장 설정(Gnome Tweaks 없이도 가능)
  
-===== gnome-session-properties =====+===== 시작프로그램 : gnome-session-properties =====
   * 시작 프로그램을 설정할 수 있다.   * 시작 프로그램을 설정할 수 있다.
   * 메뉴에 있는 애플리케이션 뿐만 아니라, 자유롭게 명령을 추가 삭제 가능하다.   * 메뉴에 있는 애플리케이션 뿐만 아니라, 자유롭게 명령을 추가 삭제 가능하다.
 +  * 메뉴에 있는 애플리케이션을 시작 프로그램으로 등록하는 것은 ''gnome-tweaks''로 하면 더 편하다.
  
 ===== ~/.config/autostart ===== ===== ~/.config/autostart =====
줄 101: 줄 124:
 ===== *.desktop 파일 실행 ===== ===== *.desktop 파일 실행 =====
   * Gnome 3 의 Nautlius 파일 관리자는 기본적으로 올바른 경로(''/usr/share/applications'', ''~.local/share/applications'' 에 있는 ''*.desktop'' 파일만 실행한다.   * Gnome 3 의 Nautlius 파일 관리자는 기본적으로 올바른 경로(''/usr/share/applications'', ''~.local/share/applications'' 에 있는 ''*.desktop'' 파일만 실행한다.
-  * 바탕화면등에 있는 것을 실행하려면 [[https://extensions.gnome.org/extension/1465/desktop-icons/|Desktop Icons]] 확장을 설치하고+  * 바탕화면등에 있는 것을 실행하려면 [[https://extensions.gnome.org/extension/2087/desktop-icons-ng-ding/|Desktop Icons NG(Ding) - 추천]] / [[https://extensions.gnome.org/extension/1465/desktop-icons/|Desktop Icons]] 확장을 설치하고
   * 해당 파일 아이콘에서 마우스 우클릭하고 **Allow Launching** 설정을 해줘야 한다.   * 해당 파일 아이콘에서 마우스 우클릭하고 **Allow Launching** 설정을 해줘야 한다.
  
 ===== ~/.gnomerc ===== ===== ~/.gnomerc =====
 +  * [[linux:wayland|Wayland]] 는 별도 방식 사용함.
   * [[linux:ubuntu|Ubuntu Linux]] 계열 Gnome 환경에서는 로그인할 때 ''~/.gnomerc''를 읽어서 환경변수 등을 등록해줄 수 있다.   * [[linux:ubuntu|Ubuntu Linux]] 계열 Gnome 환경에서는 로그인할 때 ''~/.gnomerc''를 읽어서 환경변수 등을 등록해줄 수 있다.
 +    * ''/etc/X11/Xsession.d/55gnome-session_gnomerc'' 에 관련 설정 있음.
   * GUI 애플리케이션에 필요한 환경변수를 지정해주면 좋다.   * GUI 애플리케이션에 필요한 환경변수를 지정해주면 좋다.
   * 참조: [[linux:x|Linux X Window / X11]]   * 참조: [[linux:x|Linux X Window / X11]]
줄 138: 줄 163:
 </code> </code>
   * [[linux:wmctrl|WMCtrl]] : 각종 창, 작업공관 관련 명령   * [[linux:wmctrl|WMCtrl]] : 각종 창, 작업공관 관련 명령
 +
 +===== 경보음 끄기 gnome alert beep =====
 +  * [[linux:theme:sound|Linux Sound Theme]] 를 변경해야만 삑삑 소리를 다른 부드러운 음으로 바꿀 수 있다.
 +  * [[https://unix.stackexchange.com/questions/444681/how-to-turn-off-alert-sounds-sound-effects-on-gnome-from-terminal/444869#444869|audio - How to turn off alert sounds/sound effects on Gnome from terminal? - Unix & Linux Stack Exchange]]
 +  * 이걸 하면 스크린샷 찍을 때 알림음등 모든 알림음이 다 꺼짐. -> 안함.
 +
 +<code sh>
 +dconf write /org/gnome/desktop/sound/event-sounds "false"
 +
 +# 혹은
 +gsettings set org.gnome.desktop.sound event-sounds false
 +</code>
 +
  
 ===== System Tray Icon ===== ===== System Tray Icon =====
줄 144: 줄 182:
   * [[linux:gnome:extension|Gnome Shell Extension]]에서 Tray Icon 관련 항목 참조.   * [[linux:gnome:extension|Gnome Shell Extension]]에서 Tray Icon 관련 항목 참조.
  
 +===== Mouse 위치 찾기 =====
 +  * ''gnome-tweaks'' 에서 설정하거나
 +<code sh>
 +gsettings set org.gnome.desktop.interface locate-pointer true
 +</code>
 +  * [[linux:launcher:ulauncher|ULauncher]] 와 충돌함. ''false''로 끄는게 나음.
 +
 +===== Theme =====
 +  * [[linux:theme|Linux  Themes]]
 +
 +<code sh>
 +# GTK Theme by cli
 +gsettings set org.gnome.desktop.interface gtk-theme <themename>
 +
 +# Window Manager Theme by cli
 +gsettings set org.gnome.desktop.wm.preferences theme <themename>
 +</code>
  
 ===== 참조 ===== ===== 참조 =====
linux/gnome.1606197287.txt.gz · 마지막으로 수정됨: 2020/11/24 14:54 저자 kwon37xi