Thread: [Passwordsafe-linux] Compiling for Linux
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: <CA...@qu...> - 2013-06-03 23:53:09
|
The AUR package is quite old in Manjaro, so I downloaded the source and tried to compile. But there are absolutely no instructions or configure file, and the compile fails miserably. I've already posted the errors on the forum twice, but it keeps logging me out. Has anyone been able to compile this? Does it auto-fill username and password in web forms? (Firefox) Is there an android app? |
From: Saurav G. <sa...@gm...> - 2013-06-04 05:08:01
|
> there are absolutely no instructions or configure file Build instructions for Linux are in README.LINUX.DEVELOPERS.txt. > the compile fails miserably Please try with a fresh checkout and post your compile errors here again. Be sure all build dependencies are met, as listed in the file I mentioned above. > Has anyone been able to compile this? Yes, of course. In fact, I just did. Its an actively developed and supported project. > Does it auto-fill username and password in web forms? (Firefox) It does. That feature is called "AutoType". However, if it doesn't work for you, please file a bug. > Is there an android app? Yes, there is one, but its not related to this project. However, it works well with the password databases created by pwsafe (this project). I use it myself. Search for it in Google's play store. Saurav. |
From: <CA...@qu...> - 2013-06-04 16:38:10
|
Thanks. I find that a number of the Debian dependencies are not available in Manjaro 64bit, like: libuuid1 libwxgtk2.8-dev libwxgtk2.8-dbg libxerces-c-dev uuid-dev And it's make, rather than gmake. I was able to compile with 'make release'. I copied src/ui/wxWidgets/GCCUnicodeRelease to /usr/local/bin and it runs. But every time I start it it says there is no help system and that help will not be available. On Tuesday, June 04, 2013 10:37:50 AM Saurav Ghosh wrote: > > Does it auto-fill username and password in web forms? (Firefox) > It does. That feature is called "AutoType". However, if it doesn't > work for you, please file a bug. It doesn't seem to pick up usernames and passwords directly from Firefox. Do I have to manually add them every time by filling in all the fields of pwsafe? Is there any way to import the passwords from Firefox? Is there any way to import the passwords from kwallet? The panel icon is non-functional. (XFCE) It's there (barely visible on a black panel), and the tooltip comes up, but clicking it has no effect on the main window. And Quitting the main window leaves the panel icon there. |
From: Saurav G. <sa...@gm...> - 2013-06-04 18:53:28
|
The dependencies are listed from a Ubuntu/Debian perspective. You must be having the equivalent headers and libraries required to build it. Also, the "release" target actually builds "unicoderelease". Anyway, it built for you, so great! To build the help file, run "(g)make help". Copy the help.zip produced to /usr/share/doc/passwordsafe/help/. Perhaps I misunderstood you when you asked "Does it auto-fill username and password in web forms?". PasswordSafe is not integrated directly with Firefox or any other browser. It doesn't automatically sense that it has to auto-fill web forms. When you want it to auto-fill, you have to select the corresponding entry in PasswordSafe, right-click and select "Auto Type". PasswordSafe will then simulate the keystrokes for your username/password (or however you may have set up autotype for that entry or that password db). That causes the web form to fill up without you having to enter the form entries manually. That is all that autotype does. In this respect, PasswordSafe might be different from other browser-based web-form automation solutions. However, there is a (yet unimplemented in Linux) feature called "Browse to URL and autotype" that causes the default browser to navigate to a site, wait for the navigation to complete, and then perform autotype. But you still have to initiate the process. PasswordSafe will not watch your browser and automatically kick in when a form needs to be auto-filled. And once again, this feature is currently only implemented on Windows. PasswordSafe has limited support for importing passwords from other applications. Firefox and kWallet are not among them. But if you can export your passwords from those applications as comma or tab separated text or XML files, you can import them into PasswordSafe. The panel icon, if I understand correctly what you mean by that, is problematic on some platforms, notably those running Unity. It mostly works on other platforms. It should be green or red, depending on whether you have the db locked or open. Its black when you don't have any password db loaded. Right-clicking on it should bring up a context menu. If it doesn't seem to work, try to position your mouse pointer such that the tip of it is over a non-transparent part of the icon. If you just close the main window, passwordsafe (with default settings) just hides the window but keeps running in the background. You can "Restore" the window from the tray icon (panel icon). Its a feature, not a bug :-) Saurav. |
From: <CA...@qu...> - 2013-06-05 14:16:12
|
On Wednesday, June 05, 2013 12:23:16 AM Saurav Ghosh wrote: > Perhaps I misunderstood you when you asked "Does it auto-fill username and password in web forms?". PasswordSafe is not integrated directly with Firefox or any other browser. It doesn't automatically sense that it has to auto-fill web forms. When you want it to auto-fill, you have to select the corresponding entry in PasswordSafe, right-click and select "Auto Type". PasswordSafe will then simulate the keystrokes for your username/password (or however you may have set up autotype for that entry or that password db). That causes the web form to fill up without you having to enter the form entries manually. That is all that autotype does. In this respect, PasswordSafe might be different from other browser-based web-form automation solutions. OK I guess I'm just too busy for this extra fiddling. |