![gnome-terminator 실행 시 아이콘 및 오류 메시지 누락(소스에서 빌드)](https://linux55.com/image/91079/gnome-terminator%20%EC%8B%A4%ED%96%89%20%EC%8B%9C%20%EC%95%84%EC%9D%B4%EC%BD%98%20%EB%B0%8F%20%EC%98%A4%EB%A5%98%20%EB%A9%94%EC%8B%9C%EC%A7%80%20%EB%88%84%EB%9D%BD(%EC%86%8C%EC%8A%A4%EC%97%90%EC%84%9C%20%EB%B9%8C%EB%93%9C).png)
방금 터미네이터를 설치했습니다소스에서내가 얻은 것여기.
더 잘 작동하는 개발 버전이 있는 것 같은데 찾을 수 없습니다(런치패드가 너무 복잡합니다).
터미널을 시작하면 다음을 얻습니다.
Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
Unable to bind hide_window key, another instance/window has it.
/home/me/programs/terminator/lib/python2.6/site-packages/terminatorlib/window.py:185: GtkWarning: Could not find the icon 'terminator'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
if icon_theme.lookup_icon(icon_name, 48, 0):
ActivityWatch plugin unavailable: please install python-notify
PluginRegistry::load_plugins: Importing plugin activitywatch.py failed: 'module' object has no attribute 'AVAILABLE
EDIT2: 메시지나 경고 없이 빌드 및 설치가 원활하게 진행되었습니다. 그런데 다른 터미널 애플리케이션에서 터미네이터를 실행하면 이런 메시지가 나타납니다. 사실, 터미네이터의 아이콘 대부분은 엉망이었습니다(못생긴 X로 대체됨).
를 설치하려고 icon-theme-hicolor
하고 빌드해야 하며 모든 것이 잘 작동하지만 (많은) 디렉토리에 개미 아이콘이 표시되지 않습니다.
터미네이터를 작동시키려면 어떻게 해야 합니까?
편집: CentOS6.6을 사용하고 있습니다.