вторник, 1 ноября 2011 г.

Hot to install rescuetime Linux uploader in Ubuntu 11.10


1. Download rescuetime linux uploader from here
2. Extract archive and go to the location in terminal
Next:
$ python setup.py build
$ sudo python setup.py install

Next you should be able to start it with
$ rescuetime_linux_uploader
I prefer to add it to startup applications.

2 комментария:

  1. Hello,
    When I try to get this to work in Ubuntu 11.10 I get;

    build firefox_extension README~
    debian gnome_applet RescueTimeUploader
    domainwhitelist.txt gnome_preferences setup.py
    epiphany_extension LICENSE setuptools-0.6c11-py2.7.egg
    ez_setup.py make_release_tarball test
    ez_setup.pyc README window-title
    weaponx69@weaponx69-HP-EliteBook-8740w:~/Desktop/rescuetime$ python setup.py build
    bzr: ERROR: Not a branch: "/home/weaponx69/Desktop/rescuetime/".
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points'
    warnings.warn(msg)
    running build
    running build_py
    weaponx69@weaponx69-HP-EliteBook-8740w:~/Desktop/rescuetime$

    Any thoughts?

    ОтветитьУдалить
    Ответы
    1. Hi,
      are you sure it is not built correctly?
      Your log says that error is in incorrect branch but the build seems succeeded.

      Удалить