Somebody might find this handy.
Modify Fred's Chrome .desktop file which uses ddliveapp to run as user "puppy" to add:
Code: Select all
--user-data-dir=/live/image/ChromeSettings/config --disk-cache-dir=/live/image/ChromeSettings/cache
(or other reasonable path) to the exec lines that have
Code: Select all
--disk-cache-size=10000000 --media-cache-size=10000000
in them. I don't think it needs to be added to the other exec lines but I will test that further.
Then create the /live/image/ChromeSettings directory and set the owner and group to be "puppy" by right clicking and choosing properties (or in the terminal).
The usefulness is to get them out of the main file system and also to more conveniently be able to delete them for security/paranoia purposes.
I attached a sample .desktop file (remove .gz).