Application Details:
Version: | 2.x |
License: | Open Source |
URL: | http://keepass.info/ |
Votes: | 3 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 5.19-staging |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything... no issues observed.
What does not
Workarounds
What was not tested
Exporting or synchronizing files.
Hardware tested
Graphics:
Additional Comments
1) Create installation location for KeePass WINEARCH=win32 WINEPREFIX=/home/rich/.winekeepass winecfg - When Wine Configuration dialog box is displayed: - Select "Windowx XP" for Windows Version, click [Apply]. - Click [Apply]. - Click [OK]. 2) Add Microsoft .NET 2.0 to Wine Configuration WINEARCH=win32 WINEPREFIX=/home/rich/.winekeepass winetricks dotnet20 - At the Microsoft .NET Framework 2.0 Setup dialog box, click [Next]. - Select "I accept the terms of the License Agreement", click [Install]. - Wait for Installation to complete. - Click [Finish] when completed. 3) Download Portable KeyPass 2.x from Web Site. 4) Extract Portable KeePass 2.x to Directory - Create a “keepass†directory under “/home/rich/.winekeepass/drive_c/Program Filesâ€. - Extract KeePass ZIP file to directory such as “/home/rich/.winekeepass/drive_c/Program Files/keepassâ€. 5) Create a Launcher Script for Keepass 2.x #!/bin/bash export WINEARCH=win32 export WINEPREFIX=/home/rich/.winekeepass COMMAND=`echo $* | sed -e s#\/#\\\\\\\#g` if [ ${COMMAND} ]; then COMMAND='Z:'$COMMAND fi wine "/home/rich/.winekeepass/dosdevices/c:/Program Files/keepass/KeePass.exe" "${COMMAND}" 6) Assign execute permissions to scripts such as "chmod +x keepass.sh". Run the launcher script "keepass.sh" to start the application.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Arch Linux x86_64 | Oct 21 2020 | 5.19-staging | Yes | Yes | No | Silver | Davide Z | |
Show | macOS 10.12 "Sierra" | Apr 20 2018 | 3.0 | Yes | No | No | Garbage | Ventsy Velev | |
Show | Mac OS X 10.11 "El Capitan" | Jun 29 2017 | 2.0.1 | Yes | Yes | Gold | Juan Carlos Muñoz | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Mar 22 2017 | 2.4 | N/A | No | Garbage | WayneL | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | May 07 2016 | 1.9.8 | No | Not installable | Garbage | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.