Running Firefox 21 As Spot Bug

For discussions about security.
Post Reply
Message
Author
s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Running Firefox 21 As Spot Bug

#1 Post 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

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

Re: Running Firefox 21 As Spot Bug

#2 Post 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.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Re: Running Firefox 21 As Spot Bug

#3 Post 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

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#4 Post 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).
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Post Reply