https://bugs.kde.org/show_bug.cgi?id=450447
Keith <comp.keit...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |comp.keit...@gmail.com --- Comment #19 from Keith <comp.keit...@gmail.com> --- This bug has reappeared under Plasma 6.0.4. The fix supplied by Markus worked. The Synology client adds a link in autostart to its .desktop when it runs. I added a login script to autostart and tried various options to spawn a separate task which made no difference. The initial task must remain for the Synology client to run. The same issue occurs for my Ubuntu Gnome PC, so not just KDE. #! /bin/bash #have tried: # /usr/bin/synology-drive autostart # nohup synology-drive autostart & # synology-drive autostart & disown #the Markus fix: synology-drive autostart sleep infinity -- You are receiving this mail because: You are watching all bug changes.