STEPS TO REPRODUCE 1. Go to google drive in Network folder. 2. Create a folder 3. Every letter generates a pop up notification OBSERVED RESULT Desktop is full of notification and dolphin crashes after cancel button. EXPECTED RESULT Should be one notification and dolphin should not crash. Demo Video: https://youtu.be/y-3LvKZ4egs
@Meven: is this cause by the recent changes in KNewFileMenu ?
> @Meven: is this cause by the recent changes in KNewFileMenu ? Probably exposing a bug in gdrive ioslave not passing HideProgressInfo in stat handling to one of its subjob. The video also shows multiple jobs running. There should be only one job running, typing a character more should stop the previous statjob. That's something we should improve. And also the jobs are very long, perhaps due to network/auth latency or congestion due to the number of jobs running...
Seems fixed with recent KIO versions.