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

Crash when opening a new dialog #116

Closed
Offpics opened this issue Mar 14, 2022 · 4 comments
Closed

Crash when opening a new dialog #116

Offpics opened this issue Mar 14, 2022 · 4 comments

Comments

@Offpics
Copy link

Offpics commented Mar 14, 2022

Whenever I try to open a new dialog like, e.g. "Open Cheat Table", PINCE crashes and prints this output to the console:

/PINCE.py:1066: Warning: g_object_get_is_valid_property: object class 'GtkSettings' has no property named 'gtk-fallback-icon-theme'
  file_paths = QFileDialog.getOpenFileNames(self, "Open PCT file(s)", pct_file_path,

OS: EndeavourOS/Arch
DE: Gnome
Windowing System: Wayland with xorg-wayland

@cagriulas @TsarFox

@Offpics
Copy link
Author

Offpics commented Mar 15, 2022

For anyone wondering, I've been able to fix it by installing qt5ct and launching it. Maybe worth mentioning this in the README.md?

@korcankaraokcu
Copy link
Owner

Maybe worth mentioning this in the README.md

Yeah, definitely

Closing this issue since a fix was found

@jaredballou
Copy link

NB: When running qt5ct I got an error that I needed to change my environment variable QT_QPA_PLATFORMTHEME from gtk2 to qt5ct. Making that change resolved the issue for me.

@korcankaraokcu
Copy link
Owner

This crash seems to be specific to gnome, thank you for sharing your wisdom @jaredballou. Your solution works just fine

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