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

« back to all changes in this revision

Viewing changes to sample.lens.in.in

  • Committer: Michal Hruby
  • Date: 2012-01-30 22:06:04 UTC
  • Revision ID: michal.mhr@gmail.com-20120130220604-vs5dwe3j2y7v8vqi
Update for libunity 5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Core info on how to contact the place over DBus
3
 
#
4
 
[Place]
5
 
DBusName=com.canonical.Unity.SamplePlace
6
 
DBusObjectPath=/com/canonical/unity/sampleplace
7
 
 
8
 
#
9
 
# A place may define multiple place entries which each map
10
 
# to a button in the launcher. We only register one for
11
 
# the sample place
12
 
#
13
 
[Entry:Stuff]
14
 
DBusObjectPath=/com/canonical/unity/sampleplace/stuff
 
2
# Core info on how to contact the lens over DBus
 
3
#
 
4
[Lens]
 
5
DBusName=com.canonical.Unity.SampleLens
 
6
DBusPath=/com/canonical/unity/samplelens
 
7
_Name=Stuff and Doodads
 
8
_Description=All random stuff piled together for the sample lens
15
9
Icon=@prefix@/share/unity/sample-place-icon.png
16
 
_Name=Stuff and Doodads
17
 
_Description=All random stuff piled together for the sample place
18
 
 
19
 
#
20
 
# Register activation handling for file:// URIs that are of
21
 
# JPEG or PNG mimetypes
22
 
#
23
 
[Activation]
24
 
URIPattern=file://.+
25
 
MimetypePattern=image/(jpeg|png)
26
 
Priority=0
 
10
_SearchHint=Search Stuff
27
11
 
28
12
#
29
13
# Make translation work with Ubuntu's special handling of keyfiles
30
14
#
31
15
[Desktop Entry]
32
 
X-Ubuntu-Gettext-Domain=unity-place-sample
 
16
X-Ubuntu-Gettext-Domain=unity-lens-sample
33
17