https://bugs.kde.org/show_bug.cgi?id=472409

--- Comment #17 from Paul Floyd <pjfl...@wanadoo.fr> ---
On Alpine 3.18 amd64 this small example works fine

#include <dlfcn.h>

int main()
{
  
dlclose(dlopen("/usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so",
RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE));
  
dlclose(dlopen("/usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so",
RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE));
}

I don't particularly want to use Edge.

Is there any other way to reproduce the issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to