About Firefox's bookmarks , Sandboxie 2.79
Moderator: Barb@Invincea
-
- Posts: 0
- Joined: Wed Dec 31, 1969 7:00 pm
About Firefox's bookmarks , Sandboxie 2.79
I am glad you made this feature.
A few questions about the configuration.
I had in the 'Set File Copy options...' ticked the last 2 boxes, Thunderbird to it's mail and Firefox to the bookmarklets.
Thunderbird works I think as expected, any new email gets copied to the original TB profile mail boxes.
Question is. I made in the sandboxed Firefox a few new bookmarks. Then closed it. Restarted Firefox again in the sandbox. It had not remembered the new bookmarks, but copied all from the original FF bookmarks. Not the behaviour I was expecting !!! Those original bookmarks were left untouched, meaning not updated as I thought ???
I had to untick 'Allow Mozilla Firefox full access to bookmark file'.
I did got the feature working as I wanted by going to Set Automatic Clean-Up Options and ticking Firefox profiles there. To me it should not matter if I close the Firefox, since that 'Automatically Delete Contents of Sandbox' is unticked. To loose the sandboxed Firefox's bookmarks since they should remain in there until manually or by that check box option unticked.
Works anyways by now as I want it and that feature was missing in 2.64.
It works this way, I have to delete the sandbox manually and then I get asked what files to recover and can choose also bookmarks.html.
The real time bookmark update from the sandboxed ones to original profile bookmarks seems not be working yet though.
This is a Finnish language Firefox browser the above comments applied.
Jarmo
A few questions about the configuration.
I had in the 'Set File Copy options...' ticked the last 2 boxes, Thunderbird to it's mail and Firefox to the bookmarklets.
Thunderbird works I think as expected, any new email gets copied to the original TB profile mail boxes.
Question is. I made in the sandboxed Firefox a few new bookmarks. Then closed it. Restarted Firefox again in the sandbox. It had not remembered the new bookmarks, but copied all from the original FF bookmarks. Not the behaviour I was expecting !!! Those original bookmarks were left untouched, meaning not updated as I thought ???
I had to untick 'Allow Mozilla Firefox full access to bookmark file'.
I did got the feature working as I wanted by going to Set Automatic Clean-Up Options and ticking Firefox profiles there. To me it should not matter if I close the Firefox, since that 'Automatically Delete Contents of Sandbox' is unticked. To loose the sandboxed Firefox's bookmarks since they should remain in there until manually or by that check box option unticked.
Works anyways by now as I want it and that feature was missing in 2.64.
It works this way, I have to delete the sandbox manually and then I get asked what files to recover and can choose also bookmarks.html.
The real time bookmark update from the sandboxed ones to original profile bookmarks seems not be working yet though.
This is a Finnish language Firefox browser the above comments applied.
Jarmo
-
- Posts: 0
- Joined: Wed Dec 31, 1969 7:00 pm
If I remember right. First uninstalled 2.64 and then installed 2.79 and I hope Processguard free was disabled. There could be something in it. I remember that a few reboots in learning mode were necessary before I could log to my admin and limited XP Home user accounts, switch from one to another.
Now it works like this, the bookmarks. I have not ticked that 'Allow Mozilla Firefox full access to bookmark file' but have ticked that 'FireFox Profiles' (actually all 4 of them).
I can use 'Recover Files' from systray pizza slice to have the real boomarks file updated to sandboxed one. Or I can also delete Sandbox contents and use that quick recovery thing.
But the automatic synchronization does not really work for sandboxed/real bookmarks.
Maybe I should uninstall, might be just my system, but as everything else seems to work so well, I feel a bit lazy. If I do that uninstall/install I will post some more if the experience is different.
Best wishes,
Jarmo
Now it works like this, the bookmarks. I have not ticked that 'Allow Mozilla Firefox full access to bookmark file' but have ticked that 'FireFox Profiles' (actually all 4 of them).
I can use 'Recover Files' from systray pizza slice to have the real boomarks file updated to sandboxed one. Or I can also delete Sandbox contents and use that quick recovery thing.
But the automatic synchronization does not really work for sandboxed/real bookmarks.
Maybe I should uninstall, might be just my system, but as everything else seems to work so well, I feel a bit lazy. If I do that uninstall/install I will post some more if the experience is different.
Best wishes,
Jarmo
Tzuk:
The Firefox bookmark feature is not working for me as well. I checked allow mozilla firefox full access to the bookmarks folder (recommended) under set file copy options... The results that I get are not consistent, however I can give you an example:
Operned firefox sandboxed.
Added 4 new bookmarks to the boolmark folder.
Deleted all 4 of the added bookmarks.
Closed the sandboxed firefox without deleting the contents of the sandboxed folder.
Opened firefox sandboxed.
2/4 of the deleted bookmarks reappear.
As I said the results are not consistent. I did the above with version 2.79.2. I had the same sort of problem with version 2.79.1. Sometimes the bookmark sync will work and sometimes it won't.
The Firefox bookmark feature is not working for me as well. I checked allow mozilla firefox full access to the bookmarks folder (recommended) under set file copy options... The results that I get are not consistent, however I can give you an example:
Operned firefox sandboxed.
Added 4 new bookmarks to the boolmark folder.
Deleted all 4 of the added bookmarks.
Closed the sandboxed firefox without deleting the contents of the sandboxed folder.
Opened firefox sandboxed.
2/4 of the deleted bookmarks reappear.
As I said the results are not consistent. I did the above with version 2.79.2. I had the same sort of problem with version 2.79.1. Sometimes the bookmark sync will work and sometimes it won't.
Thanks, got it. More experimenting showed the problem happens because Firefox is occasionally renaming the bookmark file.
This means opening (via OpenFilePath) the bookmark file is not enough; the directory itself has to be opened as well.
To fix, you can wait for the next beta, or even now, make the following corrections in Sandboxie.ini:
OpenFilePath=firefox.exe,%AppData%\Mozilla\Firefox\Profiles\*.default
OpenFilePath=firefox.exe,%AppData%\Mozilla\Firefox\Profiles\*.default\bookmark*
Note another change: bookmark* instead of bookmarks* .
Another note for the curious: the first line opens only the directory. Not the directory and everything below it. This is because OpenFilePath in version 2.7x does not append a final asterisk *, if the pattern already contains an asterisk anywhere.
This means opening (via OpenFilePath) the bookmark file is not enough; the directory itself has to be opened as well.
To fix, you can wait for the next beta, or even now, make the following corrections in Sandboxie.ini:
OpenFilePath=firefox.exe,%AppData%\Mozilla\Firefox\Profiles\*.default
OpenFilePath=firefox.exe,%AppData%\Mozilla\Firefox\Profiles\*.default\bookmark*
Note another change: bookmark* instead of bookmarks* .
Another note for the curious: the first line opens only the directory. Not the directory and everything below it. This is because OpenFilePath in version 2.7x does not append a final asterisk *, if the pattern already contains an asterisk anywhere.
tzuk
There is an unpatched security issue with bookmarklets in FireFox. The issue comes from FireFox should not, but does bookmark data:
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1084
Does this apply here? Would this be a security risk until it is patched?
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1084
Does this apply here? Would this be a security risk until it is patched?
Last edited by Johnincal on Fri Mar 09, 2007 7:32 pm, edited 1 time in total.
-
- Posts: 0
- Joined: Wed Dec 31, 1969 7:00 pm
I installed on top of 2.79 the 2.79.4 version. And set the file copy option to bookmarks. Seems it works now.
But:
There is one thing. When i add a bookmark to my bookmarks bar for a sandboxed Firefox 2.0.0.2 and then close it. And then open unsandboxed firefox, I do get a prompt that "there was a previous session unclosed and if i want to restart that session or start a new session". That translated from finnish, but I think you get the meaning about what prompt I am talking about.
Anyways bookmarks are now in synch.
EDIT
I also wrote the above in the sandboxed FF and then closed it. When I opened "normal" Firefox, I got the above prompt and when I answered to use the same session, it also opened the Firefox to Sandboxie forum to my post.
I am quite happy with just being able to "recover" the bookmarks so I will disable that "file copy" option. One of the reasons I run Firefox sandboxed is that I won't get corrupted FF profile since my old computer is quite unstable (sudden freeze running Skype etc. needing a cold reboot). So if this synch makes this protection weaker, I don't care about the automatic synchronization that much.
Jarmo
But:
There is one thing. When i add a bookmark to my bookmarks bar for a sandboxed Firefox 2.0.0.2 and then close it. And then open unsandboxed firefox, I do get a prompt that "there was a previous session unclosed and if i want to restart that session or start a new session". That translated from finnish, but I think you get the meaning about what prompt I am talking about.
Anyways bookmarks are now in synch.
EDIT
I also wrote the above in the sandboxed FF and then closed it. When I opened "normal" Firefox, I got the above prompt and when I answered to use the same session, it also opened the Firefox to Sandboxie forum to my post.
I am quite happy with just being able to "recover" the bookmarks so I will disable that "file copy" option. One of the reasons I run Firefox sandboxed is that I won't get corrupted FF profile since my old computer is quite unstable (sudden freeze running Skype etc. needing a cold reboot). So if this synch makes this protection weaker, I don't care about the automatic synchronization that much.
Jarmo
-
- Posts: 112
- Joined: Mon Dec 18, 2006 11:36 am
Fixed in general, as this was a general problem with renaming files in paths that match OpenFilePath settings. Very little of Sandboxie is application specific.
The problem was this. For a successful rename for a file that maches an OpenFilePath, you would have to have OpenFilePath that match both the file itself, and its parent folder.
So at the top of this topic we had OpenFilePath only for bookmarks.html, not for the folder, and this created some problems.
Then we had an OpenFilePath for bookmarks*, and for the parent folder, and this was working well... Except that now, renaming OTHER files in the same folder would have problems, because only the parent folder matches an OpenFilePath.
Hopefully this last fix gets things right.
The problem was this. For a successful rename for a file that maches an OpenFilePath, you would have to have OpenFilePath that match both the file itself, and its parent folder.
So at the top of this topic we had OpenFilePath only for bookmarks.html, not for the folder, and this created some problems.
Then we had an OpenFilePath for bookmarks*, and for the parent folder, and this was working well... Except that now, renaming OTHER files in the same folder would have problems, because only the parent folder matches an OpenFilePath.
Hopefully this last fix gets things right.
tzuk
bookmarks problems in FF basically solved
just get the Foxmarks extension and sych while sandboxed! It works.
-
- Posts: 0
- Joined: Wed Dec 31, 1969 7:00 pm
Sounds good.
I myself have problems with my new machine a few days ago, vibrating cooling fans, preinstalled programs for CD burning calling to Korea and asking me that language install, Everest censors not showing CPU temp, fan speed etc.
To limit any uncertainty, I am back using 2.64. Will try Sandboxie the betas again soon since they caused me no problems.
Best wishes, Jarmo
I myself have problems with my new machine a few days ago, vibrating cooling fans, preinstalled programs for CD burning calling to Korea and asking me that language install, Everest censors not showing CPU temp, fan speed etc.
To limit any uncertainty, I am back using 2.64. Will try Sandboxie the betas again soon since they caused me no problems.
Best wishes, Jarmo
Who is online
Users browsing this forum: No registered users and 1 guest