Problem:
boss@cmj-lcg-dellap:~$ orca
** (orca:6754): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (orca:6754): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (orca:6754): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
TIMEOUT: something has hung. Aborting.
Solution:
Open
/var/lib/python-support/ python2.5/orca/settings.py or /usr/lib/pymodules/python2.6/ orca/settings.py if none of the above exists then use$ locate settings.py and find the similar path now inside settings.py search for timeout you will gettimeoutTime=10 means default value is 10 change it to 30 save the file and now start orca.
boss@cmj-lcg-dellap:~$ orca
** (orca:6754): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (orca:6754): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (orca:6754): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
TIMEOUT: something has hung. Aborting.
Solution:
Open
/var/lib/python-support/
No comments:
Post a Comment