Closed jvidals closed 2 years ago
Did any previous version run? Tested with Ubuntu 20.04 without problem :-(
Yes,
I had the previous stable version running without issue. I will do a full reboot and try again when I can afford the downtime.
On Sun, Oct 30, 2022 at 9:14 AM Henri Wahl @.***> wrote:
Did any previous version run? Tested with Ubuntu 20.04 with no problem :-(
— Reply to this email directly, view it on GitHub https://github.com/HenriWahl/Nagstamon/issues/865#issuecomment-1296293615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBFILJHFZPD5B5CFLPMUS3WF2GG3ANCNFSM6AAAAAARSK6AQ4 . You are receiving this because you authored the thread.Message ID: @.***>
Also it's happening to me, I've rebooted and still happening
I apparently used a newer Qt5 version - the one that comes with Ubuntu 20.04 is 5.12 and I used 5.15 which has some more futureproof methods. I am about to check this out.
One pretty surely working solution is upgrading Ubuntu to 22.04.
Please checkout the latest testing version at https://github.com/HenriWahl/Nagstamon/releases/tag/latest where this issue is addressed.
Working! Thank you!!
The latest testing version works for me as well. Thanks!
On Wed, Nov 2, 2022 at 2:49 AM Santi @.***> wrote:
Working! Thank you!!
— Reply to this email directly, view it on GitHub https://github.com/HenriWahl/Nagstamon/issues/865#issuecomment-1299957328, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBFILK6XFKRFB6TWCQTFZTWGI2LPANCNFSM6AAAAAARSK6AQ4 . You are receiving this because you authored the thread.Message ID: @.***>
Kubuntu 20.04
Nagstamon crashes at start with the following:
Traceback (most recent call last): File "/usr/bin/nagstamon", line 42, in <module> from Nagstamon.QUI import (APP, File "/usr/lib/python3/dist-packages/Nagstamon/QUI/__init__.py", line 7031, in <module> dialogs = Dialogs() File "/usr/lib/python3/dist-packages/Nagstamon/QUI/__init__.py", line 4403, in __init__ self.settings = Dialog_Settings('settings_main') File "/usr/lib/python3/dist-packages/Nagstamon/QUI/__init__.py", line 4795, in __init__ self.signalmapper_colors.mappedString[str].connect(self.color_chooser) AttributeError: 'QSignalMapper' object has no attribute 'mappedString'