diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-05-05 17:25:21 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2022-05-05 18:05:37 +0300 |
commit | d0c5cb51ace76dd5f143f48c850b4546b150ce7e (patch) | |
tree | 1e14e070a41c6a55d1e39cc27177080ebd811e71 | |
parent | e6b61bd1f09203d3ef1c110166f064125ce136d9 (diff) |
weston-terminal: Rename to correct appid
With weston 10, we also update the terminal appid, so we need to update
our .desktop file to reflect that.
Bug-AGL: SPEC-4358
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I7a090f78a76680ead5a0514c66aae3ea9a0d9d5f
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf.bb | 4 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop (renamed from recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston-terminal-conf.bb b/recipes-graphics/wayland/weston-terminal-conf.bb index 4bf864f42..abc23cb4a 100644 --- a/recipes-graphics/wayland/weston-terminal-conf.bb +++ b/recipes-graphics/wayland/weston-terminal-conf.bb @@ -3,14 +3,14 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = " \ - file://weston-terminal.desktop \ + file://org.freedesktop.weston.wayland-terminal.desktop \ " inherit allarch do_install() { install -d ${D}${datadir}/applications - install -m 0644 ${WORKDIR}/weston-terminal.desktop ${D}${datadir}/applications + install -m 0644 ${WORKDIR}/org.freedesktop.weston.wayland-terminal.desktop ${D}${datadir}/applications } FILES:${PN} = "${datadir}/applications" diff --git a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop b/recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop index 6c4628700..6c4628700 100644 --- a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop +++ b/recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop |