[Clippings] Linking Clippings

Keith Evans keithy397 at gmail.com
Thu Feb 1 09:43:45 PST 2007


Hi,

Hope this is the right place to ask, if not, would you be so kind as to give
me a link for where I can.

I have a varying number of Firefox Profiles with Clippings installed in
each.  I would like to link all my Clippings extensions to just one data
file.  I have achieved this for the Stylish extension by entering in each
User.js file (except the 'home' file) the code below:-


// relocate stylish.rdf file:
user_pref("extensions.stylish.fileURL", "file://C:/Documents and
Settings/Keith/Application
Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/stylish.rdf");

I created the preference (extensions.stylish.fileURL) in about:config
firstly.


I therefore assumed I may be able to do the same with Clippings so created
the preference (extensions.clippings.fileURL) and entered the following into
User.js

// relocate clippings.rdf file:
user_pref("extensions.clippings.fileURL", "file://C:/Documents and
Settings/Keith/Application
Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/clipdat2.rdf");

As you may now be aware, for some reason it doesn't work!  I was hoping you
may be able to give me some info and how to achieve this.

-- 
Cheers,

Keith.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mozdev.org/pipermail/clippings/attachments/20070201/f6f22ed0/attachment.html 


More information about the Clippings mailing list