gfx-pack with firefox
Moderator: moderators
gfx-pack with firefox
Hi.
Now I need some information.
Is there any chance to get the gfx-pack running with mozilla firefox 2.0.0.6?
If yes --- how?
Thanks.
Elwood
Now I need some information.
Is there any chance to get the gfx-pack running with mozilla firefox 2.0.0.6?
If yes --- how?
Thanks.
Elwood
Well I haven't done it, but kapi-regnum is a different URL, right? How is your user.js set up, does it have both URLs on the same line?
Or whatever the second address is. And you just separate them by spaces.
Code: Select all
user_pref("capability.policy.localfilelinks.sites","http://www.kapilands.com http://www.kapi-regnum.com");
Yeah. I think that what's happening is the second set of settings is overwriting the first set. It's like if you gave the instructions "Watch for Blue cars. Watch for Red cars." To a person it's clear you want either, but in terms of how computers process they stop doing the first as soon as the new instructions come.
So I would try pulling all 6 lines and replacing with this:Which would effectively be saying "look for Blue OR Red cars"
That's my best guess. Give it a shot and see if it works.
So I would try pulling all 6 lines and replacing with this:
Code: Select all
user_pref("capability.policy.policynames", "kapilandgfx");
user_pref("capability.policy.kapilandgfx.sites", "http://www.kapi-regnum.de http://www.kapilands.com");
user_pref("capability.policy.kapilandgfx.checkloaduri.enabled", "allAccess");
That's my best guess. Give it a shot and see if it works.