From d0c5cb51ace76dd5f143f48c850b4546b150ce7e Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 5 May 2022 17:25:21 +0300 Subject: 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 Change-Id: I7a090f78a76680ead5a0514c66aae3ea9a0d9d5f --- recipes-graphics/wayland/weston-terminal-conf.bb | 4 ++-- .../org.freedesktop.weston.wayland-terminal.desktop | 11 +++++++++++ .../wayland/weston-terminal-conf/weston-terminal.desktop | 11 ----------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop delete mode 100644 recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop (limited to 'recipes-graphics/wayland') diff --git a/recipes-graphics/wayland/weston-terminal-conf.bb b/recipes-graphics/wayland/weston-terminal-conf.bb index 4bf864f4..abc23cb4 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/org.freedesktop.weston.wayland-terminal.desktop b/recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop new file mode 100644 index 00000000..6c462870 --- /dev/null +++ b/recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=Weston Terminal +Comment=Terminal Emulator +GenericName=Terminal Emulator +Exec=weston-terminal +Icon=utilities-terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator; +StartupNotify=true diff --git a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop b/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop deleted file mode 100644 index 6c462870..00000000 --- a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Weston Terminal -Comment=Terminal Emulator -GenericName=Terminal Emulator -Exec=weston-terminal -Icon=utilities-terminal -Terminal=false -Type=Application -Categories=System;TerminalEmulator; -StartupNotify=true -- cgit 1.2.3-korg