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.
who broke it again? in Версия: 6.5.0.0.alpha0+ (x64) ID сборки: d1730033b4fa1f0cfeedd136dfb23ec01a194ec0 Потоков ЦП: 4; ОС:Windows 10.0 Build 18362; Отрисовка ИП: по умолчанию; VCL: win; Локаль: ru-RU (ru_RU); Язык интерфейса: ru-RU Calc: threaded I again see full path to gallery image in drop-down
Created attachment 157371 [details] even worse in 6.5
(In reply to Roman Kuznetsov from comment #8) > Created attachment 157371 [details] > even worse in 6.5 Not happening in Version: 6.5.0.0.alpha0+ Build ID: a821d89646ef25428cf5992f86d8f31581313bdb CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded @Roman, I would suggest to create a follow-up bug. This one was fixed a few months ago...