View Single Post
Posts: 29 | Thanked: 29 times | Joined on Apr 2010 @ Somewhere in Europe
#9
@antezz: I've followed your instructions but the prefs.js is back to it's original. Even the comment in that file states that the changes will be overwritten (to original) when the application (browser) exits. And the browser processes were running even after the "killall browser". AFAIK reboot exits the browser correctly therefore it resets the file.

Edit: Solved!
I take my words back. The file was edited but the lines were sorted alphabetically so I missed them at first. Then I found out that just specifiyng the realm file:// is not enough. On N900 we must specify each file individually. This is what I added to my prefs.js:
Code:
user_pref("capability.principal.codebase.p0.granted", "UniversalXPConnect UniversalBrowserRead");
user_pref("capability.principal.codebase.p0.id", "file:///home/user/MyDocs/DropN900/tbGTD/tbGTD.html");
As you might notice I use tbGTD (just another GTD flavor of tiddlywiki) placed in DropBox folder.

Now I can happily edit and SAVE my TW onboard of N900 without annoying warnings! Big thanks to antezz!

Last edited by cube48; 2010-11-25 at 00:43.
 

The Following User Says Thank You to cube48 For This Useful Post: