[11:38] [telegram] line 208, in _init_icons [11:38] [telegram] secure_pix = secure_icon.pixmap(ICON_SIZE / 2, ICON_SIZE / 2) [11:38] [telegram] TypeError: arguments did not match any overloaded call: [11:38] [telegram] pixmap(self, QSize, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = QIcon.Off): argument 1 has unexpected type 'float' [11:38] [telegram] pixmap(self, int, int, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = QIcon.Off): argument 1 has unexpected type 'float' [11:38] [telegram] pixmap(self, int, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = QIcon.Off): argument 1 has unexpected type 'float' [11:38] [telegram] pixmap(self, QWindow, QSize, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = QIcon.Off): argument 1 has unexpected type 'float' [11:38] [telegram] crash in KDE ubiquity [11:39] [telegram] does anyone with better python than me think it might be due to this in python 3.10? [11:39] [telegram] https://bugs.python.org/issue37999 [11:41] [telegram] Yes, it may be due to that. Need to use int(foo). [11:41] [telegram] thanks [12:16] [telegram] fixes it. but there at least 2 more places in the code with a similar issue. probably more