aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandro@enedino.org>2020-09-24 03:35:50 -0700
committerKhem Raj <raj.khem@gmail.com>2020-09-24 12:42:04 -0700
commit68aa720b48dbfc0f0a4dbd0435c17bf9881e9639 (patch)
treec747cc26c8e34379435791073cf6cec820e85a79 /meta-gnome
parent25b91b3d2b906334877f4b05e19b82bd302aa129 (diff)
downloadmeta-openembedded-contrib-68aa720b48dbfc0f0a4dbd0435c17bf9881e9639.tar.gz
gedit: Add gsettings-desktop-schemas to RDEPENDS
gedit isn't able to start at all, showing the following error: (org.gnome.gedit:32150): GLib-GIO-ERROR **: 04:29:21.795: Settings schema \ 'org.gnome.desktop.lockdown' is not installed Trace/breakpoint trap gedit tries to look for the lockdown schema which is part of the gsettings-desktop-schemas package. Add gsettings-desktop-schemas to RDEPENDS_gedit so when gedit is installed it finds the required files in the rootfs. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
index afd9146ac8..506bd11c78 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
@@ -36,4 +36,5 @@ FILES_${PN}-python += " \
${PYTHON_SITEPACKAGES_DIR} \
"
+RDEPENDS_${PN} += "gsettings-desktop-schemas"
RRECOMMENDS_${PN} += "source-code-pro-fonts"