diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-17 23:07:05 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-18 10:13:16 -0700 |
commit | 6ece0f38b01fa70a2ee13477045c6d887cc26fa5 (patch) | |
tree | 2b1cd24ef7ce97da5284c06acc3e118b061c54e3 | |
parent | 74e6d15ad143ac890c2fcf63f0d8b0530a711164 (diff) | |
download | meta-openembedded-6ece0f38b01fa70a2ee13477045c6d887cc26fa5.tar.gz |
gnome-shell-extensions: Stop copying gnome-classic session to wayland
It was me who introduced gnome-classic for wayland in
342de9bf51f27362e7d1d4f1d55d8548cfa7504c.
In the commit message I wrote:
"Enable gnome-classic session for wayland
Wonder why upstream does not ship this: Session runs perfectly fine"
Seems upstream was listening :) With 42.0 they ship two wayland sessions but
now I do not understand why there are two: Sessions (Try)Exec are identical -
only displayed texts are different. Maybe it's for gdm's sake which I never
used so far.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb index 786341cc16..e8c95d6fb2 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb | |||
@@ -19,12 +19,6 @@ EXTRA_OEMESON += " \ | |||
19 | -Dclassic_mode=true \ | 19 | -Dclassic_mode=true \ |
20 | " | 20 | " |
21 | 21 | ||
22 | do_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 | |||
28 | RDEPENDS:${PN} += "gnome-shell" | 22 | RDEPENDS:${PN} += "gnome-shell" |
29 | 23 | ||
30 | FILES:${PN} += " \ | 24 | FILES:${PN} += " \ |