-
Notifications
You must be signed in to change notification settings - Fork 150
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
Crash when press settings icon and Edit labels #159
Comments
/opt/PINCE/./PINCE.py:1949: Warning: g_object_get_is_valid_property: object class 'GtkSettings' has no property named 'gtk-fallback-icon-theme' |
I cannot seem to reproduce this bug, what's your distro? |
Archlinux with gnome. |
I've done a clean installation of archlinux gnome and can confirm that this issue exists for the specified distro I've fixed this issue by running |
Thanks, the problem is solved perfectly on my laptop, at home I will try with the desktop. |
Thanks for confirming, apparently this is a gnome related issue. There's a PR that upgrades the pyqt version to 6, if that doesn't fix the issue I'll try to include this in the installation script. Have a nice day |
Apparently this issue doesn't exist in pyqt6, that's a relief |
With last updates get same error. |
I've done another clean installation of archlinux gnome and unfortunately cannot reproduce the bug above, it's gone after pyqt6 upgrade for me. Maybe try the solution above with qt6ct? |
With clean installation with clean installation and qt6ct with clean installation and qt6ct & export QT_QPA_PLATFORMTHEME=qt6ct |
Apparently Offpics has been able to fix it by installing qt5ct and launching it, maybe try that with qt6ct? You probably already installed it, telling that just in case if you haven't launched yet |
same result with qt5ct |
No I meant qt6ct and launching it |
Yes, first with qt6ct. |
Try inserting this to the beginning of pince.py
This apparently worked for someone else, hopefully it works for you too |
Good, I just tried it and now it works, thank you very much. |
This will be most likely added to pince soon, I'll notify you |
The patch is up, you can revert your local changes and update the project with |
/opt/PINCE/GUI/SettingsDialog.py:315: Warning: g_object_get_is_valid_property: object class 'GtkSettings' has no property named 'gtk-fallback-icon-theme'
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
error:
The text was updated successfully, but these errors were encountered: