I've been playing with the OEM install process, trying to figure out where default settings are located. I haven't figured it out yet, but the following steps do work to customize the environment for new accounts.
Changing the background: - right click on the desktop > Change Desktop Background and make any changes - open a terminal, Applications > Accessories > Terminal - type: $ sudo cp -r ~/.gconf/ /etc/skel/ - enter password for OEM if/when prompted Changing Firefox configuration: - open Firefox, Applications > Internet > Firefox - make any changes, e.g. to preferences or bookmarks or user-added plug-ins - exit firefox - open a terminal, Applications > Accessories > Terminal - type: $ sudo cp -r ~/.mozilla/ /etc/skel/ - enter password for OEM if/when prompted There's probably a better way to do the above, but will do for now. Regards, - Robert
