Hi Stephen, Stephen P. Molnar wrote, On 06/18/13 15:16: > Two minor, but annoying, problems with the new version in Debian 7.0 64 bit/ > > #1 The pull down menus in the graphics windows refuse to remain open > when clicked, unless I left click and hold. Is this normal behavior?
this is not normal behavior. Unfortunately I can't reproduce it. I don't have a Debian system, but I tested on Ubuntu, Gentoo and CentOS. I'll test on Debian when I get the change. > #2. Caver 2.1.2 will not save the location of the Directory with the > plug-in .jar file. The work around is rather cumbersome. Caver is a third-party plugin and as far as I know will not save any settings to disk. The easiest workaround is to edit PYMOL_LOCATION in Caver2_1_2.py (the Plugin Manager can tell you where to find Caver2_1_2.py). Actually, a nice way to reorganize the Caver plugin would be: Caver2_1_2 |-- Caver2_1.jar |-- __init__.py (was: Caver2_1_2.py) `-- lib |-- dt3d.jar |-- j3dcore.jar |-- j3dutils.jar |-- ujmp-complete-0.2.4.jar `-- vecmath.jar And in Caver2_1_2/__init__.py, change: PYMOL_LOCATION = sys.modules[__name__].__path__[0] Cheers, Thomas -- Thomas Holder PyMOL Developer Schrödinger Contractor ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net