diff options
author | Richard Hughes <richard@hughsie.com> | 2014-10-31 16:40:59 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-10-31 16:41:16 +0000 |
commit | f9c620c1e9e17a80e930091077ef6c89872beec7 (patch) | |
tree | ee9418776826719f24f2b460e1f0dc61abf9ba3a /data/tests/usr | |
parent | 2a2436de04cc3cd1ae6144785ed089449d2f5f29 (diff) | |
download | appstream-glib-f9c620c1e9e17a80e930091077ef6c89872beec7.tar.gz |
trivial: Fix the libappstream-glib tests when running in a chroot
We can't rely on the fact that there are installed desktop files.
Diffstat (limited to 'data/tests/usr')
-rw-r--r-- | data/tests/usr/share/applications/test.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/tests/usr/share/applications/test.desktop b/data/tests/usr/share/applications/test.desktop new file mode 100644 index 0000000..6eb32b8 --- /dev/null +++ b/data/tests/usr/share/applications/test.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Color Profile Viewer +Comment=Inspect and compare installed color profiles +Icon=audio-input-microphone.svg +Exec=gcm-viewer +Terminal=false +Type=Application +Categories=System; +StartupNotify=true |