Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592130 - app-admin/keepass-2.34 crashes when Windows key is pressed
Summary: app-admin/keepass-2.34 crashes when Windows key is pressed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Alessandro Di Federico
URL: https://sourceforge.net/p/keepass/bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-25 19:15 UTC by Lars
Modified: 2016-12-18 01:04 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars 2016-08-25 19:15:47 UTC
As described here:

https://sourceforge.net/p/keepass/bugs/1545/

Whenever I press the windows key and the keepass window has focus, keepass crashes. 

This is maybe a mono bug: https://sourceforge.net/p/keepass/bugs/1545/#154c

The workaround is to add --verify-all to the mono command in the /usr/bin/keepass file.

#!/bin/sh
exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

See https://sourceforge.net/p/keepass/bugs/1545/#1618
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-12-17 03:56:18 UTC
The workaround seems to work here, I'll patch the ebuild with sed if no one responds soonish.
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-12-18 01:04:16 UTC
fixed as =app-admin/keepass-2.34-r1