From 5a3904eb1596e7fafdcb7ddf48e628c0b317243b Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Thu, 8 Dec 2016 22:57:47 -0500 Subject: [PATCH] Update readme-qt.rst --- doc/readme-qt.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index c03b653..13cd095 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -135,18 +135,3 @@ significant hassle! .. _`this Debian issue`: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621425 -Ubuntu 11.10 warning -==================== - -Ubuntu 11.10 has a package called 'qt-at-spi' installed by default. At the time of writing, having that package -installed causes curecoin-qt to crash intermittently. The issue has been reported as `launchpad bug 857790`_, but -isn't yet fixed. - -Until the bug is fixed, you can remove the qt-at-spi package to work around the problem, though this will presumably -disable screen reader functionality for Qt apps: - -:: - - sudo apt-get remove qt-at-spi - -.. _`launchpad bug 857790`: https://bugs.launchpad.net/ubuntu/+source/qt-at-spi/+bug/857790