Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.10.0 not working on Kubuntu 20.04 #865

Closed
jvidals opened this issue Oct 30, 2022 · 8 comments
Closed

Version 3.10.0 not working on Kubuntu 20.04 #865

jvidals opened this issue Oct 30, 2022 · 8 comments

Comments

@jvidals
Copy link

jvidals commented Oct 30, 2022

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'

@HenriWahl
Copy link
Owner

HenriWahl commented Oct 30, 2022

Did any previous version run? Tested with Ubuntu 20.04 without problem :-(

@jvidals
Copy link
Author

jvidals commented Oct 30, 2022 via email

@esemate
Copy link

esemate commented Oct 31, 2022

Also it's happening to me, I've rebooted and still happening

@HenriWahl
Copy link
Owner

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.

@HenriWahl
Copy link
Owner

One pretty surely working solution is upgrading Ubuntu to 22.04.

@HenriWahl
Copy link
Owner

Please checkout the latest testing version at https://github.com/HenriWahl/Nagstamon/releases/tag/latest where this issue is addressed.

@esemate
Copy link

esemate commented Nov 2, 2022

Working! Thank you!!

@jvidals
Copy link
Author

jvidals commented Nov 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants