Installing a Printer
Hi all,
I am trying to install a printer on FC2 but when I choose the "System Settings" -> "Printing" menu option it briefly displays the window and then closes it.
I tried then running it from the command line:
$ printconf-gui
and these are the errors I got:
(system-config-printer:4405): libglade-WARNING **: could not find `gnome' init function: `glade_module_register_widgets': /usr/lib/libgnome.so: undefined symbol: glade_module_register_widgets
(system-config-printer:4405): libglade-WARNING **: unknown property `position' for class `GnomeDruidPageEdge'
(system-config-printer:4405): libglade-WARNING **: unknown property `title' for class `GnomeDruidPageEdge'
(system-config-printer:4405): libglade-WARNING **: unknown property `text' for class `GnomeDruidPageEdge'
(system-config-printer:4405): libglade-WARNING **: could not find a parent that handles internal children for `vbox'
(system-config-printer:4405): libglade-WARNING **: could not find a parent that handles internal children for `vbox'
(system-config-printer:4405): libglade-WARNING **: could not find a parent that handles internal children for `vbox'
(system-config-printer:4405): libglade-WARNING **: unknown property `position' for class `GnomeDruidPageEdge'
(system-config-printer:4405): libglade-WARNING **: unknown property `title' for class `GnomeDruidPageEdge'
(system-config-printer:4405): libglade-WARNING **: unknown property `text' for class `GnomeDruidPageEdge'
Traceback (most recent call last):
File "/usr/sbin/printconf-gui", line 7, in ?
import queueTree
File "/usr/share/printconf/util/queueTree.py", line 1235, in ?
queueTree()
File "/usr/share/printconf/util/queueTree.py", line 261, in __init__
self.addQueue = addQueue.addQueue (self, xml)
File "/usr/share/printconf/util/addQueue.py", line 93, in __init__
self.device_view.set_model (self.device_store)
AttributeError: 'NoneType' object has no attribute 'set_model'
Can someone please tell me what I need to do?
Do I need to upgrade or reinstall something?
Many thanks,
Peter.
|