~davidc3/unity-books-lens/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: David Callé
  • Date: 2011-05-02 16:51:37 UTC
  • Revision ID: davidc@framli.eu-20110502165137-olf6kmnwpn29lrxp
* Hello Wikipedia!
* Change groups again
* If search or auto-search didn't change since last query, no need to update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This program is at <https://launchpad.net/unity-books-lens>.
2
2
 
3
 
It's based on code by Stefano Palazzo for the AskUbuntu Lens and will soon be packaged and delivered via a daily PPA.
4
 
 
5
 
To run this lens in its actual state:
6
 
 
7
 
$ sudo cp books.place /usr/share/unity/places/books.place
8
 
$ sudo cp books.png /usr/share/unity/books.png
9
 
$ ./books-lens.py
10
 
$ setsid unity
11
 
 
12
3
OUTSTANDING ISSUES:
13
4
 
14
5
- Unity sometimes fails to display HTTP images
15
 
- Dynamic results are making us send way to much Google requests, 
16
 
the amount of Google requests depends on the typing speed...
17
 
- Author's face Google Image request is unreliable
 
6
- The lens may fail to load at startup.
 
7
- The auto-search can fail on first lens opening.
 
8
- Author's face Google Image request is unreliable.
18
9
 
19
10
Any issues should be raised and discussed in Launchpad bugs at 
20
11
<https://bugs.launchpad.net/unity-books-lens>.