[i18n] [Bug 516918] Dolphin: Don't include ellipsis in the default name for "Create new file" context actions
AlexB
bugzilla_noreply at kde.org
Sun Mar 1 22:12:24 GMT 2026
https://bugs.kde.org/show_bug.cgi?id=516918
AlexB <kde-identity-of-alex at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kde-identity-of-alex at freene
| |t.de
Status|REPORTED |CONFIRMED
Ever confirmed|0 |1
--- Comment #1 from AlexB <kde-identity-of-alex at freenet.de> ---
Confirmed, see analysis below:
Change 3 month ago:
from "Textdatei ..." to "Textdatei …", see
https://invent.kde.org/frameworks/kio/-/blame/master/src/new_file_templates/TextFile.desktop?ref_type=heads#L20
The issue is in implementation of KIO (used by Dolphin):
For viewing in context menu "Textdatei ..." or "Textdatei …" is used,
but for file name 3 dots "..." will be removed as well empty space " "
Ellipses "…" (and possible NBSP instead of empty space) is/are not handled,
see:
https://invent.kde.org/frameworks/kio/-/blame/master/src/filewidgets/knewfilemenu.cpp?ref_type=heads#L550
It looks like if there is already an MR:
https://invent.kde.org/frameworks/kio/-/merge_requests/2170/diffs for this
issue.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-i18n-de
mailing list