사용자 도구

사이트 도구


linux:gtk

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:gtk [2020/10/08 14:14]
kwon37xi
linux:gtk [2023/05/07 22:46] (현재)
kwon37xi [Gmone 일 경우 theme 지정]
줄 3: 줄 3:
   * https://wiki.archlinux.org/index.php/GTK   * https://wiki.archlinux.org/index.php/GTK
  
-===== Gmone 일 경우 theme 지정 =====+===== Gnome 일 경우 theme 지정 =====
   * https://askubuntu.com/questions/262868/how-to-set-icons-and-theme-from-terminal   * https://askubuntu.com/questions/262868/how-to-set-icons-and-theme-from-terminal
  
줄 17: 줄 17:
 </code> </code>
  
 +===== 일반적인 theme 지정 =====
 +  * [[https://wiki.archlinux.org/index.php/GTK|GTK - ArchWiki]]
 +  * GTK 2 ''~/.gtkrc-2.0''
 +<code >
 +gtk-icon-theme-name = "Adwaita"
 +gtk-theme-name = "Adwaita"
 +gtk-font-name = "DejaVu Sans 11"
 +</code>
 +  * GTK 3 ''$XDG_CONFIG_HOME/gtk-3.0/settings.ini'' (보통은 ''~/.config/gtk-3.0/settings.ini'')
 +<code>
 +[Settings]
 +gtk-icon-theme-name = Adwaita
 +gtk-theme-name = Adwaita
 +gtk-font-name = DejaVu Sans 11
 +</code>
 ===== 애플리케이션별 GTK 테마 지정 ===== ===== 애플리케이션별 GTK 테마 지정 =====
   * [[https://askubuntu.com/questions/78088/can-i-apply-a-different-gtk3-theme-from-the-main-one-to-an-individual-applicatio|unity - Can I apply a different GTK3 theme from the main one to an individual application? - Ask Ubuntu]]   * [[https://askubuntu.com/questions/78088/can-i-apply-a-different-gtk3-theme-from-the-main-one-to-an-individual-applicatio|unity - Can I apply a different GTK3 theme from the main one to an individual application? - Ask Ubuntu]]
줄 22: 줄 37:
  
 <code sh> <code sh>
 +# gtk2
 +GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc gimp
 +
 +# gtk3
 GTK_THEME=elementary pantheon-files GTK_THEME=elementary pantheon-files
 </code> </code>
  
 +===== 언어 바인딩 =====
 +  * https://github.com/bailuk/java-gtk
 +  * https://gitlab.gnome.org/GNOME/pygobject
 +  * https://gtk-rs.org/
linux/gtk.1602134040.txt.gz · 마지막으로 수정됨: 2020/10/08 14:14 저자 kwon37xi