health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] Health Digest, Vol 12, Issue 14


From: ronald munjoma
Subject: Re: [Health] Health Digest, Vol 12, Issue 14
Date: Sun, 22 Jul 2012 20:11:20 +0200

Hi Amidu,


On 22 July 2012 13:16, Amidu Sila <address@hidden> wrote:
Thank you Larsen,
I am running the server in a Dell computer  with the IP 192.168.0.100 and the client (tryton 2.4 for mac) in a Macbook Pro with IP 192.168.0.105. They are both in the same subnet.
When I start the server, from CLI via SSH, I get this:
address@hidden:~/.local/bin$ ./trytond
[Sun Jul 22 10:51:49 2012] INFO:server:using default configuration
[Sun Jul 22 10:51:49 2012] INFO:server:initialising distributed objects services
[Sun Jul 22 10:51:50 2012] INFO:server:starting JSON-RPC protocol on localhost:8000

As per Sebastián Marró post the other  day:

You need to modify the trytond.conf file telling the server to listen to others addresses besides localhost. I attached the file already modified for the case that you don't have it (There is still an issue with pip, that doesn't download the trytond.conf)

Put the trytond.conf in  /etc/

Then from the .local/bin folder run: ./trytond -c /etc/trytond.conf 

Regards and thanks
Ronald Munjoma


Then from my macbook I try to connect to the server via Tryton 2.4.0 (version for MAC).
I filled the available fields as follow:
- Server connection IP: 192.168.0.100:8000
- Tryton server password: admin
- New databese name: BOR

Please see the attached file.

Many thanks

Amidu


On 7/22/12 07:47 AM, Christoph H. Larsen wrote:
On 20/07/12 16:51, address@hidden wrote:
Send Health mailing list submissions to
	address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.gnu.org/mailman/listinfo/health
or, via email, send a message with subject or body 'help' to
	address@hidden

You can reach the person managing the list at
	address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Health digest..."


Today's Topics:

   1. Re: Health Digest, Vol 12, Issue 11 (Amidu Sila)


----------------------------------------------------------------------

Message: 1
Date: Fri, 20 Jul 2012 09:50:38 +0000
From: Amidu Sila <address@hidden>
To: address@hidden, 	General discussion and help
	<address@hidden>
Subject: Re: [Health] Health Digest, Vol 12, Issue 11
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi Chris,
Dear Amidu,
First I tryed to run the client from the console of my macbook pro.
The GTK-based client needs an X-server, means, commonly a Gnome, Mate,
Cinnamon, KDE, etc. etc. environment. Or Windoze.
The server can be run on the same machine, but does not need any
X-server environment.
The initial superadmin password is set by the server, not the client.
Seems you are not at all connected to your server...
Which I.P.s are you running your server and client on? Same machine?
Different ones? I need more information...
Thanks!
Bests,
Chris
Then I used tryton client 2.4.0 for mac,  but it couldnt be able to 
connect to the server.
Here are some details of Input data :

/Tryton Server Password : *admin*

Database Name : *BOR*

Default Language :blocked without possibility to be changed

Admin Password : I choosed a strong one, as recommended

After all the fields filled I see the "create" botton blended/locked./ 
So I can't create the database.

What could be wrong?

For your information I am using the same program to access the Online 
Demo Database without any problem.

Can I chat with you on skype, so, interactively, you can help me better 
to solve the problem.
My screenname is amidus.

Thank you in advance
Muito obrigado
Amidu

On 7/19/12 05:12 AM, Christoph H. Larsen wrote:
Are you trying to start the tryton client from a console, only, system?
While you can run the trytond server and the client on the same machine,
you do need a GUI (X.org server running) for the client.
Does this help?
Chris

On 19/07/12 08:41, address@hidden wrote:
Send Health mailing list submissions to
	address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.gnu.org/mailman/listinfo/health
or, via email, send a message with subject or body 'help' to
	address@hidden

You can reach the person managing the list at
	address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Health digest..."


Today's Topics:

    1. Re: GNU Health installation issue (Luis Falcon)


----------------------------------------------------------------------

Message: 1
Date: Wed, 18 Jul 2012 22:41:46 -0300
From: Luis Falcon<address@hidden>
To: General discussion and help<address@hidden>
Subject: Re: [Health] GNU Health installation issue
Message-ID:
	<address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Hello Amidu

On Mon, Jul 16, 2012 at 3:27 PM, Amidu Sila<address@hidden>  wrote:
Gentlemen,
I made a new installation of GNUHealth 1.6.2 with tryton 2.4 in Ubuntu
Server 1204 and came to the following situation, so I need your help to
acomplish the job.
Thank you all in advance
Amidu

Here is the situation

After running the command<address@hidden:~/.local/bin$ ./trytond -c
/etc/trytond.conf>  I got the following:

address@hidden:/home/amidus$ cd ~/.local/bin
address@hidden:~/.local/bin$ ./trytond -c /etc/trytond.conf
[Mon Jul 16 15:50:47 2012] INFO:server:using /etc/trytond.conf as
configuration file
[Mon Jul 16 15:50:47 2012] INFO:server:initialising distributed objects
services
[Mon Jul 16 15:50:48 2012] INFO:server:starting JSON-RPC protocol on *:8000

This is according to the new installation instructions from the site ( :-)
).

Then a tryed to bootup the tryton client with the command<
address@hidden:~/.local/bin$ ./tryton>
and got the following message ( :-( ):

address@hidden:~/.local/bin$ ./tryton
/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__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()
Falha de segmenta??o (core dumped)
address@hidden:~/.local/bin$



Are you running the client on a remote machine ? The tryton client
should be run in your pc / laptop, where you have the XWindow
environment.

Cheers !



      

    

--

Attachment: trytond.conf
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]