When creating a new document, users can set a "SuggestedSaveAsName" ( https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1MediaDescriptor.html#a631c4542a945e89c006084ebdbea6202 ) which will be the default file name when the document is saved. When setting that, the frame title still shows "Untitled x". Instead it should display the name given as SuggestedSaveAsName (if available and the file was not yet saved).
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/4355137901e18e24de2ab123fd0454147f1f3890%5E%21 tdf#121537 Display SuggestedSaveAsName in title if set It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/9b3387f57d4a762f681ab5276aff8764426c6aa4%5E%21 tdf#121537 Add test It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/8848881e25e75387a7ac26503c7da3787dd25b80%5E%21 tdf#121537 Display SuggestedSaveAsName in title if set It will be available in 6.2.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/fec5417ba7392f354494db57c23f7cdd4ff46cf0%5E%21 tdf#121537 Add test It will be available in 6.2.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
There's also DocumentTitle property in the media descriptor. Shouldn't it be used first, if present?