diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-30 13:58:07 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-30 13:58:07 +0000 |
commit | 06b04dcace4eb99f565b8959d5b7ba1a4ae7f00a (patch) | |
tree | 2226292c728b847af01e18a722ea5a2cb489a42e /openembedded/packages/rxvt-unicode/files/rxvt.desktop | |
parent | ac134c081408c57fff89c79e1f4884e94d00ffeb (diff) | |
download | poky-06b04dcace4eb99f565b8959d5b7ba1a4ae7f00a.tar.gz |
Add .desktop for rxvt
git-svn-id: https://svn.o-hand.com/repos/poky@85 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/rxvt-unicode/files/rxvt.desktop')
-rw-r--r-- | openembedded/packages/rxvt-unicode/files/rxvt.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/packages/rxvt-unicode/files/rxvt.desktop b/openembedded/packages/rxvt-unicode/files/rxvt.desktop new file mode 100644 index 0000000000..0bb7701ff8 --- /dev/null +++ b/openembedded/packages/rxvt-unicode/files/rxvt.desktop | |||
@@ -0,0 +1,10 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Name=Terminal | ||
4 | Exec=/usr/bin/rxvt | ||
5 | Icon=rxvt.png | ||
6 | Terminal=false | ||
7 | Type=Application | ||
8 | Categories=Utilities | ||
9 | StartupNotify=false | ||
10 | |||