~unity-team/unity-lens-sample/trunk

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
29
30
31
32
33
#
# Core info on how to contact the place over DBus
#
[Place]
DBusName=com.canonical.Unity.SamplePlace
DBusObjectPath=/com/canonical/unity/sampleplace

#
# A place may define multiple place entries which each map
# to a button in the launcher. We only register one for
# the sample place
#
[Entry:Stuff]
DBusObjectPath=/com/canonical/unity/sampleplace/stuff
Icon=@prefix@/share/unity/sample-place-icon.png
_Name=Stuff and Doodads
_Description=All random stuff piled together for the sample place

#
# Register activation handling for file:// URIs that are of
# JPEG or PNG mimetypes
#
[Activation]
URIPattern=file://.+
MimetypePattern=image/(jpeg|png)
Priority=0

#
# Make translation work with Ubuntu's special handling of keyfiles
#
[Desktop Entry]
X-Ubuntu-Gettext-Domain=unity-place-sample