Vitaly Novichkov

Results 1153 comments of Vitaly Novichkov

Looks weird... If you built the thing from the source, it should use system-wide Qt. I may guess it's some problem of Qt because it should ensure the external window...

By the way... does your distro has Qt 6? Try to compile the project with the Qt 6, I added some options to allow Qt 6 build, but recently I...

Okay, I fixed the build, however, there are some logical issues because of deprecated and removed signal of QComboBox, I need to fix it...

An important note: you should specify the `-DPGE_FORCE_QT5=OFF` to make it detect Qt 6 properly.

As I remember, I didn't tweaked the `buuld.sh` script yet to work with Qt 6, so, do build the project using CMake directly. You don't need so much arguments, except...

At me I had to install any packages with "qt6" mentioning using `apt search` and finding anything that is similar. LinguistTools primarily needed to convert translations from XML into binary...

> Well I _do_ have `qt6-linguist` installed 🤔 Linguist is a translation editor tool, the linguist tools are `lupdate` to sync translations with a code (if new strings added or...

On SDL2 this is actually a problem: in my apps I don't use audio capture at all, but macOS still asks a permission for microphone.

And also I saw a smiliar case with other apps that use SDL2, and the problem is the same.