diff options
author | Ricardo J. Barberis <ricardo.barberis@gmail.com> | 2018-03-20 11:08:17 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-20 11:08:51 +0000 |
commit | f089409e20a59dd661ee55a30174f624f8df79d5 (patch) | |
tree | 60d170ac926c081061842bfe09dee147379ab5c4 /development/git-cola/README | |
parent | ab30d7abec76dbf2b7ea4f8a9b732ca9aeca41c8 (diff) | |
download | slackbuilds-f089409e20a59dd661ee55a30174f624f8df79d5.tar.gz |
development/git-cola: Updated for version 3.0 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/git-cola/README')
-rw-r--r-- | development/git-cola/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/development/git-cola/README b/development/git-cola/README index 84bd80501c..b771bc1e12 100644 --- a/development/git-cola/README +++ b/development/git-cola/README @@ -1 +1,21 @@ git-cola is a Python-powered GPL licensed GUI for git. + +Qt4 warning, the website says: + +"NOTE: We do not yet recommend using PyQt5 because there are known +exit-on-segfault bugs in Qt5 that have not yet been addressed. git-cola +is sensitive to this bug and is known to crash on exit when using git dag +or the interactive rebase feature on PyQt5. + +QTBUG-52988 (https://bugreports.qt.io/browse/QTBUG-52988) + +PyQt4 is stable and there are no known issues when using it so we +recommend using PyQt4 until the Qt5 bugs have been resolved. + +Set QT_API=pyqt4 in your environment if you have both versions of PyQt +installed and want to ensure that PyQt4 is used. + +NOTE: git-cola includes a vendored copy of its QtPy dependency." + +That said, if you set QT_API=pyqt4 git-cola segfaults, but it works fine +with Qt5 and PyQt5 from AlienBOB's repository. |