안녕하세요 로그인 없이 눈팅만 하다가 아쉬운게 있어서 염치 불구하고 질문 올립니다.
9.10 설치후 여러가지 설정을 하다보니 한가지 맘에 안드는게 있는데
알림영역에 올라오는 나비 아이콘의 배경이 투명화가 안되서 튀어 보입니다.
[attachment=0:nmyz53wx]tray.png[/attachment:nmyz53wx]
보시는 것 처럼 나비와 벤시가 배경 때문에 튀어 보이는데 배경을 없애는 방법을 알고 싶습니다.
저 그림 파일을 찾아다가 김프로 수정해주면 되지 않을까요?
김프에서 확인해본 결과 모주 배경이 투명한 이미지 였습니다.
아무래도 트레이 아이콘 영역에서는 테마가 안먹히는 모양입니다.
다른 해결방법 아시는분 안계신가요?
이렇게 이쁜 아이콘을 ieukori님이 만들어 놓으셨는데 사용해 보실 생각은 없나요.
[url:1l4r667q]http://ubuntu.or.kr/viewtopic.php?p=43893[/url:1l4r667q]
네이트온도 그렇던데, 어떻게 바꿀 수 없을까요? ^^;
gtkrc 파일을 수정하면 됩니다. 애플릿에 패널 스타일이 적용되지 않으면 저렇게 나오더군요. 저도 gtkrc로 패널을 수정하여 해결했던 것 같습니다.
현재 저에게 남아있는 gtkrc 파일은 매우 복잡하긴 합니다만 기본적으로 전 아래 부분을 추가하였습니다.
아래는 패널 배경을 특정한 그림으로 사용하도록 한 경우입니다. 저 부분을 현재 쓰고 계시는 테마에 맞추어 수정해주시면 될 것 같습니다.(혹은 패널 스타일이 이미 정해져 있는 경우, Widget Class 부분만 복사하셔도 될 것 같습니다.
[code:19sexyex]
style "panel" = "darkgrey" {
bg_pixmap[NORMAL] = "PanelBarLong.png"
}
#widget_class "PanelGtkToggleButton*" style "panelbuttons"
#widget_class "PanelMenuBar*" style "theme-default"
#widget_class "Panel" style "panel"
widget "PanelWidget" style "panel"
widget "PanelApplet" style "panel"
class "PanelApp*" style "panel"
class "PanelToplevel*" style "panel"
widget_class "PanelMenuBar*" style "theme-default"
Panel stuff
class "Mail" style "panel"
class "Tray" style "panel"
class "tray" style "panel"
widget_class "Tray" style "panel"
widget_class "tray" style "panel"
#widget "TrayIcon" style "panel"
/*
class "PanelApplet*" style "panel"
widget_class "PanelGtkToggleButton" style "panel"
widget_class "PanelGtkButton" style "panel"
widget_class ".PanelButtonGtkLabel" style "panel"
widget_class ".PanelGtkLabel" style "panel"
/
widget "PanelWidget" style "panel"
widget "PanelApplet" style "panel"
widget_class "Mail" style "panel"
widget_class "Netstatus" style "panel"
widget "fast-user-switch" style "panel"
widget_class "PanelToplevel" style "panel"
class "XfcePanel" style "panel"
widget_class "XfcePanel*" style "panel"
widget_class "PanelApplet" style "panel"
widget_class "PanelWidget" style "panel"
@author:dilomo@ cpu-frequency applet was with dark text. Fix it.
widget_class "FreqApplet" style "panel"
[/code:19sexyex]
수정해야할 gtkrc 파일의 위치도 알려주세요.
검색결과 여러가지 파일이 있는데 어떤게 맞는 파일인지 알수가 없습니다.
[quote="rhimtree":2496vqqz]수정해야할 gtkrc 파일의 위치도 알려주세요.
검색결과 여러가지 파일이 있는데 어떤게 맞는 파일인지 알수가 없습니다.[/quote:2496vqqz]
아 이런… 이건 테마 자체가 투명한게 아니라 패널 투명화였군요. 위의 팁을 적용하면 안됩니다. 위의 팁을 적용하면 다른 위젯까지 모두 투명화가 적용되지 않을 것입니다.