https://bugs.kde.org/show_bug.cgi?id=487616
--- Comment #11 from Fernando <biazi.eng.br+...@gmail.com> --- I AM SORRY! I send a version that has an error on comment #10. This line: + procKwinRunninTest.start("pidof", QStringList() << "kwin_x11" << "kwin_wayland"); // Run the program to search for the pids should be written this way: + procKwinRunninTest.start(QStringLiteral("pidof"), QStringList() << QStringLiteral("kwin_x11") << QStringLiteral("kwin_wayland")); // Run the program to search for the pids -- You are receiving this mail because: You are watching all bug changes.