]> git.lyx.org Git - features.git/blobdiff - lib/RELEASE-NOTES
LyX does work with ImageMagick 7
[features.git] / lib / RELEASE-NOTES
index 2962786fcc61be9e4a2a728e4f878726d5a9e4cf..b101db28d789312cb4f43961ebbd78f993615ba1 100644 (file)
 
 !!Known issues in version 2.2.0
 
-* LyX needs to be run under Python 2 and will not work properly on systems
-  where Python 3 is the default binary. See #7030 to know how to fix this
-  properly, since simple shebang conversion in *.py files will not be enough.
+* LyX needs Python 2.7 at runtime. The python 2 interpreter needs to be named
+  either 'python' or 'python2'.
+  Building LyX usually works with Python 3 as well, but there might be cases
+  where it does not work properly on systems where Python 3 is the default
+  binary. See #7030 to know how to fix this properly, since simple shebang
+  conversion in *.py files will not be enough.
 
 * If using LyX with Qt 4, it is possible to suddenly get keyboard keys wrong,
   and deadlock. To work around the issue, you can disable IBus for LyX by
   starting LyX as 'XMODIFIERS= lyx'. For further discussion and alternative
   workarounds, see #9362.
 
-* LyX does not work properly with ImageMagick >= 7.0.
-
 
 !!Caveats when upgrading from earlier versions to 2.2.x