summaryrefslogtreecommitdiffstats
path: root/menu/tests/tests/7/test
blob: 3c746282c4cb3f8ac653a61f5555834eaf40df67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
echo ">>> the <And> Keyword"

# Generate applications.menu
mkdir -p ${XDG_CONFIG_DIR}/menus
./expand > ${XDG_CONFIG_DIR}/menus/applications.menu <<EOF
 <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">

<Menu>
	<Name>KDE</Name>
	<!-- Search the default locations -->
	<DefaultAppDirs/>

	<Menu>
		<Name>Applications</Name>
		<Include>
			<And>
				<Filename>freecell.desktop</Filename>
				<Category>Game</Category>
			</And>
		</Include>
	</Menu>
</Menu>
EOF


# Install .desktop files
installData ${XDG_DATA_DIR}/applications gataxx.desktop mahjongg.desktop freecell.desktop glines.desktop