https://bugs.kde.org/show_bug.cgi?id=407959
gyet...@mailbox.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyet...@mailbox.org --- Comment #12 from gyet...@mailbox.org --- I also has this bug. Windows 10 1909 KDE connect nightly 348, 2020-03-27 I worked around this bug with a vbscript. Save the following as startKdeConnect.vbs and place or shurtcut it to the startup folder: Set Shell = CreateObject("WScript.Shell") Shell.Run "taskkill /f /im kdeconnect-indicator.exe", , True Shell.Run """C:\Program Files\KDE Connect\bin\kdeconnectd.exe""", 0, False wscript.sleep (5000) Shell.Run """C:\Program Files\KDE Connect\bin\kdeconnect-indicator.exe""", 0, False -- You are receiving this mail because: You are watching all bug changes.