scp2/source/ooo/file_extra_ooo.scp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0434700e36440082c9f23bb591924d9f57f449aa
Author:     Sahil Gautam <sahil.gautam.ext...@allotropia.de>
AuthorDate: Thu Feb 13 03:52:25 2025 +0530
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Feb 18 11:56:56 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>

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
 

Reply via email to