토템에서 컨트롤 아이콘이 누락됨(Gnome 비디오)

토템에서 컨트롤 아이콘이 누락됨(Gnome 비디오)

방금 Arch Linux에서 업데이트했는데 이제 비디오 애플리케이션(Totem)이 모든 컨트롤에 동일한 아이콘을 사용합니다.

토템 스크린샷

컨트롤은 여전히 ​​작동합니다. 도구 설명이 나타날 때까지 컨트롤 위에 마우스를 올려 놓지 않으면 컨트롤을 구분할 수 없습니다. 업그레이드하기 전에는 잘 작동했습니다.

, , , , , 및 을 다시 설치했지만 totem아무런 차이가 없습니다.gnome-icon-themegnome-icon-theme-extrasgnome-icon-theme-symbolichicolor-icon-theme

Arch는 현재 Gnome 3.6을 사용하고 있습니다. 나는 그것을 사용하고 있습니다 x86_64.

올바른 아이콘으로 컨트롤에 레이블을 지정하려면 어떻게 해야 합니까?

고쳐 쓰다:totem명령줄에서 시작하면 다음 줄이 추가된 것을 볼 수 있습니다 ~/.cache/gdm/session.log.

Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x280000b (Videos)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.

터미널에 다음 줄이 있습니다.

(totem:3232): Grilo-WARNING **: [registry] grl-registry.c:434: Could not open plugins' info directory '/usr/lib/grilo-0.2': Error opening directory '/usr/lib/grilo-0.2': No such file or directory
(totem:3232): Totem-WARNING **: Failed to load grilo plugins: All configured plugin paths are invalid. Failed to load plugins.

이 문제가 발생하기 전에 grilo 경고를 본 적이 있습니다. 저는 이를 설치하지 않았습니다.

답변1

이 동작은 일반적으로 아이콘 및 pixbuf 로더 문제로 인해 발생합니다.

다시 설치librsvg그리고 (루트로) 실행하세요:

gtk-update-icon-cache -f /usr/share/icons/gnome

gdk-pixbuf-query-loaders --update-cache

대부분의 경우 수정되어야 합니다.

관련 정보