diff options
Diffstat (limited to 'meta/packages/leafpad/files/leafpad.desktop')
-rw-r--r-- | meta/packages/leafpad/files/leafpad.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/leafpad/files/leafpad.desktop b/meta/packages/leafpad/files/leafpad.desktop new file mode 100644 index 0000000000..0e582794ea --- /dev/null +++ b/meta/packages/leafpad/files/leafpad.desktop | |||
@@ -0,0 +1,11 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Name=Notes | ||
4 | Exec=/usr/bin/leafpad | ||
5 | Icon=leafpad.png | ||
6 | Terminal=false | ||
7 | Type=Application | ||
8 | Categories=Utility;PIM; | ||
9 | SingleInstance=true | ||
10 | StartupNotify=true | ||
11 | |||