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

« back to all changes in this revision

Viewing changes to vala/full/README

  • Committer: Michal Hruby
  • Date: 2012-08-17 09:41:14 UTC
  • Revision ID: michal.mhr@gmail.com-20120817094114-h3hkqvkvsbes5y18
Update README

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Sample implementation of a place daemon for Unity.
2
2
 
3
 
In order not to be too condusing some of the more advanced features are
 
3
In order not to be too confusing some of the more advanced features are
4
4
left out from this sample daemon. To check out some more advanced cases
5
5
you are encauraged to look at lp:unity-place-files and
6
6
lp:unity-place-applications
7
7
 
8
 
How to test this out? Install with --prefix=/usr and run 'mutter --replace'.
 
8
How to test this out?
 
9
 
 
10
  ./autogen.sh --prefix=/usr --sysconfdir=/etc
 
11
  make
 
12
  sudo make install
 
13
  setsid unity
 
14
 
 
15
Notice the extra --sysconfdir=/etc switch above, it is required in order
 
16
to get DBus activation of the place daemon working.
 
17
 
9
18
It'll give you an extra files place icon in the launcher that will take you
10
19
to this sample place when clicked.
11
20