Re: [Passwordsafe-devel] re passwordsafe under RHEL5 (and wtf re the forum)
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Saurav G. <sa...@gm...> - 2010-12-21 05:47:53
|
> WRT RHEL5: the Fedora notes come very close but 1) wxGTK0devel is really > wxGTK-devel in README.LINUX.DEVELOPERS.txt and 2) RHEL5's wxGTK-devel doesn't > support "wx-config --debug=yes --unicode=yes" so just "make" fails--the > workaround is to use "make CONFIG=unicoderelease". > The Linux Developer's README has been updated with this information. Thanks for letting us know. As an aside, the opposite is true on OS X (Snow Leopard), which supports "--debug=yes" but not "--debug=no" > The alternate browser config thing didn't work for me but my workaround > is to use export BROWSER=mozilla (which tells /usr/bin/xdg-open to use > "mozilla" seamonkey.) > Could you please file a bug on this here (in the Linux category): http://sourceforge.net/tracker/?group_id=41019&atid=429579 > The autotype didn't work with my window manager that doesn't directly > support the CLIPBOARD buffer (vtwm). I worked around this problem by adding > wxTheClipboard->UsePrimarySelection(TRUE); to src/ui/wxWidgets/pwsclip.cpp > Autotype doesn't use clipboard. It only sends events to the window next in Z-order. But please file a bug on your clipboard problems. > The help system doesn't work. Seems like it requires Windows and Visual > Studio. Can one get it working under Linux? If so, how? > It works on Linux. I can confirm on Ubuntu 9.10 and others have it working on Debian. What happens when you try to bring up help? Which window/dialog? You should not have to do anything special to get it to work, but can you please see if wxUSE_WXHTML_HELP is defined in your "/usr/lib/wx/include/*" or wherever your distro keeps installs the setup.h file(s) for wxWidgets. In the debug build (which you couldn't build), you probably would get a messagebox if you tried to bring up help for a dialog/window for which we don't have any help content yet. But in all other cases, at least the main page should come up. Thanks, Saurav. |