Description: Delete path to Gallery image from image name in list Select image->Gallery in new Impress B&N dialog. Let's make only image name there instead full path. Steps to Reproduce: See screenshot in attach Actual Results: there are full paths to Gallery images in list Expected Results: there are only image names in list Reproducible: Always User Profile Reset: No Additional Info: Version: 6.4.0.0.alpha0+ (x86) Build ID: c738be4de6886a0c96b7d10df7e78c8b2964c135 CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; Locale: ru-RU (ru_RU); UI-Language: en-US Calc: threaded
Created attachment 152941 [details] Screenshot
Sounds like a plan. Same issue in the old dialog. The dropdown control is not suited for a list that long anyway. But small steps are better than none.
Code pointer: bool GalleryExplorer::FillObjList( const OUString& rThemeName, std::vector<OUString> &rObjList ) in svx/source/gallery2/galexpl.cxx INetURLObject aObj( pTheme->GetObjectURL( i ).GetMainURL(INetURLObject::DecodeMechanism::NONE ) ); rObjList.push_back( aObj.GetLastName() ); That removes the path but it needs to be added back when applied.
Gülşah Köse committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/7c973ea77438273deda909ce0563d8c5c37dad00%5E%21 tdf#126511 Show only icon names instead of full path. It will be available in 6.4.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.
Verified in Version: 6.4.0.0.alpha0+ Build ID: 7680623292f272cf1a8cceb4abb5a67bb5469918 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Gülşah Köse, thanks for fixing this issue!
Gülşah Köse committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/485faf158a904baa07206313e0c234e5421f9739%5E%21 tdf#126511 Show only icon names instead of full path. It will be available in 6.3.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.