andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Enki crashes on opening -persists event after uninstall and reinstall in Fedora LXQT #479

Open mitradranirban opened 2 years ago

mitradranirban commented 2 years ago

There is an Oops, Internal exeption witdow appearing on opening any file with following information Traceback (most recent call last): File "/usr/lib64/python3.10/site-packages/qutepart/init.py", line 1287, in paintEvent self._drawIndentMarkersAndEdge(event.rect()) File "/usr/lib64/python3.10/site-packages/qutepart/init.py", line 1279, in _drawIndentMarkersAndEdge drawWhiteSpace(block, column, text[column]) File "/usr/lib64/python3.10/site-packages/qutepart/init.py", line 1198, in drawWhiteSpace painter.drawRect(QRect(xPos, middleHeight, 2, 2)) TypeError: arguments did not match any overloaded call: QRect(): too many arguments QRect(int, int, int, int): argument 1 has unexpected type 'float' QRect(QPoint, QPoint): argument 1 has unexpected type 'float' QRect(QPoint, QSize): argument 1 has unexpected type 'float' QRect(QRect): argument 1 has unexpected type 'float'

mitradranirban commented 2 years ago

This is out put of config $ cat ~/.config/enki/session.json { "current": "/home/artim/rpmbuild/SPECS/lohit-bengali-fonts.spec", "opened": [ "/home/artim/rpmbuild/SPECS/lohit-bengali-fonts.spec" ], "project": "/home/artim/rpmbuild/SPECS"

mitradranirban commented 2 years ago

The window hangs and can not be closed except kill from terminal Please see screenshot Enki Version 21.11.0 Relaese2.fc36 enki-screenshot

nixuser58 commented 1 year ago

See https://bugzilla.redhat.com/show_bug.cgi?id=2066026

andreikop commented 1 year ago

Fixed in 22.08 I hope @rapgro will release it soon

rapgro commented 1 year ago

Fixed in 22.08 I hope @rapgro will release it soon

Fixed since 9 months.