참고로 시스템->기본설정->모양에서 Radiance를 고른 상태를 기준으로 설명한다.
/usr/share/themes/Radiance/metacity-1/metacity-theme-1.xml 파일에서 아래 부분을 찾아서 기본값 1을 5로 바꿔준다. (빨간색으로 표시된 부분)
.. 중략
<!-- General window layout -->
<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false">
<distance name="left_width" value="5"/>
<distance name="right_width" value="5"/>
<distance name="bottom_height" value="5"/>
.. 중략..
그리고 아래와 같이 X 윈도우를 재시작하면 적용이 된다.
$ sudo /etc/init.d/gdm restart

comments
comments rss (+댓글 쓰러가기)