Hi!
I've just downloaded the latest version of AntConc (4.2.4), and I'm getting a segfault when I start the program from the terminal:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QSocketNotifier: Can only be used with threads started with QThread
(AntConc.sh:25498): GLib-GIO-ERROR **: 00:42:05.215: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
/usr/bin/antconc: line 3: 25498 Trace/breakpoint trap (core dumped) ./AntConc.sh
My system is up to date. I'm using GNOME with wayland. I used dconf-editor to search for antialiasing, which turned up one result: /org/gnome/desktop/interface/font-antialiasing.
Here are some things I tried in troubleshooting:
Running `QT_QPA_PLATFORM=wayland antconc` results in the same output.
I do have xorg-xwayland installed to allow X11 apps to run.
I guessed maybe I needed QT installed. Although GNOME is based on GTK, I do also have QT6 installed. I installed qt5-base and qt5-wayland and have the same message. Could there be some dependencies I need to install?
I tried the same things after downgrading to 3.5.9, with exactly the same results.
Do you have any suggestions for troubleshooting? I recall I got this working a couple years ago on Arch Linux when using Sway as my window manager, but I don't recall if I had to do anything special.
Thanks for any help or suggestions you can provide!
Randy