LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Using a config directory instead of a config file (https://www.linuxquestions.org/questions/linux-newbie-8/using-a-config-directory-instead-of-a-config-file-879410/)

YaleL 05-07-2011 08:23 PM

Using a config directory instead of a config file
 
I currently can run an old swf on my Chumby 8 device by storing and using these three files on a USB plugged into the device

config

<?xml version="1.0" encoding="utf-8" ?>
- <config>
<ThankyouMessage>Thankyou message</ThankyouMessage>
<ThankyouDisplayTime>1000</ThankyouDisplayTime>
</config>


debugchumby

#!/bin/sh
chumbyflashplayer.x -i /mnt/usb/SynclecronChumbyOffline.swf



and the old swf that I am assuming calls the config file.



I now want to store the new config directory and a debugchumby and the new swf on my usb. When I store the config directory that now works in the browser with the new swf on my usb, the chumby does not recognize the usb drive and/or does not know to run the new swf. My guess is that as the new swf is now calling a config directory instead of using a config file, and the old debugchumby file needs something else added to it, Yes?

lisle2011 05-16-2011 10:29 AM

Chumby
 
http://www.chumby.com/pages/help_support

Is the best I can offer, you didn't indicate what the pc was running on and that would have been useful information.

Best I can do


All times are GMT -5. The time now is 04:17 PM.