I have resolved a very similar bug. Please, use the latest Nux from trunk.

Jay

On 8/1/2011 7:03 AM, Piñeiro wrote:
FWIW, I created this bug the last week:

https://bugs.launchpad.net/nux/+bug/816589

Probably is related with the same problem.

FWIW2: I also have problems to load unity from the oneiric repositories.

On 08/01/2011 07:33 AM, Jay Taoko wrote:

I updated my system last friday and I still get reports of unloaded tga textures. But the textures show up correctly in eye of gnome... However I have noticed that not all nux textures fail to load... I will attempt to open the failling files and save them again in the same format...

Jay


On 8/1/2011 12:18 AM, Jay Taoko wrote:
I have encountered similar issues with TGA files and I think you had the same issues too.
Could this simply be a bug in GDK?

Jay

On 7/31/2011 9:23 PM, Tim Penhey wrote:
Hi people,

I'm probably doing something stupid, but I'm not sure what it is.

I've finally managed to debug enough to find out what the error itself is
though.

WARN  2011-08-01 13:09:12 unity.places PlacesStyle.cpp:253 Unable to texture
/home/tim/staging/share/unity/4/search_magnify.png: Couldn't recognize the
image file format for file '/home/tim/staging/share/unity/4/search_magnify.png'

(and five others)

followed by a SIGSEGV due to an unexpected unloaded texture (one of those that
failed).

Why would the gdk image loader for PNG files not be loaded?

I ran gdb with LD_DEBUG=files to show me all of the libraries being loaded, and
the expected /usr/lib/x86_64-linux-gnu/gdk-
pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so wasn't loaded.

The other two png libraries:
   /home/tim/staging/lib/compiz/libimgpng.so
   /lib/x86_64-linux-gnu/libpng12.so.0.44.0

were loaded.  The function call that is failing is  gdk_pixbuf_new_from_file,
and it seems it isn't able to load the png loader for some weird reason.

When running my local compiz, I run the following command first

function unity-env
{
   export PATH=~/staging/bin:$PATH
   export XDG_DATA_DIRS=~/staging/share
   export LD_LIBRARY_PATH=~/staging/lib:$LD_LIBRARY_PATH
   export LD_RUN_PATH=~/staging/lib:$LD_RUN_PATH
   export PKG_CONFIG_PATH=~/staging/lib/pkgconfig
   export PYTHONPATH=~/staging/lib/python2.7/site-packages
}

Anyone got any clues?

Cheers,
Tim


_______________________________________________
Mailing list:https://launchpad.net/~ayatana-dev
Post to     :ayatana-dev@lists.launchpad.net
Unsubscribe :https://launchpad.net/~ayatana-dev
More help   :https://help.launchpad.net/ListHelp



_______________________________________________
Mailing list:https://launchpad.net/~ayatana-dev
Post to     :ayatana-dev@lists.launchpad.net
Unsubscribe :https://launchpad.net/~ayatana-dev
More help   :https://help.launchpad.net/ListHelp



_______________________________________________
Mailing list:https://launchpad.net/~ayatana-dev
Post to     :ayatana-dev@lists.launchpad.net
Unsubscribe :https://launchpad.net/~ayatana-dev
More help   :https://help.launchpad.net/ListHelp


--
Alejandro Piñeiro Iglesias


_______________________________________________
Mailing list: https://launchpad.net/~ayatana-dev
Post to     : ayatana-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-dev
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~ayatana-dev
Post to     : ayatana-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to