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

« back to all changes in this revision

Viewing changes to python/simple/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
 
#Install
 
1
# To test the lens, all you need to do is run the python script and connect
 
2
# to the lens using libunity debug tool: `libunity-tool -g`. (no installation
 
3
# required). If you want to see the sample lens in the dash, run this script
 
4
# and it will install it globally:
 
5
 
 
6
# Install
2
7
sudo mkdir /usr/share/unity/lenses/sample
3
8
sudo cp sample.lens /usr/share/unity/lenses/sample
4
9
sudo cp sample-lens-nav.svg /usr/share/unity/lenses/sample
5
10
sudo cp wikipedia.scope /usr/share/unity/lenses/sample
6
11
setsid unity
7
12
 
8
 
#Run
 
13
# Run
9
14
./unity-lens-sample
10
15
 
 
16
# To run the previews sample use `./unity-lens-previews-sample`.