On kubuntu 18.04 64 Bit taskcoach does not work.
It will start but does not show any window.
Errormessages on console when starting taskcoach in terminal:
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: g_type_set_qdata: assertion 'node != NULL' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: cannot register existing type 'GtkWidget'
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: cannot register existing type 'GtkBuildable'
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: g_once_init_leave: assertion 'result != 0' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:40: Warning: g_type_register_static: assertion 'parent_type > 0' failed
from gtk import _gtk
Taskcoach installed from ubuntu repository
Version: 1.4.3-6
+1 (I also face this bug on Ubuntu 18.04) (#1661 seems to be a duplicate of this issue.)
Last edit: Christian Perreault 2018-05-03
I also experience this bug, but on Xubuntu 18.04., with the same messages that the thread starter posted.
Patch https://sourceforge.net/p/taskcoach/bugs/1593/ works for me.
Thanks to Max Mopp who mentioned it in his comment on Bug [#1661]
Related
Bugs:
#1661I followed the instructions on https://wiki.ubuntuusers.de/patch/, but I must have done something wrong, as it does not work for me:
sudo patch /usr/bin/taskcoach < taskcoach_gtk3_v3.patch
patching file /usr/bin/taskcoach
Hunk #1 FAILED at 25.
1 out of 1 hunk FAILED -- saving rejects to file /usr/bin/taskcoach.rej
patching file /usr/bin/taskcoach
Hunk #1 FAILED at 27.
Hunk #2 FAILED at 46.
2 out of 2 hunks FAILED -- saving rejects to file /usr/bin/taskcoach.rej
patching file /usr/bin/taskcoach
Hunk #1 FAILED at 29.
Hunk #2 FAILED at 225.
2 out of 2 hunks FAILED -- saving rejects to file /usr/bin/taskcoach.rej
patching file /usr/bin/taskcoach
Hunk #1 FAILED at 902.
1 out of 1 hunk FAILED -- saving rejects to file /usr/bin/taskcoach.rej
Related
Bugs: #1661
Last edit: Torsten Kelsch 2018-05-14
try:
sudo patch -p0 -i /PATH-TO-PATCHFILE/taskcoach_gtk3_v3.patch -d /usr/lib/python2.7/dist-packages
Thanks, Andreas, that did the trick! Wonderful to have a working Task Coach again!
While finishing the program, the following error message appears:
What is that notifier, and is it possible to disable it, and if it is, how can I do it? Anyway, I haven’t seen this message in all the years I’ve been using Task Coach, so I think it must have something to do with the patch. Any ideas? Thanks in advance.
Hi! Thanks Andreas, that did the trick for me too!
Concerning the previous mentionned warning, that turns into an error alert when closing the application, I created a patch that fixed it on my side. I attach it to this comment and the command to apply it is:
Thanks, Christian, it works!
+1, applied both patchfiles and appreciate your assistance!!
Had to patch my TaskCoach too. Just a question: will there be a new version shortly, one that doesn't require these patches?
I would like to know that, too, because neither the patch nor de- and reinstalling helped me.
...oh, it works again - don't know why. Maybe some automatic update...
We just released 1.4.4 please help us verify that it works now without any extra patching. Cheers
Upgraded. No patch required here (yet ;-). Thanks!!
Seems to work fine on Xubuntu 18.10 (64 bit).