brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

error message while starting jbrout under Ubuntu (GtkWarning: Don't know color `#1414a0ad0d') #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
start jbrout from Terminal
jbrout starts itself but Terminal says :

/usr/lib/jbrout/jbrout.py:1006: GtkWarning: Don't know color `#1414a0ad0d'
  cell.set_property('foreground', model.get_value(iter, 3))
/usr/lib/jbrout/libs/gladeapp.py:140: GtkWarning: Don't know color
`#1414a0ad0d'
  self.__inLoop.run()
/usr/lib/jbrout/jbrout.py:1185: GtkWarning: Don't know color `#1414a0ad0d'
  cell.set_property('foreground', model.get_value(iter, 2))

i'm using jbrout 0.3.174 on Ubuntu 8.10

Original issue reported on code.google.com by thibaut....@gmail.com on 2 Feb 2009 at 1:22

GoogleCodeExporter commented 8 years ago
for instance, here is the message with Ubuntu 9.04 alpha and jBrout 0.3.174 :

~$ jbrout
/usr/lib/jbrout/plugins/multiexport/libs/flickr.py:14: DeprecationWarning: the 
md5
module is deprecated; use hashlib instead
  import urllib, urllib2, md5, mimetools, mimetypes, os.path
/usr/lib/jbrout/jbrout.py:1006: GtkWarning: Don't know color `#1414a0ad0d'
  cell.set_property('foreground', model.get_value(iter, 3))
/usr/lib/jbrout/libs/gladeapp.py:140: GtkWarning: Don't know color `#1414a0ad0d'
  self.__inLoop.run()
/usr/lib/jbrout/jbrout.py:1185: GtkWarning: Don't know color `#1414a0ad0d'
  cell.set_property('foreground', model.get_value(iter, 2))

Original comment by thibaut....@gmail.com on 5 Mar 2009 at 3:53

GoogleCodeExporter commented 8 years ago
Issue not reproduced. This might be due to your local theme.

Original comment by tbenita on 12 Jul 2009 at 8:50

GoogleCodeExporter commented 8 years ago
For the record, at present time with ubuntu 9.04 (human theme) and lastest 
jbrout, i
get :
~$ python /usr/lib/jbrout/jbrout.py
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9:
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha

Original comment by thibaut....@gmail.com on 12 Jul 2009 at 9:38