mrkara / gtranslator

A fork of the original 2-91 branch of Gtranslator from http://projects.gnome.org/gtranslator
GNU General Public License v3.0
1 stars 0 forks source link

[bgo#688336] Dont show anything #73

Open mrkara opened 7 years ago

mrkara commented 7 years ago

After opening a po file i can only see the bottom stattistics, but no window message.

Opening in a console shows this messages:

:~$ gtranslator

(gtranslator:21583): GLib-GObject-WARNING **: cannot register existing type `GtrWindow'

(gtranslator:21583): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed

(gtranslator:21583): GLib-GObject-CRITICAL **: g_param_spec_object: assertion `g_type_is_a (object_type, G_TYPE_OBJECT)' failed

(gtranslator:21583): GLib-GObject-CRITICAL **: g_object_interface_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed

(gtranslator:21583): libpeas-WARNING **: _valist_to_parameter_list: type 'GtrWindowActivatable' has no property named 'window'

(gtranslator:21583): libpeas-CRITICAL **: peas_extension_set_foreach: assertion `PEAS_IS_EXTENSION_SET (set)' failed

(gtranslator:21583): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(gtranslator:21583): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(gtranslator:21583): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(gtranslator:21583): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed ^C

Originally reported by Àngel Mompó at https://bugzilla.gnome.org/show_bug.cgi?id=688336

mrkara commented 7 years ago

Are you using a packaged or a repository-compiled version?

Some packaged versions have problems with the last GDL version. A patch to fix it was pushed yesterday, so please try downloading and compiling it from Git.

Many thanks for your bug report

Originally posted by Daniel Mustieles

mrkara commented 7 years ago

I have installed it from ubuntu 12.10 oficial repositories.

Originally posted by Àngel Mompó

mrkara commented 7 years ago

I reproduced the problem with the oficial Live-DVD, so it looks like easy to reproduce.

Originally posted by Àngel Mompó

mrkara commented 7 years ago

Maybe is a problem with the latest GDL package. You can try downloading and compiling it from Git

Originally posted by Daniel Mustieles

mrkara commented 7 years ago

Created attachment 240812 broken layout.xml

Yes, this is fixed with gtranslator 2.91.6 except that it looks like it's necessary to delete my ~/.config/gtranslator/layout.xml first. I'm attaching the broken file; is this something gtranslator can automatically fix?

Originally posted by Jeremy Bicha

Attachment: https://bugzilla.gnome.org/attachment.cgi?id=240812

mrkara commented 7 years ago

Given the last comment this looks a lot like Bug 680399

Originally posted by Christian Kirbach