https://bugs.kde.org/show_bug.cgi?id=470549
Aleksey Randay <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Aleksey Randay <[email protected]> --- Hi there. The problem is in ~/.config/kglobalshortcutsrc. More precisely, most likely wine (I assume) added a shortcut to the code, and after deleting wine, it did not delete the shortcut, which is why the plasma-kglobalaccel.service service broke(Or the user simply incorrectly added opening the application via shortcut, which is why everything broke). This service complains about invalid path "/component/_windows_sample_application_desktop" and invalid path "/component/wine_Programs_windows_sample_application_desktop", so you need to open ~/.config/kglobalshortcutsrc and delete any lines associated with _windows_sample_application_desktop and wine_Programs_windows_sample_application_desktop. It's also worth checking ~/.local/share/applications. Good luck -- You are receiving this mail because: You are watching all bug changes.
