mounttruecryptusers team mailing list archive
-
mounttruecryptusers team
-
Mailing list archive
-
Message #00000
[Bug 509390] [NEW] glib.GError: Duplicate object id 'image1' in file gudev/data/ui/desktop/gudev.ui
Public bug reported:
using revision 21:
when execuing gudev/bin/gudev.py it directly fails with following error:
raceback (most recent call last):
File "/usr/local/bin/gudev.py", line 136, in <module>
gui.main(options)
File "/usr/local/lib/python2.6/dist-packages/guv/gui.py", line 712, in main
gp = gUdev(bus_name, config)
File "/usr/local/lib/python2.6/dist-packages/guv/gui.py", line 74, in __init__
BuilderWidget.__init__(self, None)
File "/usr/local/lib/python2.6/dist-packages/guv/gtkui/interface/common.py", line 62, in __init__
GtkBuilderWidget.__init__(self, guv.ui_folders, guv.textdomain, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/guv/gtkui/base.py", line 69, in __init__
self.builder.add_from_file(filename)
glib.GError: Duplicate object id 'image1' on line 902 (previously on line 766)
I found the source of this error to be in file gudev/data/ui/desktop/gudev.ui
Renaming one of the 'image1' objects to 'image3' solved the problem for me.
cheers
dorian
** Affects: gudev
Importance: Undecided
Status: New
--
glib.GError: Duplicate object id 'image1' in file gudev/data/ui/desktop/gudev.ui
https://bugs.launchpad.net/bugs/509390
You received this bug notification because you are a member of
Mounttruecrypt Team, which is subscribed to gudev.
Status in GUI for udev: New
Bug description:
using revision 21:
when execuing gudev/bin/gudev.py it directly fails with following error:
raceback (most recent call last):
File "/usr/local/bin/gudev.py", line 136, in <module>
gui.main(options)
File "/usr/local/lib/python2.6/dist-packages/guv/gui.py", line 712, in main
gp = gUdev(bus_name, config)
File "/usr/local/lib/python2.6/dist-packages/guv/gui.py", line 74, in __init__
BuilderWidget.__init__(self, None)
File "/usr/local/lib/python2.6/dist-packages/guv/gtkui/interface/common.py", line 62, in __init__
GtkBuilderWidget.__init__(self, guv.ui_folders, guv.textdomain, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/guv/gtkui/base.py", line 69, in __init__
self.builder.add_from_file(filename)
glib.GError: Duplicate object id 'image1' on line 902 (previously on line 766)
I found the source of this error to be in file gudev/data/ui/desktop/gudev.ui
Renaming one of the 'image1' objects to 'image3' solved the problem for me.
cheers
dorian
Follow ups
References