[Telepathy] Icons not found

Xavier Claessens xclaesse at gmail.com
Sun Nov 11 22:49:40 PST 2007


Le dimanche 11 novembre 2007 à 13:05 -0500, Rainer Dorsch a écrit :
> I am running empathy in a non-standard installation directory and icons are 
> not found. I get:



> When starting empathy, I get messages like
> 
> 
> (empathy:20778): Gtk-WARNING **: could not load image: Icon 'empathy-offline' 
> not present in theme
> 
> 
> (empathy:20778): Gtk-WARNING **: could not load image: 
> Icon 'empathy-available' not present in theme
> 
> 
> (empathy:20778): Gtk-WARNING **: could not load image: Icon 'empathy-offline' 
> not present in theme
> 
> 
> (empathy:20778): Gtk-WARNING **: could not load image: 
> Icon 'empathy-available' not present in theme
> 
> 
> (empathy:20778): Gtk-WARNING **: could not load image: 
> Icon 'empathy-available' not present in theme
> 
> 
> At least I have some icons:
> 
> rdorsch at paddy:/opt/gtalk$ find -name *offline*
> ./share/empathy/icons/hicolor/16x16/status/empathy-offline.png
> ./share/empathy/icons/hicolor/scalable/status/empathy-offline.svg
> rdorsch at paddy:/opt/gtalk$ cd ~/SW.nobackup/tapioca/
> rdorsch at paddy:~/SW.nobackup/tapioca$ cat empathyloc
> #!/bin/bash
> set -vxx
> PREFIX=/opt/gtalk
> export PATH=$PREFIX/bin:$PATH
> export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
> export XDG_DATA_DIRS=$PREFIX/share/:/usr/share/
> export DBUS_SESSION_BUS_ADDRESS=$(head -n 1 /tmp/dbus-gtalk-rd.log)
> echo DBUS_SESSION_BUS_ADDRESS: $DBUS_SESSION_BUS_ADDRESS
> EMPATHY_DEBUG=all empathy $*rdorsch at paddy:~/SW.nobackup/tapioca$
> 
> 
> Does anybody know, what is going wrong?

strange... Empathy tells GTK to look icons in your prefix, it should works.

gtk_icon_theme_append_search_path (
	gtk_icon_theme_get_default (),
	PKGDATADIR G_DIR_SEPARATOR_S "icons");


> 
> Thanks,
> Rainer

Xavier Claessens.



More information about the Telepathy mailing list