Running Linux Applications Under Sugar: Difference between revisions
| Line 91: | Line 91: | ||
# Causes SeaMonkey to put the .mozilla directory in a | # Causes SeaMonkey to put the .mozilla directory in a | ||
# place that is writable, and also where Rainbow wants | # place that is writable, and also where Rainbow wants | ||
# it. SUGAR_ACTIVITY_ROOT/data is | # it. SUGAR_ACTIVITY_ROOT/data is not directly suitable | ||
# | # since it contains a reference to a user that will | ||
# be destroyed on reboot, and SeaMonkey stores absolute | # be destroyed on reboot, and SeaMonkey stores absolute | ||
# pathnames in its persistent data. | # pathnames in its persistent data. | ||
export HOME= | export HOME=`/bin/ls -l $SUGAR_ACTIVITY_ROOT/data | /usr/bin/awk '{ print $10 }'` | ||
# libgnomevfs ignores the HOME environment variable, | # libgnomevfs ignores the HOME environment variable, | ||