View Single Post
Old 03-20-2008, 08:07 AM   #23
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
I setup SSH to start on boot, restored my registry to a clean version, requested the developer package, and I believe I've found the problem.

Below is the shell entry in the registry after downloading:

Quote:
<application type="SHELL">
<appCategory>viewer</appCategory>
<argMask>&lt;FILENAME&gt;</argMask>
<execute>/bin/sh</execute>
<supportFormat>
<extName>sh</extName>
</supportFormat>
<xResourceName>sh</xResourceName>
<ipcChannel>14</ipcChannel>
<appIconPath/>
</application>
Notice the argument mask. On the previous (working) version of the registry it is setup as:

Quote:
<application type="SHELL">
<appCategory>viewer</appCategory>
<xResourceName>sh</xResourceName>
<ipcChannel>14</ipcChannel>
<argMask>_FILENAME_</argMask>
<execute>/bin/sh</execute>
<supportFormat>
<extName>sh</extName>
</supportFormat>
<appIconPath/>
</application>
It's likely an error in the new installation script.

I've forwarded this information along to the iRex developers. I'm sure they'll get it resolved as soon as they can.
Adam B. is offline   Reply With Quote