Code Monkey home page Code Monkey logo

hamster-v1's Introduction

NOTE: Hamster is kinda not being maintained at the moment.
Details here: http://projecthamster.wordpress.com/2013/05/13/hamster-is-looking-for-a-new-maintainer/

Dependencies

Debian-based: apt-get install git-core gettext intltool python-gconf
RPM-based: yum install git-core gettext intltool gnome-python2-gconf

Installing

./waf configure build --prefix=/usr
sudo ./waf install

After that make sure that the old daemons aren’t roaming around:

killall hamster-service && killall hamster-windows-service

Now restart your panels/dockies and you should be able to add hamster to your panel!

hamster-applet → hamster-time-tracker clean up

Previously hamster was installed everywhere under hamster-applet. As
the applet is long gone, the paths and file names have changed to
hamster-time-tracker. To clean up previous install follow these steps:

git checkout d140d45f105d4ca07d4e33bcec1fae30143959fe
./waf configure build --prefix=/usr
sudo ./waf uninstall

hamster-v1's People

Contributors

alshopov avatar annoab avatar changwoo avatar claudep avatar deejay1 avatar dmustieles avatar dmytro-bit avatar dooteo avatar frandieguez avatar gforcada avatar gheyret avatar jcbrand avatar juanje avatar kelemeng avatar marv-cz avatar milocasagrande avatar mjumbewu avatar nma-2009 avatar ookull avatar patrys avatar pesder avatar piotrdrag avatar pmkovar avatar pwithnall avatar suborbitalpigeon avatar tvainika avatar urmatej avatar yarons avatar yeager avatar ymyasoedov avatar

Watchers

 avatar  avatar

hamster-v1's Issues

adding an entry just before & overlapping the current/in-progress task throws a TypeError

/usr/lib/python2.7/site-packages/hamster/today.py:118: GtkWarning: _gtk_accel_group_attach: assertion 'g_slist_find (accel_group->acceleratables, object) == NULL' failed
  self.window.add_accel_group(self.accel_group)
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/hamster/edit_activity.py", line 211, in on_save_button_clicked
    runtime.storage.add_fact(fact, temporary)
  File "/usr/lib/python2.7/site-packages/hamster/client.py", line 187, in add_fact
    temporary_activity)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/bin/hamster-service", line 142, in AddFact
    return self.add_fact(fact, start_time = start_time, end_time = end_time) or 0
  File "/usr/lib/python2.7/site-packages/hamster/storage.py", line 45, in add_fact
    result = self.__add_fact(fact.serialized_name(), start_time, end_time, temporary)
  File "/usr/lib/python2.7/site-packages/hamster/db.py", line 606, in __add_fact
    self.__solve_overlaps(start_time, end_time)
  File "/usr/lib/python2.7/site-packages/hamster/db.py", line 476, in __solve_overlaps
    if start_time < fact["start_time"] and end_time > fact["end_time"]:
TypeError: can't compare datetime.datetime to NoneType

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.