View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#12
Originally Posted by hathoda View Post
i tried .dae and also *.dae
any help now?
Sorry for reply late due to time lag.

I forgot package locate is quite broken in maemo such that you also need findutils-gnu as casketizer said.

The complete instructions are as followed:

Code:
root
apt-get install locate findutils-gnu
update-alternatives --install /usr/bin/find find /usr/bin/gfind 1
update-alternatives --install /usr/bin/locate locate /usr/bin/gnu/locate 1
update-alternatives --install /usr/bin/updatedb updatedb /usr/bin/gnu/updatedb 1
updatedb
locate .dae
I pulled the above command out of my memory but they should work. Please let me know if you've any other problem.
 

The Following User Says Thank You to 9000 For This Useful Post: