https://bugs.kde.org/show_bug.cgi?id=512707
--- Comment #15 from John Schroeder <[email protected]> --- (In reply to Zamundaaa from comment #14) > > KDE Linux builds 202511270254 and 202511220923 both crash. I have not tried > > builds between those. 202511180408 does not crash > I looked through the commits in between those dates, but can't find anything > obvious. > (Assuming the crash still happens) can you bisect? Between commits > 59296c3000c66ea170a9b9433edf0c45956d8a2f and > 03f77cf9e7041d4eeefc7c9da9de4ee7284c9920 should be enough. I cloned and built kwin_wayland but when I run it, it looks like it fails to start and the OS built-in kwin_wayland runs instead. Is there something else that I need to build or do to run my compiled kwin_wayland? I use these commands to build and run kwin_wayland: git clone ... cd kwin mkdir build cmake -DKWINDIR=../ -DBUILD_WAYLAND=ON -DBUILD_X11=OFF -DKWIN_BUILD_OXYGEN=OFF .. make kwin_wayland sudo setcap cap_sys_nice=eip ./bin/kwin_wayland ./bin/kwin_wayland --replace -- You are receiving this mail because: You are watching all bug changes.
