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

« back to all changes in this revision

Viewing changes to README

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-02-04 15:32:27 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20110204153227-olxx3a1dwtoh22l5
Don't use deprecated Vala/GIO API g_content_type_get_icon() but use ContentType.get_icon()

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 confusing some of the more advanced features are
 
3
In order not to be too condusing 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?
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
 
 
 
8
How to test this out? Install with --prefix=/usr and run 'mutter --replace'.
18
9
It'll give you an extra files place icon in the launcher that will take you
19
10
to this sample place when clicked.
20
11