~njpatel/unity-lens-sample/unity-place-youtube

« back to all changes in this revision

Viewing changes to sample.place.in.in

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-10-23 19:14:05 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101023191405-u1kt2st3nxou2hha
Initial dump

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
15
Icon=@prefix@/share/unity/files.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
 
27
 
 
28
#
 
29
# Make translation work with Ubuntu's special handling of keyfiles
 
30
#
 
31
[Desktop Entry]
 
32
X-Ubuntu-Gettext-Domain=unity-place-sample
 
33