[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package keepass2 - 2.24+dfsg-1 --- keepass2 (2.24+dfsg-1) unstable; urgency=low * New upstream release (LP: #1116512) * add xsel recommends again, issue seems to be fixed * bump standard to 3.9.5, no changes required * build with LC_ALL=C.UTF-8, requ

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/keepass2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: Double-clicking password entry from overview freezes entire system To manage notifications about th

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-10-26 Thread Will Rouesnel
Patch submitted for this issue: https://sourceforge.net/p/keepass/patches/85/ So far from my own testing it resolves it completely. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: Doub

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-10-25 Thread Will Rouesnel
Ok, after having spent some time with a dummy app testing the various permutations of this, I think I can implement a tentative (and very hacky) work around. The basic problem is, any call Clipboard.GetText() or related corrupts the xclipboard for any xsel process trying to read, delete or modify

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-10-25 Thread Will Rouesnel
I'm the author of said patch, and sadly I've since discovered it doesn't actually fix the problem (I wrote it before I had a decent grip on the crash). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/111

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-10-21 Thread Julian Taylor
thanks for the link. the patch seems rather hackish, it would be better fixed in mono itself. Though I do not have time to fix mono right now, so I'll add this patch to the package after I verified it works. This is probably SRU worthy, I can fix the failing start after crash/logout too then. --

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-10-20 Thread David Lechner
It looks like someone has figured out a fix for this bug. It has been fixed upstream: . You can find a link there for a test version to verify that the problem is indeed fixed. @EliCoten: The restart delay is a separate issue and should

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-10-18 Thread EliCoten
Not sure if this is the same bug but it's certainly related. On Ubuntu 12.10 I had exactly the same issue described here on two computers, one x64 and one x86. Now I've upgraded both to Ubuntu 13.04, the issue is similar, except that instead of freezing the whole computer, only KeePass freezes. I

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-08-29 Thread Julian Taylor
thanks a lot ZR, I can now reproduce the issue. copying the text via a selection does not use xsel but monos builtin (broken) copy/paste method. This seems to corrupt something in the selection handling of X(?) which then again causes a future xsel call trying to copy/paste something to block in

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-08-29 Thread ZR
Similar problem but I can reproduce 100% reliably on my system: Mint 13 Maya with Mate (downstream distro of Ubuntu Precise) Slight twist on bug: My Mate Session freezes when i perform a specific copy to clipboard sequence. Double clicking a record per original bug is okay. Regardless, answers

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-08-22 Thread Ben
Same problem Ubuntu 13.04 Keepass 2.21 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: Double-clicking password entry from overview freezes entire system To manage notifications about

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-07-25 Thread Karsten
on Julian's comment #13 - actually I've seen at least one occurence of the issue after I installed libmono-system-runtime2.0-cil (on a 32bit 12.04 machine). So I guess I'll uninstall xsel then. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-07-25 Thread Julian Taylor
I don't see how installing libmono-system-runtime2.0-cil would fix the issue, keepass doesn't use the 2.0 runtime it uses the 4.0 runtime. has anyone found a way to reproduce the issue reliably? I'll most likely drop the recommends on xsel with the new 2.23 upload to avoid this issue. On Thu, Jul

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-07-24 Thread Zach Vickery
I can confirm this issue exists on 13.04. I can also confirm that installing libmono-system-runtime2.0-cil fixes the issue. Maybe it should be a dependency on the keepass2 package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-07-03 Thread Karsten
I'm seeing this issue also, on two machines under 12.04 (one 64, one 32 bit ubuntu installs). On David's questions in #9: - 1: libmono-system-runtime2.0-cil package is NOT installed - 2: I have yet to find a way to intentionally reproduce the issue - actually it's rather sporadic - 3: I'll try to

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-05-24 Thread Julian Taylor
its a deadlock when calling xsel, I unfortunately can't reliably reproduce it. when it happens go to a terminal (e.g. ctrl + alt + f5) and run killall xsel that should restore the system a workaround is to remove xsel. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-05-24 Thread David Lechner
To everyone who has said "me too". You can help fix this bug by providing some more information... 1. Per comment #7, answer the question: have you installed the libmono- system-runtime2.0-cil package? 2. Provide a list of steps to reliably repeat the lockup. 3. When it locks up, run "kill -QUIT

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-05-24 Thread Martin
same issue here... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: Double-clicking password entry from overview freezes entire system To manage notifications about this bug go to: http

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-05-23 Thread timdaman
I have seen the same behavior. Installing the libmono-system- runtime2.0-cil package resolved it for me. I have the 64bit verion of xsel installed. I got the solution from here http://sourceforge.net/p/keepass/discussion/329221/thread/5bdb7ee3 -- You received this bug notification because you ar

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-05-16 Thread Eltair
I have observed the same behavior as Klauspeter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: Double-clicking password entry from overview freezes entire system To manage notificati

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-05-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: keepass2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: D

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-04-15 Thread Klauspeter
I have the same issue - killing mono, xsel or keepass or just logging out seems to be the only current workaround. I stopped using the double- click feature and started copying the passwords manually. This is a minor security risk, as no timeout for clipboard clearing is set, so I would love this t

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-02-05 Thread Julian Taylor
if its the 32 or 64 bit xsel should not matter I saw such a hang once when the xsel support was added in 2.20, there is probably a deadlock somewhere when calling the external process Unfortunately I have not been able to reliably reproduce it for debugging. A workaround would be to remove xsel t

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-02-05 Thread Arjan
I had xsel installed, but I went to check in the Software Center, and my installed package was listed as xsel 1.2.0-1. But there is also an xsel:i386 package (not shown by default - because I'm on a 64 bit Ubuntu version?). The two are not compatible; I removed the first and installed xsel:i386 an

[Bug 1116512] Re: Double-clicking password entry from overview freezes entire system

2013-02-05 Thread Julian Taylor
do you have xsel installed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116512 Title: Double-clicking password entry from overview freezes entire system To manage notifications about this bug go