diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 23:51:34 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-07 02:49:56 +0200 |
commit | 8aaba52bea14032340a37959af4a57047cb03c1b (patch) | |
tree | a8e45a14240e95aa7058c8f88476448f831a274f /recipes/freesmartphone/menu-freesmartphone | |
parent | c579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff) |
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/freesmartphone/menu-freesmartphone')
-rw-r--r-- | recipes/freesmartphone/menu-freesmartphone/applications.menu | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/freesmartphone/menu-freesmartphone/applications.menu b/recipes/freesmartphone/menu-freesmartphone/applications.menu new file mode 100644 index 0000000000..58b6c1c96b --- /dev/null +++ b/recipes/freesmartphone/menu-freesmartphone/applications.menu @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://standards.freedesktop.org/menu-spec/menu-1.0.dtd"> +<Menu> + <Name>Applications</Name> + + <!-- Read standard .directory and .desktop file locations --> + <DefaultAppDirs>/usr/share/applications</DefaultAppDirs> + <DefaultDirectoryDirs/> + + <Menu> + <Name>All</Name> + <Include> + <All/> + </Include> + </Menu> +</Menu> + |