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 /recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop | |
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
Diffstat (limited to 'recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop')
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
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 000000000..6c4628700 --- /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 |