Summary: | Dolphin cannot move file to trash if filename is too long: Clearer inline error message | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | postix <postix> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | esperluette08, kfm-devel, me, postix |
Priority: | NOR | Keywords: | usability |
Version: | 21.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | The error message on top of Dolphin doesn't wrap |
Description
postix
2021-11-04 15:04:32 UTC
I would like to suggest that this should be treated as a bug rather than a wishlist request. The FreeDesktop.org Trash specification explicitly doesn't require that the filename of the file in the Trash folder stays the same as info about the original name should instead be conveyed by the `Path` field in the `.trashinfo` file. This is how, for example, trash-cli behaves - it truncates the filename if it's too long (and adds a suffix if necessary though that's probably already handled by Dolphin since it's needed when a file with the same name gets deleted multiple times). [1] https://github.com/andreafrancia/trash-cli/blob/402999357ce32c0dfc945bcc161c020355950eb6/trashcli/put/info_dir.py#L19-L59 Created attachment 158924 [details]
The error message on top of Dolphin doesn't wrap
Also, the error message doesn't wrap, so the Dolphin window cannot be resized before error message being closed.
|