scp2/source/ooo/file_extra_ooo.scp | 1 + 1 file changed, 1 insertion(+)
New commits: commit 6ffa29e61df4f2acae847cd41205f82be9634fca Author: Sahil Gautam <sahil.gautam.ext...@allotropia.de> AuthorDate: Thu Feb 13 03:52:25 2025 +0530 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Tue Feb 18 14:06:37 2025 +0100 tdf#164886 register gallery/backgrounds with scp2 app background bitmap customization wasn't working on any release of 25.2. The issue was that the gallery/backgrounds folder wasn't registered under the package-file mechanism in the build system. so the backgrounds weren't included in the installation, hence this issue. Change-Id: I32c70ee80e074e927a59b51d1c5146230f72442f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181520 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> (cherry picked from commit 0434700e36440082c9f23bb591924d9f57f449aa) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181827 Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/scp2/source/ooo/file_extra_ooo.scp b/scp2/source/ooo/file_extra_ooo.scp index 47a32179d766..3fcea35d1ce4 100644 --- a/scp2/source/ooo/file_extra_ooo.scp +++ b/scp2/source/ooo/file_extra_ooo.scp @@ -39,6 +39,7 @@ End #if defined (WITH_GALLERY_BUILD) GALLERY_FILELIST(sounds) +GALLERY_FILELIST(backgrounds) #endif