View Single Post
Old 05-10-2012, 02:42 PM   #55
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by Ehhh View Post
Hi, geekmaster

sorry, i forgot, that glib library is changed on my Kindle Touch. you can try this one .

best regards.
I copied your replacement glib library to your plugins folder with your other .so files, but I get the same error messages when I run your script.

I added "export LD_LIBRARY_PATH=./plugins" to your script (where I copied the extra glib library). Same problems.

Perhaps this will help:

]# ldd einkplayer
/usr/lib/libenvload.so (0x40021000)
libgstreamer-0.10.so.0 => /usr/lib/libgstreamer-0.10.so.0 (0x40034000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400f7000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4020c000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x4024d000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40259000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40263000)
libz.so.1 => /usr/lib/libz.so.1 (0x40354000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4036c000)
libc.so.6 => /lib/libc.so.6 (0x4037e000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40479000)
libm.so.6 => /lib/libm.so.6 (0x40495000)
libffi.so.5 => /usr/lib/libffi.so.5 (0x40503000)
librt.so.1 => /lib/librt.so.1 (0x40511000)
libdl.so.2 => /lib/libdl.so.2 (0x4051f000)
/lib/ld-linux.so.3 (0x40000000)


It looks like we are using the built-in /usr/lib/libgstreamer from 5.1.0, despite the LD_LIBRARY_PATH. Hmm...

The screensaver prevention is not working. I guess amazon wants us to see their SO ads sooner...


UPDATE: CRs inserted AFTER downloading, by extracting with 7-zip.


Last edited by geekmaster; 05-11-2012 at 06:52 PM.
geekmaster is offline   Reply With Quote