Bug 432471 - Dolphin Crashes while adding folders also lots of notification !!!!
Summary: Dolphin Crashes while adding folders also lots of notification !!!!
Status: RESOLVED FIXED
Alias: None
Product: kio-gdrive
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-03 16:44 UTC by saxn
Modified: 2022-09-15 22:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saxn 2021-02-03 16:44:51 UTC
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
Comment 1 Elvis Angelaccio 2021-03-21 16:53:20 UTC
@Meven: is this cause by the recent changes in KNewFileMenu ?
Comment 2 Méven Car 2021-04-27 07:04:25 UTC
> @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...
Comment 3 Elvis Angelaccio 2022-09-15 22:52:40 UTC
Seems fixed with recent KIO versions.