Summary: | Change a duplicated filename to not contain a whitespace | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Antti Savolainen <antti.savo> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | kdelibs-bugs-null, kfm-devel, nate |
Priority: | NOR | ||
Version First Reported In: | 24.12.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antti Savolainen
2025-01-03 19:12:11 UTC
Not sure this is really a problem. Duplicating a file from the GUI and then immediately running a terminal command on it is an expert workflow. Since you already have a terminal there, why not duplicate it from the terminal too using `cp`? I just like using the graphical interface until I need to do something that can not be done graphically. Duplicating with two mouse clicks for example is faster than using cp. Would anything be lost if the copy of a file was "file_copy.txt" instead on "file copy.txt"? If not, I don't see a reason why this change can't be made. Familiarity for normal people would be lost. Normal people who aren't weirdos like us tend to prefer spaces in their filenames, rather than underscores. I went to check how they do it on Windows. Yeah they use spaces, but they also use a hyphen, as in "file - Copy.txt". Not sure how jarring to a normal user a duplicate with a hyphen separator is if we used "file-copy.txt" Or we could have some other separator or no separator at all. If the answer is still a no, I'll drop this suggestion. I don't see how that's any better, sorry. I think we'll keep this as is. |