https://bugs.kde.org/show_bug.cgi?id=480240
--- Comment #3 from Grigory <t...@bk.ru> --- (In reply to Nicolas Fella from comment #2) > Are you building with clang? This sounds like > https://bugs.kde.org/show_bug.cgi?id=479679 Hi, Nicolas! Thank you for a reply :) I just tried to build with clang like that: export CC=/usr/bin/clang export CXX=/usr/bin/clang++ cmake -B build cmake --build build CMake said that it's using clang and it built successfully but the bug persists. I still get "layershellqt: Cannot attach popup of unknown type" message and QMenu objects continue to go fullscreen. In case you want to test this code with my example and layer-shell-qt module enabled you have to build against https://codeberg.org/stolick/stolick/commit/5c70e291d4ee4a07b2bfb388a3fce2f926994c13 commit (named "use broken layer-shell-qt for a while"). Best regards, Grigory. -- You are receiving this mail because: You are watching all bug changes.