Comment 3 for bug 1525540

Revision history for this message
Adriano Magalhães Queiroga (amquei2002-deactivatedaccount) wrote :

I think I have the same problem in Ubuntu Mate 18.04.3 64bit. I selected the effect "Countdown Message", but it don't show up. Here is the terminal output:

adriano@adriano-desktop:~$ /opt/takeabreak/takeabreak/takeabreak
/opt/takeabreak/takeabreak/takeabreak:3: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Pango
Traceback (most recent call last):
  File "/opt/takeabreak/takeabreak/message_window", line 105, in <module>
    splashwindow()
  File "/opt/takeabreak/takeabreak/message_window", line 91, in splashwindow
    window = Splash()
  File "/opt/takeabreak/takeabreak/message_window", line 53, in __init__
    Thread(target=elf.timer).start()
NameError: name 'elf' is not defined