can't do Help->About, as it won't start :)
But I installed the latest .deb from the website.
The libraries/files exist, as for the output:
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
Warning: $KCODE is NONE.
/usr/local/lib/site_ruby/1.8/ttime/logic/scheduler.rb:9: warning:
method redefined; discarding old count
/usr/bin/ttime:69:in `run_gui': undefined method `main_with_queue' for
Gtk:Module (NoMethodError)
from /usr/bin/ttime:95:in `send'
from /usr/bin/ttime:95
I get the feeling it's less of a bug, and more of something wrong with
my personal system.
On Jul 15, 11:08 am, Ohad Lutzky <
lut...@gmail.com> wrote:
> This is very odd. Gtk.main_with_queue is monkey-patched into Gtk in
> ttime/gui/gtk_queue.rb, which is required in ttime/gui/main_window.rb, which
> is required by /usr/bin/ttime. Check that the libraries I mentioned exist in
> /usr/lib/ruby/1.8.
> Also - which version is this (Help->About), and how did you install it?
> Also, what is the output of:
>
> ruby -v /usr/bin/ttime
>