View Issue Details

IDProjectCategoryView StatusLast Update
0010329ardourbugspublic2026-05-11 21:18
Reportercolinf Assigned To 
PrioritynormalSeveritytextReproducibilityalways
Status newResolutionopen 
Summary0010329: Misleading message when trying to name a track/bus with a '.' at the end
DescriptionOn renaming a track or bus where the new name has a trailing full stop, a generic error dialogue is displayed: "The name includes special characters (<>:"/\|?*) which is discouraged in track and bus names, due to filename restrictions on some systems.". This is a bit confusing, since it happens even when none of those "special" characters are in the name, and '.' is not one of them.
TagsNo tags attached.

Activities

x42

2026-05-11 21:16

administrator   ~0030361

I expect this is due to a special case: Windows does not allow a dot at the end of a file-name, and Ardour sessions are supposed to be portable.

x42

2026-05-11 21:18

administrator   ~0030362

Oh and a space at the end is also illegal on windows.. see `ARDOUR::legalize_for_universal_path`

colinf

2026-05-11 21:18

updater   ~0030363

Also, is it even necessary to forbid '.' at the end of track/bus names? I can see that forbidding characters that are not allowed anywhere in a file name makes some sense to simplify naming sources, exported files, and so on, but as far as I know there's nowhere that uses a bare track or bus name as a file name.

Issue History

Date Modified Username Field Change
2026-05-11 21:04 colinf New Issue
2026-05-11 21:16 x42 Note Added: 0030361
2026-05-11 21:18 x42 Note Added: 0030362
2026-05-11 21:18 colinf Note Added: 0030363