Package Details: etmtk 3.2.31-1

Git Clone URL: https://aur.archlinux.org/etmtk.git (read-only, click to copy)
Package Base: etmtk
Description: Manage events and tasks using simple text files.
Upstream URL: http://people.duke.edu/~dgraham/etmtk/
Licenses: GPL
Submitter: trashstar
Maintainer: None
Last Packager: trashstar
Votes: 6
Popularity: 0.014816
First Submitted: 2014-04-03 21:03 (UTC)
Last Updated: 2017-08-21 13:06 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2019-03-20 16:21 (UTC)

When I run etm, I get the following error:

Traceback (most recent call last):
  File "/sbin/etm", line 83, in <module>
    view.main(dir=etmdir)
  File "/usr/lib/python3.7/site-packages/etmTk/view.py", line 4436, in main
    app = App()
  File "/usr/lib/python3.7/site-packages/etmTk/view.py", line 1066, in __init__
    self.updateClock()
  File "/usr/lib/python3.7/site-packages/etmTk/view.py", line 3668, in updateClock
    self.updateAlerts()
  File "/usr/lib/python3.7/site-packages/etmTk/view.py", line 3854, in updateAlerts
    self.updateAlertList()
  File "/usr/lib/python3.7/site-packages/etmTk/view.py", line 3858, in updateAlertList
    self.activeAlterts = [(x[2]['at'], x[2]['alert_time'], x[2]['_event_time'], ", ".join(x[2]['_alert_action']), x[2]['summary'][:26]) for x in self.itemAlerts]
TypeError: 'NoneType' object is not iterable

dagwood commented on 2014-06-24 20:41 (UTC)

Sorry, I just noticed the comment about previous versions. From now on I will leave at least the two most recent versions.

trashstar commented on 2014-06-18 21:34 (UTC)

As I wrote on the package page for etm_qt: "Sadly the author of etmqt never keeps previous versions online. So the package breaks every time a new version is available. In this case its sufficient enough to flag the package as out-of-date." I check the package (automated) daily due to the frequent updates but there always will be a few hours where the package is broken. I'm also aware of the github-repository but since I'm not plan on providing a git-package I will rely on the final tarballs.

helenfro commented on 2014-06-18 20:32 (UTC)

Link is dead, version is now 3.0.17 and project is now on https://github.com/dagraham/etm-tk Thanks!