| Summary: | Dolphin opens Trash after directory deletion | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Ilya Bizyaev <bizyaev> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | dolphin-bugs-null, jordan.bucklin, nate |
| Priority: | NOR | ||
| Version First Reported In: | 21.07.80 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ilya Bizyaev
2021-08-01 13:23:28 UTC
Cannot reproduce. Indeed, seems to require more conditions: * The terminal pane has to be open * It has to have a large log (which happens naturally when you browse for a while with the terminal pane open) So, updated steps: 1. Close Dolphin with the visible terminal pane 2. Reopen Dolphin, the terminal pane will be displayed with your favorite shell (zsh here) but without the plugins (another Dolphin bug) 3. `cat` a long text file to fill the log 4. Create a new folder in your home directory 5. Use your keyboard to check its contents and move it to trash: Enter -> Backspace -> Delete (in rapid succession) I was able to reproduce with a bare terminal panel. Dolphin specifically changes directly to ~/.local/share/Trash/fiiles/New Folder, and the terminal panel's working directory remains at ~/New Folder. The issue seems to stem from changing from ~/New Folder back to ~/ quickly enough that the terminal panel doesn't cd, from which point you delete the New Folder and Dolphin takes you to the Trash. |