All, when i open the printing icon in system, nothing happens. when i run:
system-config-printer from a terminal I get:
Anyone know how i can get past this glib error? thanks
system-config-printer from a terminal I get:
silly@wrentit:~$ system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 6944, in <module>
focus_on_map)
File "/usr/share/system-config-printer/system-config-printer.py", line 6892, in main
print_test_page, focus_on_map)
File "/usr/share/system-config-printer/system-config-printer.py", line 822, in __init__
self.populateList()
File "/usr/share/system-config-printer/system-config-printer.py", line 1472, in populateList
default_emblem = theme.load_icon (def_emblem, w/2, 0)
glib.GError: Icon 'emblem-default' not present in theme
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 6944, in <module>
focus_on_map)
File "/usr/share/system-config-printer/system-config-printer.py", line 6892, in main
print_test_page, focus_on_map)
File "/usr/share/system-config-printer/system-config-printer.py", line 822, in __init__
self.populateList()
File "/usr/share/system-config-printer/system-config-printer.py", line 1472, in populateList
default_emblem = theme.load_icon (def_emblem, w/2, 0)
glib.GError: Icon 'emblem-default' not present in theme
Comment