You are not logged in.
Pages: 1
system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 7209, in <module>
focus_on_map)
File "/usr/share/system-config-printer/system-config-printer.py", line 7157, in main
print_test_page, focus_on_map)
File "/usr/share/system-config-printer/system-config-printer.py", line 363, in __init__
domain=domain)
File "/usr/share/system-config-printer/gui.py", line 39, in getWidgets
bld.add_from_file (os.path.join (ui_dir, xmlfile + ".glade"))
glib.GError: Failed to open file '/usr/local/share/system-config-printer/ui/AboutDialog.glade': No such file or directory
Please help to fix. Can't configure my HP deskjet 5150.
Searching Google didn't help.
Offline
Give what you have. To someone, it may be better than you dare to think.
Offline
So the clue is
Apparently "python2 setup.py build" and "python2 setup.py install - root =" $ {PKGDIR} "" is not doing the job correctly, but the "make DESTDIR =" $ {PKGDIR} "install" yes. Try to keep the config.py file in the package "system-config-printer-gnome", it is created correctly.
But I don't quite understand what should I do to fix it... Explain please.
Offline
is a bug and you have to wait until is fixed or if you don't have patience, try to fix it yourself using abs
Give what you have. To someone, it may be better than you dare to think.
Offline
Thanks, now I get it. Will wait since I am not a programmer.
Offline
Pages: 1