Page 1 of 1

Running Firefox 21 As Spot Bug

Posted: Sat 28 Mar 2015, 22:50
by s243a
There seems to a bug then prevents you from running firefox 21 as spot unless you change the permissions in the folder:

/root/.cache/.mozilla

so that spot can modify files in it.

chown -R spot /root/.cache/.mozilla

firefox should have the option to have a user specific cache, but it doesn't.
http://askubuntu.com/questions/350968/f ... iles-in-yo

Re: Running Firefox 21 As Spot Bug

Posted: Sun 29 Mar 2015, 12:39
by jamesbond
s243a wrote:There seems to a bug then prevents you from running firefox 21 as spot unless you change the permissions in the folder:

/root/.cache/.mozilla
Unlikely to be firefox's bug. When running as spot, firefox should be accessing /root/spot/.cache/mozilla, not /root/.cache/mozilla. Which puppy version is this? You need to report it to the maintainer.

Re: Running Firefox 21 As Spot Bug

Posted: Sun 29 Mar 2015, 19:20
by s243a
jamesbond wrote:
s243a wrote:There seems to a bug then prevents you from running firefox 21 as spot unless you change the permissions in the folder:

/root/.cache/.mozilla
Unlikely to be firefox's bug. When running as spot, firefox should be accessing /root/spot/.cache/mozilla, not /root/.cache/mozilla. Which puppy version is this? You need to report it to the maintainer.
I got this error running precise 5.7.1

Posted: Mon 30 Mar 2015, 06:35
by jamesbond
Ah, that's an old dog and the original developer (playdayz) has long retired although you may still see him around. Unfortunately I am not very familiar with precise pup. If you can figure out which script runs firefox as spot, all you need to do is add a statement "export XDG_CACHE_HOME=/root/spot/.cache" near the top of the script (before it exec firefox).