https://bugs.kde.org/show_bug.cgi?id=496926
--- Comment #66 from Guido <guido.iod...@gmail.com> --- (In reply to whoopsdecade from comment #65) > (In reply to Guido from comment #63) > > (In reply to whoopsdecade from comment #62) > > > (In reply to Guido from comment #61) > > > > Created attachment 183517 [details] > > > > fix plashashell blackouts after resume or output order change > > > > > > > > The attached patch solves this bug as well as the one that causes > > > > plasmashell to freeze if you switch off or detach the external monitor > > > > and > > > > then switch it on again. > > > > > > That's awesome, thanks! Is it merged into main? Can we expect the fix in > > > an > > > upcoming plasmashell release or is manually patching our only way to get > > > it? > > > (not sure how to go about it). > > > > Thank you! > > > > I'm not a kde dev, so I cant push it in the next release. I hope they will. > > How can I go about patching this locally and testing it out then? Below is > what a chatbot suggested, not sure if I truly need to compile plasmashell > again but since it's a cpp file I probably should? > > # Navigate to your plasma-workspace source directory > cd /path/to/plasma-workspace > > # Apply the patch > git apply > fix-plashashell-blackouts-after-resume-or-outputorderchange.patch.txt > > # Build and install > mkdir build && cd build > cmake .. -DCMAKE_INSTALL_PREFIX=/usr > make > sudo make install What is your distro? -- You are receiving this mail because: You are watching all bug changes.