luzfcb / tintwizard

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

Properties button doesn't work #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run tint2conf
2. Click "properties"

What is the expected output? What do you see instead?
I expect to see the tintwizard, but instead I get an error:
cmd python /usr/bin/tintwizard.py '/home/vic/.config/tint2/default.tint2rc' &
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Traceback (most recent call last):
  File "/usr/bin/tintwizard.py", line 2209, in <module>
    tw = TintWizardGUI()
  File "/usr/bin/tintwizard.py", line 441, in __init__
    self.readTint2Config()
  File "/usr/bin/tintwizard.py", line 1775, in readTint2Config
    noBgDefs = self.parseBgs(string)
  File "/usr/bin/tintwizard.py", line 1602, in parseBgs
    self.addBgDefs(bgDefs)
  File "/usr/bin/tintwizard.py", line 1096, in addBgDefs
    list = d["border_color"].split(" ")
KeyError: 'border_color'

However, tintwizard does run when I use "python /usr/bin/tintwizard.py"

What version of the product are you using? On what operating system?
Running on Arch Linux.

tint2conf 0.11
pygtk 2.17.0

Please provide any additional information below.
I've attached the PKGBUILD used to build tint2.

Original issue reported on code.google.com by vrfeig...@gmail.com on 28 Jun 2010 at 6:12

Attachments: