Anyone have any experience in modifying the default liveuser settings (IE: ~/.gconf, ~/.mozilla) in a ReMix.
I have been trying to get this working without much luck. I can easily add individual files in a (%post -nochroot) block, but when I try and recursively copy directory structures such as the above, I get masses of errors as GNOME loads.
The UID and GID are correct for the liveuser account, so I don't know what's up. I've tried this method using Sabayon to create the account, and by directly copying the modified (running) liveuser directories to a usb stick then rebooting to do the livecd-creator work.
90% of what I want done can be done inside the (%post) block with echo, cat, sed, awk, and gconftool-2, but for my needs it's easier to simply keep the modified profile handy and copy it to where it needs to be.
Any suggestions?