aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-05-16 01:38:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-05-17 09:00:36 -0700
commitb5b298dc21193255cd94aa15b5e8330d100d3f5c (patch)
treebb829ec51ed933c5b0539905cf1b6f715dc81557 /meta-gnome/recipes-gnome
parentf17d9dd0d6a766530abadcb7c193f2dbd89e6a31 (diff)
downloadmeta-openembedded-b5b298dc21193255cd94aa15b5e8330d100d3f5c.tar.gz
gnome-photos: Let all desktops add gnome-photos to their start menu
As a XFCE user I was wondering why gnome-photos was missing Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb
index 628b1eeea4..8a83069520 100644
--- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb
@@ -32,6 +32,11 @@ REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af"
+do_install_append() {
+ # make gnome-photos available on all desktops
+ sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop
+}
+
FILES_${PN} += " \
${datadir}/dbus-1 \
${datadir}/metainfo \