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: <ra...@he...> - 2010-12-21 15:18:31
|
[I added a couple of bug reports as per Saurav a few minutes ago...]
> > 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.
Sorry, should have said "copy to clipboard" not "autotype".
> > 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?
Strace says there's no relevant open() calls and it's trying to connect to
nscd's unix socket, which doesn't exist:
chive(rader): strace pwsafe
[...]
30723 socket(PF_FILE, SOCK_STREAM, 0) = 5
30723 connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1 ENOENT (No such file or directory)
Weird. Googling "wxwidgets nscd" didn't give me a lead. Does that ring
a bell? If not let me know, and I'll add some debug printfs to get a
better clue.
> 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.
chive(rader): grep WXHTML /usr/lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h
#define wxUSE_WXHTML_HELP 1
chive(rader): rpm -qf /usr/lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h
wxGTK-devel-2.8.11-1.el5
> Thanks,
> Saurav.
Thank you!
steve
--
|