Hi all.
Installed gpe-filemanager v0.20-r2 on my 6000L under OZ-3.5.3/GPE today to /home/packages/. During install, ipkg didn't give me any errors. Used "ipkg-link add gpe-filemanager" to link it to root. It complained about not finding libs the first time I invoked it, so I manually created links from /home/packages/usr/lib/ to /usr/lib/ for each library it couldn't find (since ipkg also installed the libs it depends on to /home/packages/). Once that was taken care of, gpe-filemanager starts up and immediately gives the error: "Error: Invalid URI" and stays running. For every directory you try to look at it gives the same error. It also seems to exit cleanly and in the terminal I invoked it from, there's a pile of "GPE-ERROR: Error: Invalid URI" lines between prompts.
Here's an example of me invoking, attempting to get listings of four different (and valid) directories, then exiting:
vorondil@tosa:~$ gpe-filemanager
Installing monitor failed: Invalid URI
GPE-ERROR: Error: Invalid URI
GPE-ERROR: Error: Invalid URI
GPE-ERROR: Error: Invalid URI
GPE-ERROR: Error: Invalid URI
vorondil@tosa:~$ _
(Note that it behaves the same way whether invoked from sh or the icon created in the Utilities folder on the desktop.)
Any idea what I'm doing wrong?
Thanks in advance.