De: Sebastián Marró [mailto:address@hidden Enviado el: lunes, 12 de noviembre de 2012 12:28 p.m. Para: Henry Mitchell Asunto: Re: [Health-es] Problemas con traducción Hola Henry Saludos 2012/11/12 Henry Mitchell <address@hidden> Hola Sebastián, espero me puedas ayudar en este punto, estuve recorriendo la aplicación y cuando trato de ingresar una cita en el módulo de citas que salta el siguiente error:
Me podrías indicar como reparar este error? Muchas gracias de antemano. Saludos De: Sebastián Marró [mailto:address@hidden] Enviado el: martes, 06 de noviembre de 2012 12:24 p.m. Para: Henry Mitchell Asunto: Re: [Health-es] Problemas con traducción
Si descargaste con pip, deberías buscar en /.local/lib/python2.7/site-packages/trytond/modules/ Saludos 2012/11/6 Henry Mitchell <address@hidden> Sebastian, disculpa la insistencia, es que quisiera saber la ubicación exacta de los módulos para modificar los archivos necesarios para actualizar las traducciones. Estuve buscando las carpetas pero no logro ubicarlas. Saludos De: Sebastián Marró [mailto:address@hidden] Enviado el: martes, 06 de noviembre de 2012 11:54 a.m. Para: Henry Mitchell Asunto: Re: [Health-es] Problemas con traducción Henry 2012/11/6 Henry Mitchell <address@hidden> La carpeta /locale y el archivo __tryton__,py se encuentran dentro de cada módulo (health, health_genetics, health_gyneco, etc) Otra consulta, cada vez que tengo que arrancar el servidor tengo que ingresar, según tu ayuda, el comando “./trytond -c /etc/trytond.conf”, quisiera saber si hay alguna manera de reducir este comando para solo ingresar “./trytond”.
Puedes probar poner el archivo de configuración en el directorio /etc, pero si cuando ejecutas ./trytond no encuentra tu archivo de configuración automáticamente, debés indicar la ruta donde se encuentra. También puedes crearte un alias para no tener que tipear todo el comando. Saludos. De: Sebastián Marró [mailto:address@hidden] Enviado el: lunes, 05 de noviembre de 2012 02:45 p.m. Para: HENRY MITCHELL TAYPE CRUZADO Asunto: Re: [Health-es] Problemas con módulo gtk Tienes que seguir los pasos en http://en.wikibooks.org/wiki/GNU_Health/Localization Saludos 2012/11/5 HENRY MITCHELL TAYPE CRUZADO <address@hidden> Gracias Sebastián, he logrado conectar el cliente de tryton al servidor. Ahora me queda la duda de como cambiar solo el idioma de gnu health estando el resto en español. 2012/11/5 Sebastián Marró <address@hidden> Lo puedes copiar en cualquier directorio, por ejemplo /etc (como viene en el paquete trytond) Luego levantas el servicio con: ./trytond -c /etc/trytond.conf 2012/11/5 HENRY MITCHELL TAYPE CRUZADO <address@hidden> Dejame ver si entendí, descargo el instalador del servidor tryton, descomprimo y dentro de la carpeta etc edito el archivo trytond.conf para habilitar el puerto, pero luego a donde lo copio?? 2012/11/5 Sebastián Marró <address@hidden> Para habilitar las conexiones remotas debes habilitar, en la configuración del servidor trytond, para que permita conexiones en el puerto 8000 de otras terminales. Buscá el archivo trytond.conf (si descargaste por pip no lo vas a tener, tenés que tomarlo de los fuentes de trytond, está en /etc) y modificás la línea de jsonrpc de la siguiente forma: jsonrpc = *:8000
Luego puedes levantar el servicio nuevamente. 2012/11/5 HENRY MITCHELL TAYPE CRUZADO <address@hidden> He instalado los paquetes utilizando pip según la página señalada. Según el manual al momento de conectar el cliente al servidor ingresaba 'localhost' supuse que se encontraban en la misma máquina. Estuve tratando de conectar desde un cliente en windows pero no detectaba al servidor.
Saludos 2012/11/5 Sebastián Marró <address@hidden> Hola Henry Como has instalado el cliente Tryton? Utilizando pip? Te comento que no es recomendado instalar el entorno de escritorio sobre un servidor... mejor conectarse al servidor desde otra terminal. Saludos 2012/11/5 HENRY MITCHELL TAYPE CRUZADO <address@hidden> El 5 de noviembre de 2012 11:11, Henry Mitchell <address@hidden> escribió: Hola, mi nombre es Henry Taype, estoy tratando de implementar el GNU Health sobre una Workstation HP Z600 de 64 bits y con sistema operativo Ubuntu 12.10 server x64. Estoy siguiendo las indicaciones de la página http://en.wikibooks.org/wiki/GNU_Health/Installation. Para comenzar les comentaré que pasos he seguido: luego de instalar el sistema operativo configuré el ip para que sea estático, posteriormente instalé el entorno de escritorio xubuntu-desktop. Seguí las instrucciones de la página y hasta ahí todo bien. Logro ejecutar el servidor trytond según el manual, pero cuando trato de ejecutar el cliente tryton, me indica que hay un error con el modulo gtk y no logro acceder al cliente.
Error devuelto:
address@hidden:~/.local/bin$ ./tryton No protocol specified /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:64: Warning: invalid (NULL) pointer instance self.window = gtk.Window() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:64: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed self.window = gtk.Window() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:154: Warning: invalid (NULL) pointer instance self.notebook.popup_enable() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:154: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed self.notebook.popup_enable() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:204: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_file = gtk.MenuItem(_('_File')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:204: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_file = gtk.MenuItem(_('_File')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:316: Warning: invalid (NULL) pointer instance menu_file = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:316: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_file = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:319: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:319: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:319: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:322: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_connect.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:322: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_connect.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:322: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_connect.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:327: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_disconnect = gtk.ImageMenuItem(_('_Disconnect')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:327: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_disconnect = gtk.ImageMenuItem(_('_Disconnect')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:327: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_disconnect = gtk.ImageMenuItem(_('_Disconnect')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:330: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_disconnect.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:330: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_disconnect.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:330: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_disconnect.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:337: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_database = gtk.ImageMenuItem(_('Data_base')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:337: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_database = gtk.ImageMenuItem(_('Data_base')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:337: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_database = gtk.ImageMenuItem(_('Data_base')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:340: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_database.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:340: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_database.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:340: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_database.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:343: Warning: invalid (NULL) pointer instance menu_database = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:343: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_database = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:348: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_new = gtk.ImageMenuItem(_('_New Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:348: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_new = gtk.ImageMenuItem(_('_New Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:348: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_new = gtk.ImageMenuItem(_('_New Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:351: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_new.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:351: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_new.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:351: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_new.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:357: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_restore = gtk.ImageMenuItem(_('_Restore Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:357: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_restore = gtk.ImageMenuItem(_('_Restore Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:357: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_restore = gtk.ImageMenuItem(_('_Restore Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:360: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_restore.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:360: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_restore.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:360: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_restore.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:366: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_dump = gtk.ImageMenuItem(_('_Backup Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:366: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_dump = gtk.ImageMenuItem(_('_Backup Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:366: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_dump = gtk.ImageMenuItem(_('_Backup Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:369: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_dump.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:369: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_dump.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:369: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_dump.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:375: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_drop = gtk.ImageMenuItem(_('Dro_p Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:375: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_drop = gtk.ImageMenuItem(_('Dro_p Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:375: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_drop = gtk.ImageMenuItem(_('Dro_p Database...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:378: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_db_drop.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:378: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_db_drop.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:378: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_db_drop.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:385: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:385: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:385: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:388: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_close.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:388: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_close.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:388: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_close.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:212: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_user = gtk.MenuItem(_('_User')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:212: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_user = gtk.MenuItem(_('_User')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:397: Warning: invalid (NULL) pointer instance menu_user = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:397: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_user = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:399: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:399: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:399: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:403: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_preference.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:403: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_preference.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:403: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_preference.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:411: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:411: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:411: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:414: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_menu.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:414: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_menu.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:414: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_menu.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:420: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:420: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:420: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' self.accel_group) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:428: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_send_request = gtk.ImageMenuItem(_('_Send a Request')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:428: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_send_request = gtk.ImageMenuItem(_('_Send a Request')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:428: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_send_request = gtk.ImageMenuItem(_('_Send a Request')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:431: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_send_request.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:431: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_send_request.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:431: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_send_request.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:437: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_open_request = gtk.ImageMenuItem(_('_Read my Requests')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:437: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_open_request = gtk.ImageMenuItem(_('_Read my Requests')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:437: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_open_request = gtk.ImageMenuItem(_('_Read my Requests')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:440: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_open_request.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:440: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_open_request.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:440: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_open_request.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:226: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_options = gtk.MenuItem(_('_Options')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:226: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_options = gtk.MenuItem(_('_Options')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:448: Warning: invalid (NULL) pointer instance menu_options = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:448: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_options = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:450: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_toolbar = gtk.MenuItem(_('_Toolbar')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:450: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_toolbar = gtk.MenuItem(_('_Toolbar')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:453: Warning: invalid (NULL) pointer instance menu_toolbar = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:453: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_toolbar = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:458: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed radiomenuitem_default = gtk.RadioMenuItem(label=_('_Default')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:458: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed radiomenuitem_default = gtk.RadioMenuItem(label=_('_Default')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:468: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('_Text and Icons')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:468: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('_Text and Icons')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:478: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('_Icons')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:478: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('_Icons')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:487: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('_Text')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:487: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('_Text')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:496: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_menubar = gtk.MenuItem(_('_Menubar')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:496: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_menubar = gtk.MenuItem(_('_Menubar')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:499: Warning: invalid (NULL) pointer instance menu_menubar = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:499: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_menubar = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:504: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed checkmenuitem_accel = gtk.CheckMenuItem(_('Change Accelerators')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:504: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed checkmenuitem_accel = gtk.CheckMenuItem(_('Change Accelerators')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:512: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_mode = gtk.MenuItem(_('_Mode')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:512: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_mode = gtk.MenuItem(_('_Mode')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:515: Warning: invalid (NULL) pointer instance menu_mode = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:515: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_mode = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:520: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed radiomenuitem_normal = gtk.RadioMenuItem(label=_('_Normal')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:520: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed radiomenuitem_normal = gtk.RadioMenuItem(label=_('_Normal')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:528: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('_PDA')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:528: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('_PDA')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:535: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_form = gtk.MenuItem(_('_Form')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:535: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_form = gtk.MenuItem(_('_Form')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:538: Warning: invalid (NULL) pointer instance menu_form = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:538: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_form = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:543: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed checkmenuitem_statusbar = gtk.CheckMenuItem(_('Statusbar')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:543: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed checkmenuitem_statusbar = gtk.CheckMenuItem(_('Statusbar')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:553: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed _('Save Width/Height')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:553: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed _('Save Width/Height')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:564: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed _('Save Tree Expanded State')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:564: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed _('Save Tree Expanded State')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:586: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_tab = gtk.MenuItem(_('Tabs Position')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:586: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_tab = gtk.MenuItem(_('Tabs Position')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:589: Warning: invalid (NULL) pointer instance menu_tab = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:589: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_tab = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:594: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed radiomenuitem_top = gtk.RadioMenuItem(label=_('Top')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:594: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed radiomenuitem_top = gtk.RadioMenuItem(label=_('Top')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:603: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('Left')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:603: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('Left')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:613: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('Right')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:613: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('Right')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:623: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed label=_('Bottom')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:623: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed label=_('Bottom')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:632: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_limit = gtk.MenuItem(_('Search Limit...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:632: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_limit = gtk.MenuItem(_('Search Limit...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:638: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_email = gtk.MenuItem(_('_Email...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:638: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_email = gtk.MenuItem(_('_Email...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:646: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:646: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:646: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:649: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_opt_save.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:649: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_opt_save.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:649: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_opt_save.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:234: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_plugins = gtk.MenuItem(_('_Plugins')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:234: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_plugins = gtk.MenuItem(_('_Plugins')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:656: Warning: invalid (NULL) pointer instance menu_plugins = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:656: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_plugins = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:659: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed _('_Execute a Plugin')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:659: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed _('_Execute a Plugin')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:659: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' _('_Execute a Plugin')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:662: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_plugin_execute.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:662: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_plugin_execute.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:662: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_plugin_execute.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:248: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_shortcut = gtk.MenuItem(_('_Shortcuts')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:248: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_shortcut = gtk.MenuItem(_('_Shortcuts')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:264: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed menuitem_help = gtk.MenuItem(_('_Help')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:264: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed menuitem_help = gtk.MenuItem(_('_Help')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:671: Warning: invalid (NULL) pointer instance menu_help = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:671: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed menu_help = gtk.Menu() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:673: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:673: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:673: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:676: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_tips.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:676: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_tips.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:676: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_tips.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:682: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed _('_Keyboard Shortcuts...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:682: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed _('_Keyboard Shortcuts...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:682: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' _('_Keyboard Shortcuts...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:685: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_shortcuts.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:685: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_shortcuts.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:685: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_shortcuts.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:691: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_about = gtk.ImageMenuItem(_('_About...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:691: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_about = gtk.ImageMenuItem(_('_About...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:691: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_about = gtk.ImageMenuItem(_('_About...')) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:694: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed imagemenuitem_about.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:694: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed imagemenuitem_about.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:694: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' imagemenuitem_about.set_image(image) /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: Screen for GtkWindow not set; you must always set a screen for a GtkWindow before using the window self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_context_set_language: assertion `context != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_new: assertion `context != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: PangoWarning: pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: /build/buildd/gtk+2.0-2.24.13/gtk/gtkstyle.c:2358: invalid icon size '1' self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: Failed to render icon self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -422142 and height 1559072 self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed self.window.show_all() /home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:163: GtkWarning: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed self.window.show_all() Violación de segmento (`core' generado) address@hidden:~/.local/bin$
Muchas gracias de antemano por la ayuda prestada
-- Saludos cordiales
Henry Mitchell Taype Cruzado
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com
-- Saludos cordiales
Henry Mitchell Taype Cruzado
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com
-- Saludos cordiales
Henry Mitchell Taype Cruzado
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com
-- Saludos cordiales
Henry Mitchell Taype Cruzado
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com
-- thymbr@ Converging Ideas for Emerging Realities www.thymbra.com |