Fix showing of help
Resolves: RHEL-77361
This commit is contained in:
parent
bb4d8b6878
commit
ec294ccf97
27
papers-47.0-help.patch
Normal file
27
papers-47.0-help.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From fd4b99f3713218bbb0f42a3736f029ced66dbc4d Mon Sep 17 00:00:00 2001
|
||||
From: Marek Kasik <mkasik@redhat.com>
|
||||
Date: Tue, 25 Mar 2025 14:14:59 +0100
|
||||
Subject: [PATCH] help: List "search-not-found.png" in media files
|
||||
|
||||
"search-not-found.png" is referenced in help pages but not listed
|
||||
among media files in help/meson.build. This causes that the file
|
||||
is not installed and showing of the help can fail.
|
||||
---
|
||||
help/meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/help/meson.build b/help/meson.build
|
||||
index 42bab279c..96996a794 100644
|
||||
--- a/help/meson.build
|
||||
+++ b/help/meson.build
|
||||
@@ -80,6 +80,7 @@ if enable_user_doc
|
||||
'figures/annotations-nav-to-page.png',
|
||||
'figures/emblem-system-symbolic.svg',
|
||||
'figures/org.gnome.Papers.svg',
|
||||
+ 'figures/search-not-found.png',
|
||||
'figures/zoom.png',
|
||||
]
|
||||
|
||||
--
|
||||
2.49.0
|
||||
|
||||
@ -49,6 +49,9 @@ Patch: papers-47.0-check-sidebar-page.patch
|
||||
Patch: papers-47.0-go-backwards-action.patch
|
||||
Patch: papers-47.0-fast-navigation.patch
|
||||
|
||||
# Fix help
|
||||
Patch: papers-47.0-help.patch
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user