[Desktop-packages] [Bug 1094496] Re: gnome-keyring-daemon leaks memory

2015-11-02 Thread wyderkat
Another way to reproduce that bug: ssh-keygen -t rsa -N "" -f ~/.ssh/newkey ssh-copy-id -i ~/.ssh/newkey.pub localhost while true; do ssh localhost date; done Then sit and observe in another terminal how memory disappears. -- You received this bug notification because you are a member of Deskto

[Desktop-packages] [Bug 1112496] Re: python-imaging broken in raring

2013-05-04 Thread wyderkat
Hi, if I cannot change "import Image" to "from PIL import Image" in my application, how should fix this Raring only issue? I cannot make that change, because I have local file "TiffImagePlugin.py" which is modificated version from python-imaging, and "import Image" loads this file from local folde