View Single Post
Posts: 115 | Thanked: 342 times | Joined on Dec 2010
#12
They will never release the source of every program. That simple. Forget about it. But as said, LD_LIBRARY_PATH might be a way. For example, from time to time I mount a debian system on /mnt/, and use this:

Code:
#!/bin/sh
unset GTK2_RC_FILES
LD_LIBRARY_PATH=/mnt/lib:/mnt/usr/lib/:/mnt/lib/arm-linux-gnueabi/:/mnt/usr/lib/arm-linux-gnueabi /mnt/lib/ld-linux.so.3 $@
./debianwrap /mnt/usr/bin/xchat
plus we'd be able to do crazy **** like use btrfs as root, run on armv7tnhl kernels, use wayland and systemd, etc.)
Oh no!

Maemo's software stack will keep aging and there is not much we can do about that (besides learning to live with it).