ilya-fedin

Results 475 comments of ilya-fedin

> (kooha:93582): Gdk-WARNING **: 21:52:20.316: Server is missing xdg_foreign support I have such a error as well. The problem seem to be somewhere at https://github.com/SeaDve/Kooha/blob/654f8dad17e7703abfbf3b95aaa398c3706bc68e/src/backend/screencast_portal.rs#L77 and feels like some kind...

I reported the deadlock to ashpd: https://github.com/bilelmoussaoui/ashpd/issues/83

I will join the request. But I would like first of all to see the possibility to switch the relay through Telegram bot.

Looks like your Qt 6 installation is broken, cmake can't find Qt's 3rdparty cmake helpers

> So qt6 itself is broken? Maybe you can tell me approximately what exactly, I would be grateful. cmake fails to find EGL target that is provided by Qt, e.g....

According to the error, your Qt install didn't even try to import it, so it may exist, but still is not used by your Qt cmake configuration files for some...

You shouldn't do that, Qt should know the path as it's a part of Qt install.

If you don't know what's going on with your Qt installation, maybe you should [follow the instruction](https://github.com/telegramdesktop/tdesktop/blob/dev/docs/building-linux.md)?

Qt 5 doesn't provide FindEGL.cmake, it used qmake to build itself and didn't use native cmake features when generating cmake config files therefore

Why don't you just follow the instruction? It will build pre-configured environment for you.