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

« back to all changes in this revision

Viewing changes to README

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-03-02 10:28:22 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20110302102822-41nd73mxenq4feby
Update to work with latest libunity changes. Now requires libunity >= 3.4.6 and dee >= 0.5.10

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