If its single user, which it likely will be on a netbook, put the app in a
folder in /home/user, and put the prefs and the data in that same folder. 
If you want to make the prefs invisible make them , eg, .myapppreferences.

But this does mean that only that user will have access to the app.

If you put the app in /opt, which is more correct in some sense, because it
lets any user account get to it, then still put all user data, including
prefs for any particular user, in /home/user.

Richmond's advice is good:  if you compile on the platform you are deploying
on, you will be OK.  And his advice to watch out for fonts, and to restrict
your font use to ones that ship with all linuxes, is also wise.

Peter


Monte Goulding wrote:
> 
> 
> Hmm... we do that with a stack file for prefs and a SQLite db for the  
> application data. On Windows these are located in the user's  
> application data folder on mac they are located in their preferences  
> folder. So I'd need to create a data folder in some appropriate  
> location on Linux too. Any ideas where that would be?
> 
> Cheers
> 
> Monte
> 
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Deploy-to-Linux-tp25482274p25501700.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to