And btw, i revise my statement a bit about when the bug gets triggered:
Looking at the code:
[code]
# gather driver description
if current_driver['free']:
licence = _("open source")
else:
licence = _("proprietary")
if driver_status == 'recommended':
base_string = _("{base_description} ({licence}, tested)")
else:
base_string = _("{base_description} ({licence})")
description = base_string.format(base_description=description,
licence=licence)
selected = False
if not builtin and not returned_drivers['manually_installed']:
selected = installed
if installed:
selected = True
one_selected = True
returned_drivers[driver_status].setdefault(pkg_driver_name,
{'selected': selected,
'description': description,
'builtin': builtin})
[/code]
The bug should get triggered only when the driver is "recommended" by
Ubuntu devs? Could you confirm this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1268134
Title:
additional drivers tab crashes
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1268134/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs