https://bugs.kde.org/show_bug.cgi?id=426496
--- Comment #34 from David Rubio <david.alejandro.ru...@gmail.com> --- Making a program with the following contents and making it start on plasmashell startup is a suitable workaround that shouldn't require further user intervention: #!/bin/bash (sleep 10 && plasmashell --replace) & -- You are receiving this mail because: You are watching all bug changes.