Feature Request: Stand Alone Zotero
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Heckscher--- Are you sure that you aren't loading a new tab behind the Zotero pane when the title switches from "Zotero" to "Mozilla Firefox"? If the title is changing back without anything happening to the browser tabs, it's probably a bug.
Aaron
News from Prism: "What’s Next: We’re working on plans to refactor Prism to run as a customized version of Firefox, rather than as a XULRunner application. This will have the advantage of making Firefox extensions work on Prism without modification"
Cheers!
Hi all,
I also see at least one major advantage of having zotero as a 'stand alone' app, mainly for one particular reason: I am using my browser quite heavily including pages with a lot of scripting and FF extensions etc and sooner or later it will simply become non-responsive and require a fresh start, which is a nuisance if one's browser is also one's reference management program.
However, it IS quite possible to have zotero running in its own firefox instance and have another firefox instance running for browsing. In that case, when the browsing instance crashes, the zotero instance is still nice and responsive.
The key lies in a combination of two firefox command line switches: -no-remote and -P
Let me explain: In a first step, create a new user for your zotero use (running "firefox -ProfileManager" gets you the profile manage, I think there is also a way to get there through FF's GUI, but I didn't find that just now). Let's call this user 'zotero'. Now, start FF as this user and install all the zotero stuff you need, ie zotero plug in, zotero Word/oO plugins, set zotero://fullscreen as your homepage etc.
Now, if you run firefox with the command "firefox -no-remote -P zotero" you open FF as this user and 'no-remote' allows you to load up additional FF instances, too. It might make sense to create a shortcut/link to that command and call it "zotero". Now as a last step it also makes sense to alter you normal shortcut/link that you use to start your "browsing" FF to have to "-no-remote" switch as well (otherwise it matters in which order the different instances are started).
Voila - Standalone zotero, which runs with a neat and clean FF profile (not cluttered up with all those extensions that you might use for your "browsing" instance) which will not crash if your "browsing" instance goes down.
This solution, I think, fulfils most of the reasons people have to demand a standalone solution. One think that might still be cool, though, if zotero could run fullscreen in only one FF tab and open documents, notes etc in other tabs. IMHO this would make for a nicer switching between zotero and the documents, but the keyboard shortcut for zotero fullscreen is a pretty decent compromise.
Hope this is helpful at all,
Christian
I wish to see an independent Z frame SOMEWHERE (anywhere) other than the FF tab I'm currently viewing (real estate issue). That said, when I go to the sidebar/standalone/whatever Z frame - I want Z to remember which tab had focus and it's url etc.
My working scenario is this: numerous tabs open - I want to send some or all of them to Z for placement in the currently active collection. This is not difficult to do manually, and, as noted, I want more visual real estate. Especially on my netbook.
I'm moving more and more towards using Z to replace bookmarks, scrapbook etc.
I was just wondering if there was an estimate as to when this might be done? I'm not trying to be a bother, but I was just wondering if the team had a ballpark idea of when this might be in (2 months, 6 months, 1 year)
http://www.zotero.org/support/dev/svn_and_trac_access#svn_access
though I'd consider that pre-alpha at the moment.
The Zotero team has also said they would provide bookmarklets to support write access to your online Zotero database in other browsers. We'll have to see if this bookmarklet works on the iOS browsers, but I would think it is likely. There will also be improved server functionality to interact with your database in any browser. And the opening of APIs will allow third parties to build Zotero tools for your platform.
sh build_sa
No problems building at all.
BUT and a VERY BIG BUT...
When I ran the new standalone, it said that my database needed to be upgraded. I saved a copy of the database before proceeding. Good thing too. After it upgraded my database, the standalone ran fine. But when I wanted to use Zotero from within Firefox, it said that my version of Zotero was too old for my database. Fortunately, I could just switch back to the original I'd copied and all was fine.
So, it is easy to compile from source on the Mac, but don't use it on your main database.
=========================================================================
cmb-MBP:zotero_dev cmbarton$ cd zotero_connectors
cmb-MBP:zotero_connectors cmbarton$ svn co https://www.zotero.org/svn/connectors
Authentication realm: <https://www.zotero.org:443> Zotero Dev
Password for 'cmbarton':
svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'https://www.zotero.org/svn/connectors'
cmb-MBP:zotero_connectors cmbarton$
The Standalone build script pulls from the trunk of Zotero for Firefox, so it is compatible with trunk builds of that (and those may or may not be compatible with the latest 2.1 beta at any given time). Because you used the wrong URL. There's no 's'.
----
I tried the non-secure http version too, although the zotero svn web page says to use secure http. Still no luck.
cmb-MBP:zotero_connectors cmbarton$ cd /Users/cmbarton/zotero_dev/zotero_connectors
cmb-MBP:zotero_connectors cmbarton$ svn co http://www.zotero.org/svn/connectorssvn: Server sent unexpected return value (501 Not Implemented) in response to OPTIONS request for 'http://www.zotero.org/svn/connectors'
cmb-MBP:zotero_connectors cmbarton$
The "s" you don't need is on "connectors". It should be "connector".
--------------------
The first time I started the standalone, it asked if I wanted to use my default database in Firefox or another one. When I said use the Firefox one it started the upgrade wizard.
I've restored my original non-upgraded database and would like to have the standalone use a different database since I now know that it wants to upgrade the main one. But now I don't get the original dialog asking me if I want to use the default database or not, just the upgrade wizard.
Is there something I can change in a settings file somewhere to get it to pop up the dialog again that asks about which database to use?
Feel free to post bug reports on the forums (in new threads, indicating that the problems are with Zotero standalone), but don't expect immediate support. Also, keep in mind that the same warnings that apply to the trunk XPI also apply to Zotero standalone.
Just for those that want a quick and dirty solution while they are waiting for the final release of the official stand-alone version.