- This topic has 0개 답변, 1명 참여, and was last updated 8 years 전에 by 난해주님. This post has been viewed 3047 times
-
-
이번 파이어폭스가 51 버전으로 업그레이드 되었습니다만
페도라 25에서 메뉴 컨텍스트와 북마크 아이콘등이 보이지 않는 군요!기존의 gconf를 이용한 방법은 그놈 22에선 통하지 않을 것이고 해서
대충 알아보고 팁을 제공하고자 합니다.자신의 홈에 다음과 같이 userChrome.css 파일을 생성하여 다음과 같이 조치하시기 바랍니다.
# vi ~/.mozilla/firefox/프로파일.default/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
menu.bookmark-item > .menu-iconic-left {
visibility: visible;
}
#contentAreaContextMenu image,
.textbox-contextmenu image,
#placesContext image {
visibility: visible !important;
}저장 후 재시작하시면 아이콘이 보일 것 입니다.
참고 하시기 바랍니다.
- 답변은 로그인 후 가능합니다.