Bug#890954: With this version all extensions crash

2018-03-09 Thread Jesse Coumont
Just an FYI to anyone who wants to downgrade back to 64.x (and not to buster's 62.x) you can still grab the deb files from: http://snapshot.debian.org/package/chromium-browser/64.0.3282.119-2/ (64.0.3282.119-2+b2 specifically) Make sure to install chromium-common as well. You will get a profile do

Bug#845756: keepass2 crashes when super key is pressed

2017-06-27 Thread Jesse Coumont
Correction, I added an extra " cli" to my fixed exec script: #!/bin/sh exec /usr/bin/cli --verify-all /usr/lib/keepass2/KeePass.exe "$@"

Bug#845756: keepass2 crashes when super key is pressed

2017-06-27 Thread Jesse Coumont
This bug can be fixed by adding --verify-all to the /usr/bin/keepass2 script as per the below example: #!/bin/sh exec /usr/bin/cli cli --verify-all /usr/lib/keepass2/KeePass.exe "$@" The suggestion for fix came from the sourceforge bugtracker: https://sourceforge.net/p/keepass/bugs/1545/#1618