summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-01-11 13:15:35 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-11 17:51:55 -0800
commit342de9bf51f27362e7d1d4f1d55d8548cfa7504c (patch)
tree4b996afaf6d56f207c0ee2e12e8e753b818304dc /meta-gnome
parent77479e1c9b7bffb6ad89ae68f80605ad1c65ea75 (diff)
downloadmeta-openembedded-342de9bf51f27362e7d1d4f1d55d8548cfa7504c.tar.gz
gnome-shell-extensions: Enable gnome-classic session for wayland
Wonder why upstream does not ship this: Session runs perfectly fine Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb
index 509e0d41b..16184f2c6 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb
@@ -19,10 +19,17 @@ EXTRA_OEMESON += " \
19 -Dclassic_mode=true \ 19 -Dclassic_mode=true \
20" 20"
21 21
22do_install:append() {
23 # enable gnome-classic session for wayland
24 install -d ${D}${datadir}/wayland-sessions
25 install -m644 ${D}${datadir}/xsessions/gnome-classic.desktop ${D}${datadir}/wayland-sessions/
26}
27
22RDEPENDS:${PN} += "gnome-shell" 28RDEPENDS:${PN} += "gnome-shell"
23 29
24FILES:${PN} += " \ 30FILES:${PN} += " \
25 ${datadir}/gnome-shell \ 31 ${datadir}/gnome-shell \
26 ${datadir}/gnome-session \ 32 ${datadir}/gnome-session \
33 ${datadir}/wayland-sessions \
27 ${datadir}/xsessions \ 34 ${datadir}/xsessions \
28" 35"