home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / deskbar-applet / README < prev    next >
Encoding:
Text File  |  2007-01-11  |  1.7 KB  |  54 lines

  1. =============
  2. deskbar-applet
  3. =============
  4. For more information, please visit our website:
  5. http://raphael.slinckx.net/deskbar
  6.  
  7. And our development wiki:
  8. http://live.gnome.org/DeskbarApplet
  9.  
  10. You can also download additional plugins on:
  11. http://live.gnome.org/DeskbarApplet_2fExtending
  12.  
  13. =============
  14. Known issues
  15. =============
  16. * The result list does not expand when new matches coming from asynchronous backends appear, this affect the google live plugin, and the beagle plugin.
  17. * When using gnome-python-extras-2.10, you will be able to use deskbar-applet only in window-mode, not in the panel, because you won't be able to focus and type in it.
  18.  
  19. ============
  20. Requirements
  21. ============
  22. Required dependencies:
  23.  * Python 2.3 or above
  24.  * pygtk-2.6 (modules: gtk, gtk.gdk, gtk.glade, gobject)
  25.  * gnome-python-2.10 (modules: gconf, gnome, gnome.ui, gnomevfs)
  26.  * gnome-python-extras-2.10 (module: gnomeapplet)
  27.  * gtk+-2.6 to compile global hotkey and icon entry
  28.  * gnome-desktop-2.10 to compile .desktop parsing
  29.  
  30. Optional dependencies:
  31.  * Compile time:
  32.   * evolution-data-server-1.2, for libebook-1.2
  33.   * beagle-0.1.1, python bindings for libbeagle, currently shipped, and on their way upstream
  34.  * Run time:
  35.   * Running beagle daemon
  36.   * Running evolution-data-server
  37.   * SOAPpy package to search with google soap API
  38.  
  39. =============
  40. Installation
  41. =============
  42. Execute the following steps to install deskbar-applet
  43.  
  44. ./configure --prefix /usr
  45. make
  46.  
  47. Now you can either install it on your system:
  48. sudo make install (or run make install as root)
  49.  
  50. Then you are able to add the applet through the gnome-panel applet manager.
  51.  
  52. Or you can try it without installation, by running
  53. ./deskbar/deskbar-applet -w
  54.