[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 1107309...@qq.com changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #12 from 1107309...@qq.com --- If I set ConfirmDelete=true in $HOME/.config/kiorc there is no delay when I delete files. So I think the delay may be caused by the confirmation dialog, should I still run gdb again? -- You are receiving

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #11 from Méven Car --- Nothing comes up :/ Could you re-run this scenario, this time in a terminal launching "sudo gdb -pid `pidof file.so`" during while the file deletion is stuck/delayed and entering the same "thread apply all bt"

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #10 from 1107309...@qq.com --- I installed the symbols and ran gdb dolphin, and created a dir then deleted it (repeated twice, there is a delay in the second time). This is the output of gdb: GNU gdb (Debian 10.1-1+b1) 10.1 Copyright (C)

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-09 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #9 from Méven Car --- Process for debian is at : https://wiki.debian.org/HowToGetABacktrace Then sudo apt install dolphin-dbgsym kio-dbgsym Not sure about the package naming though, but something similar enough. -- You are receiving

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #8 from 1107309...@qq.com --- How to install dolphin and kio debug symbols? -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430131 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #7 from 1107309...@qq.com --- I found something new, if I wait for about two seconds on the confirmation dialog, then I press "enter" key to delete files it has no delay. Does it say that the problem may be the confirmation dialog? -- You

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #6 from Méven Car --- > I will do it, tell me please if it's a wrong behavior. It is fine, now we have better defined the bug. But without reproducing it there is not much things we can do. Debugging by reading code can be very

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 1107309...@qq.com changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #4 from 1107309...@qq.com --- I have checked with watch -n 0.1 ls, but the file in terminal and the one in dolphin disappeared at the same time. So it should not be caused by view. My distro is debian testing, and everything is up to date.

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #3 from Méven Car --- Could you check if the issue is just that dolphin view does not refresh as soon as the file is deleted. Like running in a separate term watch 0.1 -n ls my-file-deteled while deleting a file in dolphin. If that's the

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430131 --- Comment #2 from 1107309...@qq.com --- any file or directory, even it's empty (a new file or dir). They are all local files. I have an ssd too. I tried to run dolphin in Konsole, but it had no logs when I deleted files. -- You are receiving this

[dolphin] [Bug 430131] There is a delay in deleting files

2020-12-08 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430131 Méven Car changed: What|Removed |Added CC||meven@enioka.com Resolution|---