diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 10:41:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 12:44:34 +0100 |
commit | a0ae56410c1755d7803d1b2ab13baace971caaf6 (patch) | |
tree | f50c17000cbf528f9772fe7bc42fa18229b42e25 /meta/recipes-sato | |
parent | c679713a7292c55364aef2ff4dff272ec385dd36 (diff) | |
download | poky-a0ae56410c1755d7803d1b2ab13baace971caaf6.tar.gz |
rxvt-unicode: Fix icon name
There was no icon being displayed for this, fix the name so that
is corrected.
(From OE-Core rev: 3bf3d123e1c62d1811039328f1f557ae35dec3fd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop index 882ea41136..6b7978afc9 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop | |||
@@ -3,7 +3,7 @@ Version=1.0 | |||
3 | Name=Terminal | 3 | Name=Terminal |
4 | Comment=A unicode capable rxvt clone | 4 | Comment=A unicode capable rxvt clone |
5 | Exec=rxvt | 5 | Exec=rxvt |
6 | Icon=terminal | 6 | Icon=utilities-terminal |
7 | Terminal=false | 7 | Terminal=false |
8 | Type=Application | 8 | Type=Application |
9 | Categories=Utility;TerminalEmulator; | 9 | Categories=Utility;TerminalEmulator; |