Search found 3 matches

by marooned
Sat Jan 29, 2022 4:57 pm
Forum: Tech support
Topic: v2.6.6 - qt client launch error: "no qt-client theme was found"
Replies: 4
Views: 2833

Re: v2.6.6 - qt client launch error: "no qt-client theme was found"

Thanks! I was guessing it had something to do with the build tree/order, but apparently I was too lazy to figure it out :P One workaround is to 'make clean' between the builds. This worked fine. Configuring both clients in the same (source) directory, using 'make clean' in between. Your method of us...
by marooned
Fri Jan 28, 2022 7:08 pm
Forum: Tech support
Topic: v2.6.6 - qt client launch error: "no qt-client theme was found"
Replies: 4
Views: 2833

Re: v2.6.6 - qt client launch error: "no qt-client theme was found"

Is it possible you have FREECIV_DATA_PATH environment variable set? Hmm, FREECIV_DATA_PATH environment variable is not set: $ echo $FREECIV_DATA_PATH $ What does it list as Data Path Components if you run it with debug log level 3 ("-d 3") ? Four directories are listed: i) . (the current ...
by marooned
Fri Jan 28, 2022 1:25 pm
Forum: Tech support
Topic: v2.6.6 - qt client launch error: "no qt-client theme was found"
Replies: 4
Views: 2833

v2.6.6 - qt client launch error: "no qt-client theme was found"

Hi all! So I built the freeciv-2.6.6 qt client from source: $ ./configure --prefix=/home/blah/build-2.6.6-qt --enable-client=qt $ make $ make install When I try to launch the client, I get the following error: $ cd build-2.6.6-qt/bin $ ./freeciv-qt 2: Migrating Qt-client options from freeciv-2.5 opt...